Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
parcadei avatar

Commit

  • 468 installs
  • 3.9k repo stars
  • Updated January 26, 2026
  • parcadei/continuous-claude-v3

commit is a continuous-claude-v3 agent skill that guides focused Git commits during development tasks for developers who need structured version-control steps inside an agent-driven workflow.

About

commit is a skill from the parcadei/continuous-claude-v3 repository intended for development tasks that require creating Git commits within a continuous agent workflow. The published metadata is minimal—description states to use commit for development tasks—but the skill slug and repo context position it as a Git commit helper alongside other continuous-claude orchestration skills. Developers reach for commit when an agent should stage and record focused changes rather than leaving uncommitted work across a session. Because the bundled readme is empty, treat commit as a thin workflow stub and pair it with onboard or new-branch-and-pr skills for fuller context.

  • commit

Commit by the numbers

  • 468 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #896 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill commit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs468
repo stars3.9k
Last updatedJanuary 26, 2026
Repositoryparcadei/continuous-claude-v3

How do you commit changes in an agent workflow?

Use commit for development tasks

Who is it for?

Developers using continuous-claude-v3 who want an agent-guided Git commit step after finishing a focused implementation task.

Skip if: Developers who need branch creation, pull-request authoring, or detailed commit-message conventions documented in the skill itself.

When should I use this skill?

The user asks to commit completed work or the continuous-claude session reaches a commit checkpoint after implementation.

What you get

A Git commit with a scoped message recording the completed change set.

  • Git commit

Files

SKILL.mdMarkdownGitHub ↗

Commit Changes

You are tasked with creating git commits for the changes made during this session.

Process:

1. Think about what changed:

  • Review the conversation history and understand what was accomplished
  • Run git status to see current changes
  • Run git diff to understand the modifications
  • Consider whether changes should be one commit or multiple logical commits

2. 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

3. 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?"

4. Execute upon confirmation:

  • Use git add with specific files (never use -A or .)
  • Create commits with your planned messages
  • Show the result with git log --oneline -n [number]

5. 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

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

Related skills

FAQ

What does the commit skill in continuous-claude-v3 do?

The commit skill in parcadei/continuous-claude-v3 is a development-task skill for creating Git commits within the continuous-claude agent workflow; published metadata is sparse, so pair it with related repo skills for full branch and PR context.

When should an agent invoke the commit skill?

Invoke commit when implementation work is complete and the developer wants the agent to record a focused Git commit as part of a continuous-claude-v3 session, typically before review or pull-request steps.

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.