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 tagged: code-management

Browse skills that share this tag.

  • committing-changes - Code Commit and PR Management with Quality Gates
    gitversion-controlcode-managementpr-workflow

    ★ 0 · Updated 2026-03-09

    Manages code commits with pre-commit quality checks, branch handling, and PR creation workflows

    ⚙ check WIP status⚙ verify branch⚙ update artifacts
  • commit - Create clean atomic git commits following best practices
    version-controlgitcommitcode-management

    ★ 138 · Updated 2026-02-17

    Organize and commit code changes into logical atomic units

    ⚙ analyze git changes⚙ stage specific files⚙ create patch files
  • done - Complete Expedition Workflow: Tests, Commit, Push, and Kanban Update
    development-workflowcode-managementtestingversion-control

    ★ 18 · Updated 2026-02-13

    Complete the current expedition by running tests, committing changes, pushing to remote, and updating kanban status.

    ⚙ identify current work⚙ run tests⚙ commit changes
  • commit-changes - Create Well-Formatted Git Commits Following Project Conventions
    gitversion-controlcommitcode-management

    ★ 6 · Updated 2026-02-13

    Create a commit for staged/unstaged changes following project conventions with auto-detected commit style

    ⚙ check git status⚙ analyze git log history⚙ categorize code changes
  • git-commit-message - Generate Semantic Git Commit Messages
    gitversion-controldevelopmentcode-management

    ★ 18 · Updated 2026-02-13

    Produces semantic git commit messages based on change intent and effect

    ⚙ analyze change intent⚙ select commit type⚙ determine scope
  • git - Git workflows for agents: ship, worktree, and hunks
    gitversion-controlworkflowautomation

    ★ 18 · Updated 2026-02-13

    Provides git workflows for agents including staging, committing, pushing, parallel branches, and selective staging.

    ⚙ stage files⚙ commit changes⚙ push changes
  • commit - Git commit code with optional pre-checks
    version-controlgitcode-management

    ★ 9 · Updated 2026-02-11

    Optionally checks, then commits code to the current or a new feature branch

    ⚙ Run git status commands⚙ Create new feature branches⚙ Analyze code changes