Agent skill
create-issue
Investigate the codebase and draft a well-structured GitHub issue with evidence; use when asked to file or write an issue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/create-issue
SKILL.md
Create Issue
Overview
Use CLI subagents to investigate the codebase, then synthesize a complete GitHub issue.
Inputs
- Issue description
- Scale (1-6, default 3)
- Issue type (bug, feature, enhancement) optional
Workflow
- Parse issue description, scale, and type.
- Run scout subagents (see Scout commands) to find relevant files.
- Run analysis subagents to assess scope and propose a fix or implementation.
- Synthesize into a GitHub issue with title, summary, steps, expected, actual, impact, and affected files.
Analysis Subagent Commands
Codex (scope and fix)
codex exec -m gpt-5.2 -s read-only -c model_reasoning_effort="medium" --skip-git-repo-check \
"Analyze the issue: {ISSUE_DESC}. Use the repo to identify scope, affected files, and suggested fix. Return a structured issue draft."
Gemini (scope and risks)
CLOUDSDK_CORE_PROJECT="" GOOGLE_CLOUD_PROJECT="" GCLOUD_PROJECT="" GEMINI_API_KEY=${GEMINI_API_KEY} \
gemini -m gemini-3-pro-preview -o text "Analyze: {ISSUE_DESC}. Identify scope, risks, and affected files. Return an issue draft."
Claude (summary pass)
claude --model haiku -p "Review the issue analysis for: {ISSUE_DESC}. Provide a concise issue draft with steps and impact."
Output
- Issue title and body ready to paste into GitHub
- Suggested labels and priority
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?