ワンクリックで
implement-prepare
Chuẩn bị trước khi code: pull, branch, check approved, notify Slack.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Chuẩn bị trước khi code: pull, branch, check approved, notify Slack.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | implement-prepare |
| description | Chuẩn bị trước khi code: pull, branch, check approved, notify Slack. |
Các bước:
feature/hung-#[number]-[slug-title-of-issue]
slug phải là tiếng anh
Tìm và đọc spec file, kiểm tra Review: approved
Nếu chưa approved → dừng và thông báo
Notify Slack bắt đầu (mcp__slack__slack_post_message), lưu thread_ts
Use mcp__slack__slack_post_message:
channel: [slack-channel-id from CLAUDE.md]
text: "🚀 Bắt đầu implement Issue #[N]: [title]\nBranch: feature/hung-#[N]-[slug]"
Save the returned ts value for threading later If MCP fails → fallback to slack CLI
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.