git-commits
Git Commit Rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Git Commit Rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | git-commits |
| description | Git Commit Rules |
| user-invocable | false |
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>