create-issue

Create standardized GitHub issues with labels, context, and duplicate detection.

5|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/blamechris/chroxy --skill create-issue-blamechris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/blamechris/chroxy/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/blamechris/chroxy --skill create-issue-blamechris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of standardized GitHub issues, ensuring consistent structure, labels, and traceability across projects.

Core Features & Use Cases

  • Standardized Issue Templates: Automatically generate issues with a consistent body, including context, acceptance criteria, and source references.
  • PR-to-Issue Linking: When invoked from a PR review or related context, capture source PR and review URLs to maintain traceability.
  • Duplicate Detection & Safe Creation: Detect potential duplicates before creation and apply appropriate labels; validate labels exist in the target repository.

Quick Start

Create a new issue from a PR change that describes a fix or enhancement and includes optional review URLs to maintain traceability.

Frequently Asked Questions about create-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue creation from PR review comments?

You can automate GitHub issue creation by providing contextual inputs like titles and PR review references. The skill captures source PR and review URLs to maintain traceability, applying standardized labels and body structure to the generated issue.

What's the best way to enforce consistent labels and acceptance criteria on GitHub issues?

Enforcing consistent labels and acceptance criteria on GitHub issues requires standardized templates. This skill validates that labels exist in the target repository and automatically generates issues with a structured body including context and acceptance criteria.

Does this GitHub issue automation tool detect duplicate issues before creation?

Yes, this GitHub issue automation tool detects potential duplicates before creation. It applies safe creation logic to prevent redundant work items while ensuring the target repository contains the requested labels.

Can I link a standalone GitHub issue to a source pull request?

You can link standalone GitHub issues to a source pull request by passing optional flags and review references. The skill captures the source PR URLs to maintain traceability between the newly created issue and the original code review.

What inputs do I need to generate standardized GitHub issues automatically?

To generate standardized GitHub issues automatically, you need contextual inputs such as issue titles, pull request review references, and optional flags. These inputs enable the skill to populate the body with context, acceptance criteria, and source links.