@parcadei/git-commits

Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.

View in AI SkillSafe app
Scanned · no findings
14739 downloads
0 stars
0 demos
SKILL.md
namegit-commits
descriptionGit Commit Rules
user-invocablefalse

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>

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@parcadei/git-commits/verified)](https://skillsafe.ai/skill/@parcadei/git-commits/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@parcadei/git-commits/installs)](https://skillsafe.ai/skill/@parcadei/git-commits/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@parcadei/git-commits/scan)](https://skillsafe.ai/skill/@parcadei/git-commits/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@parcadei/git-commits/eval)](https://skillsafe.ai/skill/@parcadei/git-commits/)