con un clic
prepush
Pre-push checks — format, lint, and review before pushing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Pre-push checks — format, lint, and review before pushing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
End-of-session — update memory, write journal entry, clean up
Post-merge workflow — extract lessons and compile rules (manual sequence, wrap is retired)
Session-start — consume/derive orientation, poll mail since last signoff, re-derive carryforward gates, present next-steps for operator ruling
Drive the local pre-push review loop to settle — absorb findings locally before any external bot pass
Unified PR review triage — fetch, normalize, and batch-action bot comments
Compiled architectural rules and lessons from the Totem knowledge base. Load this when reviewing code for pattern violations or architectural drift.
| name | prepush |
| description | Pre-push checks — format, lint, and review before pushing |
Before pushing code:
pnpm run format — fix any formatting issuespnpm exec totem lint — fix any violations before proceedingpnpm exec totem review — address any critical findingsAfter 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.