git-workflow
Installation
SKILL.md
Git Workflow
AI attribution
Detect before writing any commit, PR, or issue:
- Model: stated in system prompt as "You are powered by the model named X" — use X. Never hardcode.
- Agent: identity declared in system prompt (e.g. "Your designated identity is Sisyphus") — use that. Never use "Claude".
- CLI: check env vars —
OPENCODE=1→opencode;CLAUDECODEset →claude; neither → omit CLI part.
Commits
Conventional Commits format. Subject ≤50 chars. Body only when "why" isn't obvious.
Always append trailer:
Assisted-by: <agent>:<model> <cli>