원클릭으로
issue
Create GitHub Issues with consistent formatting for autonomous implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create GitHub Issues with consistent formatting for autonomous implementation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestrate complete issue implementation workflow from branch to PR
Create Pull Requests with pre-flight checks and proper formatting
Decompose a large GitHub Issue (epic, refactor, or feature) into subtask Issues, each small enough for a single focused PR
Standardized release workflow with version updates and CHANGELOG management
Spawn a Reviewer Agent to evaluate code changes against architecture, design, and quality criteria
Create commits with code quality checks and conventional commit messages
| name | issue |
| description | Create GitHub Issues with consistent formatting for autonomous implementation |
Create GitHub Issues with consistent formatting and sufficient technical detail for autonomous implementation.
IMPORTANT: All GitHub Issues MUST be written in English.
Before drafting any Issue content, read:
.claude/issue-guidelines.md — full Issue creation guidelines, templates, and quality checklistThis file contains the authoritative structure, Pre-Submission Verification checklist, and examples of good/bad Issues.
After reading the guidelines, gather the following information from the user:
Based on the type, use the appropriate structure:
## Summary
[Brief description of the feature]
## Problem
[What problem does this solve?]
## Proposed Solution
[How should this be implemented?]
## Technical Implementation
[Technical details for autonomous implementation]
- Files to modify:
- New files to create:
- Dependencies:
- Architecture considerations:
## Acceptance Criteria
- [ ] [Specific, testable criterion]
- [ ] [Another criterion]
- [ ] Tests added
- [ ] Documentation updated (if applicable)
## Summary
[Brief description of the bug]
## Current Behavior
[What happens now?]
## Expected Behavior
[What should happen?]
## Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Technical Details
- Environment: [OS, Rust version, etc.]
- Error messages:
- Related files:
## Proposed Fix
[Technical approach to fix]
## Acceptance Criteria
- [ ] Bug is fixed
- [ ] Tests added to prevent regression
- [ ] No new warnings from clippy
Before creating the Issue, verify:
Use the gh CLI to create the Issue:
gh issue create --title "TITLE" --body "BODY" --label "LABEL"
After creating, output:
Common labels for this project:
bug - Bug fixesenhancement - New features or improvementsdocumentation - Documentation updatesrefactor - Code refactoringsecurity - Security-related issuesperformance - Performance improvementstesting - Test additions or improvementsUser: "バグ報告したい。cargo run で --no-network オプションが効かない"
Claude executes /issue skill:
bug labelgh issue create