ワンクリックで
prepush
Pre-push checks — format, lint, and review before pushing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pre-push checks — format, lint, and review before pushing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.