원클릭으로
md-to-github-issues
Sync local issue files to GitHub Issues. Use when user asks "sync issues to github"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sync local issue files to GitHub Issues. Use when user asks "sync issues to github"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Quality checks và fix lỗi.
Chuẩn bị trước khi code: pull, branch, check approved, notify Slack.
| name | md-to-github-issues |
| allowed-tools | Read, Edit, Grep, Write, mcp__github__create_issue, mcp__github__list_issues |
| description | Sync local issue files to GitHub Issues. Use when user asks "sync issues to github" |
Đọc specs/issues/*.md → Tạo GitHub Issues → Update issue number vào file
Steps:
mcp__github__list_issues(per_page: 1)Review: followed by Approved (any casing, any surrounding whitespace)GitHub Issue: — (no number yet)mcp__github__create_issue(owner, repo, title, body, labels)response.number- GitHub Issue: — → - GitHub Issue: #NRules:
Error handling:
| Error | Action |
|---|---|
| MCP auth fail | Stop, guide user set token |
| Create issue fail | Log + skip file |
| Parse title fail | Skip + warn filename |