بنقرة واحدة
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