← ClaudeAtlas

prepushlisted

Pre-push checks — format, lint, and review before pushing
mmnto-ai/totem · ★ 15 · Code & Development · score 69
Install: claude install-skill mmnto-ai/totem
Before pushing code: 1. Run `pnpm run format` — fix any formatting issues 2. Run `pnpm exec totem lint` — fix any violations before proceeding 3. Run `pnpm exec totem review` — address any critical findings After all checks pass, proceed with `git push`. The review command stamps `.reviewed-content-hash` automatically on PASS. If any step fails, fix the issue and re-run from step 1.