skills/mp-commit/SKILL.md
Stage and commit changes with conventional commit format. Use when: "commit this", "stage and commit", "make a commit"
npx skillsauth add MartinoPolo/mpx-claude-code mp-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.
Stage and commit changes with conventional commit format. $ARGUMENTS
Spawn mp-git-committer sub-agent with:
push: false commit_hint: $ARGUMENTS (user's description of what to commit, if any)
Parse the agent's JSON output:
Handle at main-agent level (Sonnet/Opus) — do not delegate the fix to a sub-agent. Read the error from the committer's output. Diagnose and fix the issue (e.g., pre-commit hook failure, staging error). Once fixed, re-spawn mp-git-committer with the same parameters.
Up to 2 retry attempts. If still failing → report error to user and stop.
Git conventions validated by hooks (pre-commit-gate, dangerous-command-guard).
type(scope): description
Types: feat, fix, refactor, chore, docs, style, test, perf, ci, build, revert
After commit, display:
development
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
testing
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
development
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
tools
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"