git-commit-standard

Review diffs, stage relevant files, and write Conventional Commit messages with bodies.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Aura-X-Labs/AuraTerm --skill git-commit-standard-aura-x-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-standard
Source: https://github.com/Aura-X-Labs/AuraTerm/tree/main/.github/skills/git-commit-standard
Command: npx skills add https://github.com/Aura-X-Labs/AuraTerm --skill git-commit-standard-aura-x-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People struggle to craft correct commit messages that accurately describe changes, leading to unclear history and poor collaboration.

Core Features & Use Cases

  • Review the actual changes before committing to ensure only relevant files are included.
  • Stage only intended files to avoid accidental commits of unrelated changes.
  • Write English Conventional Commits with a required body to provide context and rationale for each change.
  • Guardrails: Do not amend or push unless explicitly requested by the user.

Quick Start

Review the current changes, decide the appropriate scope and type, then commit with a concise conventional message that includes a descriptive body.

Frequently Asked Questions about git-commit-standard

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

FAQPage Schema
How do I write conventional commit messages for my current git diff?

To write conventional commit messages for your git diff, review the actual changes, stage only relevant files, and generate an English message with a required body detailing the rationale to ensure clear history and precise change tracking.

What is the best way to stage specific files before committing?

The best way to stage specific files before committing is to review the current diff and selectively stage only the intended files. This prevents accidental commits of unrelated changes and maintains a clean, focused commit history.

How do I ensure my git commit includes a detailed body for code review?

To ensure your git commit includes a detailed body for code review, generate a conventional commit message that requires a body section providing context and rationale for the changes, moving beyond simple one-line summaries.

Can I automatically push changes after generating a conventional commit?

No, you cannot automatically push changes after generating a conventional commit. Guardrails explicitly prevent pushing or amending commits unless explicitly requested by the user, ensuring safe staging and manual control over repository updates.

Does this conventional commit approach work with existing branching strategies?

Yes, this conventional commit approach works with existing branching strategies. It focuses on reviewing diffs and staging relevant files locally before writing English conventional commit messages, integrating smoothly without altering your branch workflow.