maestro/skills/git-commits/SKILL.md
Git Commit Rules
npx skillsauth add scooter-lacroix/maestro git-commitsInstall 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.
When the user asks to commit, push, or save changes to git:
DO NOT run git commit directly. Instead:
Skill("commit")
The /maestro:commit skill:
git commit adds "Generated with Maestro" and Co-Author lines/maestro:commit skill removes these so commits appear user-authoredWhen you see these in user prompts, use the commit skill:
The skill will prompt you to run:
bash .maestro/scripts/generate-reasoning.sh <hash> "<message>"
Then push if requested:
git push origin <branch>
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic