원클릭으로
generate-issues
Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Chuẩn bị trước khi code: pull, branch, check approved, notify Slack.
| name | generate-issues |
| allowed-tools | Grep, Bash(touch:*), Bash(mkdir -p *), Bash(cat:*), Bash(ls:*), Bash(find:*), Read, Edit, Write |
| description | Create issues from specs/story.md. Use when user asks "Generate issues, generate issue [number].[title]" |
Read specs/story.md → Parse tasks → Create individual issue files in specs/issues/
Steps: 0. Check the project before generating:
CLAUDE.md or README.md for project context (if available)Gemfile, package.json, pubspec.yaml, go.mod, etc.app/, src/, lib/, test/, etc.)specs/story.md, parse tasks: - [ ] [number]. [title]1, 1.1) → generate only that issuemkdir -p specs/issuesspecs/issues/[number]-[slug-title].md
-template.mdtest "description" do with empty bodydraft → reviewing → published)→ for flow, | for branches, boxes for states/actors. Keep it under 20 lines.Rules: Status is always pending — the dev changes it to approved manually