git stageされている内容でコミット
Commits staged changes with an AI-generated message following project conventions.
/plugin marketplace add gendosu/ccmp/plugin install cccp@gendosu-claude-pluginsCommits staged changes with an appropriate commit message using the git-operations-specialist agent.
Before starting any task, read and follow /cccp:key-guidelines
IMPORTANT: Use the cccp:git-operations-specialist agent (via Task tool) for ALL git-related operations in this command.
Analyze the staged changes and safely commit them with an appropriate commit message.
Check Staging Status: Run git status to confirm what changes are staged
Review Staged Changes: Use git diff --staged to review the content of staged changes
Create Commit: Commit the staged changes with an appropriate commit message
Verify Commit: Run git status after committing to confirm the commit was successful
.gitmessage template formatfeat, fix, refactor, docs, style, test, choregit add commands – Only commit what is already stagedIf you have already staged changes:
# Staged files:
- apps/api/src/routes/timeline.ts
- apps/api/src/types/timeline.ts
This command will create a single commit containing both files with an appropriate message like:
feat: タイムラインAPIのルートと型定義を追加