원클릭으로
finishing-work
Use when shipping work. Pre-PR checklist, structured merge/PR decision, branch cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when shipping work. Pre-PR checklist, structured merge/PR decision, branch cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when reviewing architecture decisions. C4 model, dependency inversion, hexagonal boundaries.
Use during discuss-slice and plan-slice to stress-test a spec or plan against domain vocabulary before approval.
Use during research-slice to build disposable experiments that answer technical uncertainty.
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Use when debugging. 4-phase investigation, root cause, minimal fix.
Use when implementing features/fixes. Iron law: ¬∃ production code without failing test.
| name | finishing-work |
| description | Use when shipping work. Pre-PR checklist, structured merge/PR decision, branch cleanup. |
| version | 1.0.0 |
| tags | ["process","quality"] |
∀ ship workflow, after reviews pass.
Before creating PR, verify:
gh pr create --base <target-branch> --head <feature-branch> \
--title "<type>(<scope>): <summary>" \
--body "$(cat <<'EOF'
## Summary
<what and why>
## Acceptance Criteria
- [x] AC1: ...
- [x] AC2: ...
## Test Plan
- [ ] Manual verification of ...
EOF
)"