git-commits

parcadei/continuous-claude-v3 · updated Apr 8, 2026

$npx skills add https://github.com/parcadei/continuous-claude-v3 --skill git-commits
0 commentsdiscussion
summary

When the user asks to commit, push, or save changes to git:

skill.md

Git Commit Rules

When the user asks to commit, push, or save changes to git:

MUST Use /commit Skill

DO NOT run git commit directly. Instead:

Skill("commit")

The /commit skill:

  1. Removes Claude attribution from commits
  2. Generates reasoning.md capturing what was tried
  3. Clears build attempts for next feature

Why This Matters

  • Regular git commit adds "Generated with Claude Code" and Co-Author lines
  • The /commit skill removes these so commits appear user-authored
  • Reasoning capture preserves build history for future sessions

Trigger Words

When you see these in user prompts, use the commit skill:

  • "commit", "push", "save changes"
  • "push to github", "push changes"
  • "commit and push"

After Commit

The skill will prompt you to run:

bash "$CLAUDE_PROJECT_DIR/.claude/scripts/generate-reasoning.sh" <hash> "<message>"

Then push if requested:

git push origin <branch>

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.773 reviews
  • Neel Gupta· Dec 28, 2024

    git-commits is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Ira Bhatia· Dec 20, 2024

    We added git-commits from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Arya Chen· Dec 20, 2024

    git-commits fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Ira Chawla· Dec 4, 2024

    git-commits has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Hana Martinez· Nov 23, 2024

    git-commits fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Neel Shah· Nov 19, 2024

    git-commits reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Emma Reddy· Nov 11, 2024

    Solid pick for teams standardizing on skills: git-commits is focused, and the summary matches what you get after install.

  • Dev Khanna· Nov 11, 2024

    git-commits has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Hana Zhang· Oct 14, 2024

    We added git-commits from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Jin Agarwal· Oct 10, 2024

    Registry listing for git-commits matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 73

1 / 8