بنقرة واحدة
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.