원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
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.