git-workflow
Installation
SKILL.md
Git Workflow Best Practices
Guidance for creating clean, atomic commits and organizing git workflows effectively.
Available Skills
This plugin provides fork-isolated skills to automate git workflows:
| Skill | Purpose |
|---|---|
git-status |
Quick repository status summary |
git-commit |
Create commits with pre-commit hooks via commit-craft agent |
branch-cleanup |
Clean up merged/stale branches |
generate-changelog |
Generate CHANGELOG.md using git-cliff |
All workflow skills use context: fork for delegation isolation. The git-commit skill delegates to the commit-craft agent, which handles the full commit workflow including pre-commit hook detection, execution, and failure recovery.