Grimoire Pre Push — Development skill for Claude Code
Validation pre-push — intégrité agents, qualité code, mémoire, tests si disponibles.
How to install Grimoire Pre Push
Installs to ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-pre-push.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Guilhem-Bonnet/llm-voice/HEAD/.claude/commands/grimoire-pre-push.md -o ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-pre-push.md Restart Claude Code, or start a new session, for it to be picked up.
What Grimoire Pre Push does
description: 'Validation pre-push — intégrité agents, qualité code, mémoire, tests si disponibles' allowed-tools: 'Read, Glob, Grep, Bash'
Checklist de validation avant push Grimoire :
1. Intégrité des agents
Vérifie que les fichiers agents sont cohérents :
cd {project-root} && for f in .github/agents/*.agent.md; do echo "--- $f ---"; head -5 "$f"; done
Chaque agent doit av
Alternatives in Development
- Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
- Pre Mortem — Run pre-mortem risk analysis on PRDs and launch plans 7.8k ★
- Devteam — Run a team of local coding agents in your terminal 264 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Grimoire Health Check
Health check complet du projet Grimoire — agents, mémoire, config, intégrité
Grimoire Recall
Chercher une décision, un incident ou une convention en mémoire projet
Pre Push Review
Begin by outputting: [ Manta — Pre-Push Review ]
Secondmate Verify
Run the secondmate pre-integration gate on a maker's worktree — clean tree, non-empty diff, exact-SHA match, t
API Gen
Generate REST API endpoints with routes, validation, error handling, and tests
Protego
Raise a shield — add input validation and tests around a risky path
Related Agents
Docker Build Test
Docker build and test workflow with mandatory pre-push validation checklist
Sp Reviewer
Use as a pre-push guardrail before committing or pushing. Runs lint, build, tests and a secret scan, reviews t
Wiki Sync
Use this agent when syncing the vault git repository during automated maintenance cycles. Typical triggers inc