create-issue

Investigate a codebase and draft a structured GitHub issue.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill create-issue-rdfitted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/create-issue
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill create-issue-rdfitted

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of investigating a codebase and drafting a well-structured GitHub issue, saving developers time and ensuring consistency.

Core Features & Use Cases

  • Codebase Investigation: Utilizes subagents to scan and understand relevant parts of the codebase.
  • Issue Synthesis: Compiles findings into a comprehensive GitHub issue format including title, summary, steps, impact, and affected files.
  • Use Case: When a bug is reported or a new feature is requested, this Skill can be invoked to analyze the existing code, identify potential solutions or implementation details, and generate a draft issue for review.

Quick Start

Use the create-issue skill to investigate the codebase for a bug described as 'The login button is unresponsive' and draft a GitHub issue.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I draft a GitHub issue from code analysis?

You can draft a GitHub issue by using subagents to investigate your codebase, identify affected files, and synthesize findings into a structured issue format including title, summary, expected behavior, and impact.

Can I generate bug reports and feature requests directly from my codebase?

Yes, generating bug reports and feature requests directly from your codebase is supported. The analysis identifies scope and potential fixes, compiling them into a comprehensive issue draft for review.

What is the best way to structure a GitHub issue for a complex bug?

The best way to structure a GitHub issue for a complex bug is to include the title, summary, steps, expected versus actual behavior, impact, and affected files, which the codebase investigation synthesizes automatically.

Does this approach to issue drafting work for both small fixes and large enhancements?

Yes, issue drafting works for both small fixes and large enhancements. It supports bug, feature, and enhancement issue types with adjustable scale to accommodate varying levels of codebase complexity.

What do I need to provide to investigate a codebase for a new feature request?

To investigate a codebase for a new feature request, you need to provide an issue description. The subagents then scan the code to identify scope, affected files, and potential implementation details for the draft.