git-commits

Remove AI attribution from Git commits and generate reasoning.md files.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill git-commits-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commits
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/git-commits
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill git-commits-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents Claude-generated attribution from appearing in Git commits, ensuring that all commits appear to be authored by the user and preserving a clean commit history.

Core Features & Use Cases

  • Attribution Removal: Automatically removes "Generated with Claude Code" and Co-Author lines from commit messages.
  • Reasoning Capture: Generates a reasoning.md file to document the build process and decisions made.
  • Use Case: When you've finished a coding task and are ready to save your work, use this skill to commit your changes cleanly, making it look like you did all the work yourself.

Quick Start

When you need to save your changes, use the git commit skill.

Frequently Asked Questions about git-commits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI attribution from my git commit history?

To remove AI attribution from git commit history, this Skill automatically strips "Generated with Claude Code" and Co-Author lines from commit messages. It ensures your version control history retains only user-authored commits.

What is the best way to document build reasoning in a git commit?

Documenting build reasoning in a git commit is handled by generating a separate `reasoning.md` file. This captures the build process and decisions made without cluttering the actual commit message itself.

How do I ensure clean git commits when using Claude Code?

Clean git commits are ensured by automatically removing Claude-generated attribution lines from the commit message. This preserves a version control history that appears entirely user-authored.

Does this git commit skill require any dependencies to run?

No dependencies are required to run this git commit skill. It operates using included shell scripts to generate reasoning post-commit, fitting seamlessly into standard software development workflows.

Can I capture AI build decisions without adding Co-Author lines to my commit message?

Capturing AI build decisions without adding Co-Author lines to your commit message is achieved by writing those decisions to a `reasoning.md` file. This keeps the commit history clean while preserving the build process context.

When should I not use an automated script for git commit attribution removal?

Automated scripts for git commit attribution removal should not be used when your project requires strict AI contribution tracking for compliance. This approach intentionally obscures AI co-authorship from the version control history.