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:
tools
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
data-ai
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
testing
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
development
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.