Guilhem-Bonnet

Grimoire Pre Push — Development skill for Claude Code

Development community

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

Terminal
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 Repository