LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: Changed files

Browse skills that use this input.

  • commit - Create Git commits grouped by feature
    gitcommitversion-control

    ★ 13 · Updated 2026-09-10

    Analyzes changed files, groups them by feature type, and creates Git commits using HEREDOC or temporary message files.

    ⚙ Collect Git repository status⚙ Analyze changed files⚙ Group files by feature
  • test - Run and design verification for code and data changes
    testingverificationqadata-pipelines

    ★ 2 · Updated 2026-09-10

    Run and design verification for code, data pipelines, SQL, Spark, notebooks, and UI changes, covering unit, integration, and QA reports.

    ⚙ Run affected tests⚙ Run full test suite⚙ Map changed files to tests
  • pr-check - Pre-submit validation checklist for PRs
    pr-checkvalidationlintingtesting

    ★ 1 · Updated 2026-09-09

    Runs comprehensive pre-submit validation checks including type check, linting, tests, design audit, and build before creating a PR.

    ⚙ Run type check⚙ Run lint check⚙ Run format check
  • rai-quality-review - Code Quality Review
    code reviewsemantic bugstype safetytest quality

    ★ 69 · Updated 2026-05-28

    Audit code for semantic bugs, type issues, and test waste after implementation

    ⚙ Detect project language⚙ Identify changed files⚙ Read code files
  • Checkpoint Commit - Create quick Git checkpoint commits
    gitcheckpointcommitversion-control

    ★ 13 · Updated 2026-03-10

    Create timestamped checkpoint commits to save work progress and create restore points

    ⚙ create checkpoint commit⚙ stage all changes⚙ add timestamp to message
  • commit - Git Commit with Conventional Commits
    gitversion-controlcommitconventional-commits

    ★ 78 · Updated 2026-02-23

    Create a git commit following Conventional Commits specification format

    ⚙ run git status⚙ run git diff⚙ stage specific files
  • pr - Create GitHub Pull Requests with Automated Code Quality Checks
    GitHubGitcode reviewversion control

    ★ 1 · Updated 2026-02-12

    Automates the creation of GitHub pull requests including lint checking, code formatting, and commit management.

    ⚙ check current branch⚙ create new branch⚙ run lint checks