ワンクリックで
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 making git commits. Conventional commit format and rules.
Use when running security review on a diff/PR/file. Research-vs-Reporting discipline, three-tier confidence gate, attacker-controllable taxonomy.
Use when invoking plannotator for approval review of generated .tff-cc milestone artifacts (plan, verification, spec).
Use when starting design or discovery work. MUST use before any creative work.
Use when the user wants to report a bug, file an issue, or send feedback about tff-cc. Triggers on phrases like 'report issue', 'file a bug', 'tff-cc broke', 'something is wrong with tff-cc', 'open an issue', '/report-issue'.
Use when creating, refining, or composing skills. Evidence-driven pattern analysis.
| name | finishing-work |
| description | Use when shipping work. Pre-PR checklist, structured merge/PR decision, branch cleanup. |
∀ 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
)"