一键导入
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:
git config user.name | tr '[:upper:]' '[:lower:]' | tr ' ' '-'slack-channel-id có trong CLAUDE.md)IMPORTANT: KHÔNG report summary cho user - chỉ return kết quả để orchestrator tiếp tục step tiếp theo. Return: { branch_name, issue_number, title, thread_ts }
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.