Agent Skills: issue

Create GitHub issue. Use when user asks to create issue, file bug, request feature, or says /issue.

UncategorizedID: keenranger/dotfiles/issue

Install this agent skill to your local

pnpm dlx add-skill https://github.com/keenranger/dotfiles/tree/HEAD/agent/skills/issue

Skill Files

Browse the full folder contents for issue.

Download Skill

Loading file tree…

agent/skills/issue/SKILL.md

Skill Metadata

Name
issue
Description
Create GitHub issue. Use when user asks to create issue, file bug, request feature, or says /issue.

Create a GitHub issue for: $ARGUMENTS

Agent usage:

  • Use issue-creator agent for issue creation

Title: Start with action verb (Fix, Add, Update, Remove, Implement). Be specific, 50-70 characters. Include component/area.

Structure:

  • Description (2-4 sentences: problem/feature, why it matters, impact)
  • Current behavior (for bugs: what happens now, error messages, repro steps)
  • Expected behavior (desired outcome, acceptance criteria)
  • Technical details (if complex: architecture, requirements, implementation approach)
  • Additional context (environment, screenshots, related issues/PRs, deadlines)

Output complete GitHub issue, then check available labels with gh label list and suggest only labels that exist in the repository, along with the gh issue create command.

Good issues are actionable, have clear acceptance criteria, and provide enough context for any developer.