Create high-quality GitHub issues or issue drafts from repository evidence, user intent, and external documentation. Use when the user asks an agent to create, draft, file, open, or prepare an implementation issue, bug report, feature request, follow-up issue, or GitHub issue with researched facts, scope, non-goals, suggested direction, acceptance criteria, and validation notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/comfuture-agent-skills:issue-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create implementation-ready issues that preserve what was learned during investigation. Treat the issue as an engineering handoff: concrete enough for a future implementer to start safely, scoped enough to avoid accidental broad rewrites, and honest about uncertainties.
Create implementation-ready issues that preserve what was learned during investigation. Treat the issue as an engineering handoff: concrete enough for a future implementer to start safely, scoped enough to avoid accidental broad rewrites, and honest about uncertainties.
Inspect issue style before writing.
references/issue-structure.md.Research from primary evidence.
Separate facts from direction.
Define boundaries.
Write acceptance criteria that can be verified.
Create the issue only after reviewing the body.
gh issue create.references/issue-structure.md when drafting any issue body.references/research-and-evidence.md when deciding what investigation to perform or how to word discovered facts.references/checklist.md before creating or returning the final issue.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub comfuture/agent-skills --plugin comfuture-agent-skills