en un clic
implement-finalize
Commit, tạo PR, update status, notify Slack.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Commit, tạo PR, update status, notify Slack.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | implement-finalize |
| allowed-tools | Skill, Read, Write, Edit, Bash(git *), Bash(mkdir *), Bash(slack *), mcp__github__*, mcp__slack__*, Bash(cat:*), Bash(gh pr:*) |
| description | Commit, tạo PR, update status, notify Slack. |
Commit (chỉ add files đã thay đổi)
Update status trong spec file thành "PR: Draft" Sửa dòng status:
## **Status:**
- PR: Todo
Thành:
## **Status:**
- PR: Draft
Commit (chỉ add files đã thay đổi)
Tạo Draft PR với github mcp
THREAD_TS=$(cat .claude/tmp/thread_${ISSUE_NUMBER}.txt)
[Tóm tắt ngắn gọn những gì đã implement dễ hiểu nhất bằng tiếng Anh]
## Issue
closes #42
<!-- slack-thread-ts: $THREAD_TS -->
Use mcp__slack__slack_reply_to_thread:
channel: [channel-id]
thread_ts: [saved ts from step 2]
text: "✅ Code xong — Draft PR đã tạo\nPR: [url]\n @[user-id-in-CLAUDE.md] review & test nghe"
Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]"
Review code changes between two branches for clean code, style conventions, security vulnerabilities, and performance issues. Use when user asks "review code", "review my branch", "review-branch", or "review <branch> against <base>".
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Transform PRD into PR-sized tasks using tracer-bullet vertical slices. Creates phased implementation plan then groups into concrete tasks. Outputs specs/story.md with implementation checklist.
Sync local issue files to GitHub Issues. Use when user asks "sync issues to github"
Quality checks và fix lỗi.