commit▌
parcadei/continuous-claude-v3 · updated Apr 8, 2026
You are tasked with creating git commits for the changes made during this session.
Commit Changes
You are tasked with creating git commits for the changes made during this session.
Process:
-
Think about what changed:
- Review the conversation history and understand what was accomplished
- Run
git statusto see current changes - Run
git diffto understand the modifications - Consider whether changes should be one commit or multiple logical commits
-
Plan your commit(s):
- Identify which files belong together
- Draft clear, descriptive commit messages
- Use imperative mood in commit messages
- Focus on why the changes were made, not just what
-
Present your plan to the user:
- List the files you plan to add for each commit
- Show the commit message(s) you'll use
- Ask: "I plan to create [N] commit(s) with these changes. Shall I proceed?"
-
Execute upon confirmation:
- Use
git addwith specific files (never use-Aor.) - Create commits with your planned messages
- Show the result with
git log --oneline -n [number]
- Use
-
Generate reasoning (after each commit):
- Run:
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/generate-reasoning.sh" <commit-hash> "<commit-message>" - This captures what was tried during development (build failures, fixes)
- The reasoning file helps future sessions understand past decisions
- Stored in
.git/claude/commits/<hash>/reasoning.md
- Run:
Important:
- NEVER add co-author information or Claude attribution
- Commits should be authored solely by the user
- Do not include any "Generated with Claude" messages
- Do not add "Co-Authored-By" lines
- Write commit messages as if the user wrote them
Remember:
- You have the full context of what was done in this session
- Group related changes together
- Keep commits focused and atomic when possible
- The user trusts your judgment - they asked you to commit
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★54 reviews- ★★★★★Li Abbas· Dec 28, 2024
I recommend commit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Aarav Rahman· Dec 16, 2024
Solid pick for teams standardizing on skills: commit is focused, and the summary matches what you get after install.
- ★★★★★Aditi Huang· Dec 12, 2024
commit has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Ganesh Mohane· Dec 4, 2024
commit has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Neel Reddy· Dec 4, 2024
commit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Isabella Taylor· Dec 4, 2024
commit fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Rahul Santra· Nov 23, 2024
Keeps context tight: commit is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Nikhil Anderson· Nov 23, 2024
We added commit from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Aanya Abbas· Nov 19, 2024
Useful defaults in commit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Nia Rao· Nov 7, 2024
Registry listing for commit matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 54