create-github-issues

Installation
SKILL.md

Create GitHub Issues

Structured GitHub issue creation from review findings or task breakdowns. Converts a list of findings (from review-codebase, security-audit-codebase, or manual analysis) into well-formed GitHub issues with labels, acceptance criteria, and cross-references.

When to Use

  • After a codebase review produces a findings table that needs tracking
  • After a planning session identifies work items that should become issues
  • When converting a TODO list or backlog into trackable GitHub issues
  • When batch-creating related issues that need consistent formatting and labeling

Inputs

  • Required: findings — a list of items, each with at minimum a title and description. Ideally also includes: severity, affected files, and suggested labels
  • Optional:
    • group_by — how to batch findings into issues: severity, file, theme (default: theme)
    • label_prefix — prefix for auto-created labels (default: none)
    • create_labels — whether to create missing labels (default: true)
    • dry_run — preview issues without creating them (default: false)
Related skills
Installs
1
GitHub Stars
13
First Seen
Mar 18, 2026