configs/agents/skills/commit/SKILL.md
Commit all current changes as a single conventional commit. Use when the user asks to commit everything quickly and safely.
npx skillsauth add Ehrax/dotfiles commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create exactly one git commit that includes all current tracked and untracked changes.
feat, fix, docs, chore, refactor, test, build, ci, perf, style, revert).feat(auth): ...).git statusgit diff HEADgit branch --show-currentgit log --oneline -10git add -A.git commit -m "<message>".git status to confirm the result.Return:
documentation
Compact the current conversation into a handoff document for another agent to pick up.
development
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
data-ai
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
tools
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.