Erinrugas Artisan Agents Git Commit

Git Commit Skill

tomevault-io b88718d 2 files · 1.4 KB Updated

File contents

Git Commit Skill

When to Apply

  • User asks to commit current changes.
  • Commit message quality/history cleanup is needed.

Workflow

  1. Review changed files and group by intent.
  2. Stage only relevant files (avoid accidental unrelated changes).
  3. Write commit message using project convention (or Conventional Commits by default).
  4. Verify commit contains only intended changes.

Default Message Format

  • <type>(<scope>): <summary>
  • Types: feat, fix, refactor, test, docs, chore, perf, ci

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/erinrugas--artisan-agents--git-commit commit b88718d0a5

Frequently asked questions

npx skillmds@latest add tomevault-io/erinrugas-artisan-agents-git-commit