ワンクリックで
postmerge
Post-merge workflow — extract lessons and sync knowledge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Post-merge workflow — extract lessons and sync knowledge
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | postmerge |
| description | Post-merge workflow — extract lessons and sync knowledge |
After merging PRs, run the following sequence. Replace $ARGUMENTS
with the merged PR numbers (space-separated, e.g. 51 52).
Extract lessons from the merged PR(s):
pnpm exec totem lesson extract $ARGUMENTS --yes
Sync the semantic index:
pnpm exec totem sync
Compile new rules (local, uses Sonnet):
pnpm exec totem lesson compile
Review newly compiled rules in .totem/compiled-rules.json:
Stage and commit artifacts:
git add .totem/lessons/ .totem/compiled-rules.json .totem/compile-manifest.json
git commit -m "chore: totem postmerge lessons for $ARGUMENTS"
Report: how many lessons extracted, rules compiled, any issues found.
Pre-work ritual — search knowledge and plan before coding
Pre-push checks — lint and review before pushing
Unified PR review triage — fetch, normalize, and batch-action bot comments
End-of-session — update memory, clean up, report