git-commit

Creates clean commits using a consistent message convention. Use when staging changes, composing commit messages, and preparing reviewable history.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-commit" with this command: npx skills add erinrugas/artisan-agents/erinrugas-artisan-agents-git-commit

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

api-endpoint

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-sync

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

pest-testing

No summary provided by upstream source.

Repository SourceNeeds Review