commit-assistant
Installation
SKILL.md
Git Commit Assistant
Create general-purpose Commit, PR, and release notes text.
Workflow
- Read any project-specific rules (if provided).
- Collect change context:
git status -sb,git diff --stat,git diff. - Determine the primary change type.
- Ask only for missing inputs:
- What changed and why
- Breaking change status
- Release notes need, audience, and category
- Issue/Epic/Tracking reference (if the project uses them)
- Produce Commit/PR/Release notes and validate.