uberdev-cmd-issue

Create GitHub issues with duplicate and codebase relevance investigation.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/TheFJK/UberDev --skill uberdev-cmd-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uberdev-cmd-issue
Source: https://github.com/TheFJK/UberDev/tree/main/codex/uberdev-codex/skills/uberdev-cmd-issue
Command: npx skills add https://github.com/TheFJK/UberDev --skill uberdev-cmd-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating GitHub issues by automatically investigating codebase and duplicates, saving time on manual investigation.

Core Features & Use Cases

  • Codebase and Duplicate Investigation: Automatically searches the codebase and duplicates to inform the issue creation process.
  • Classification and Scoping: Automatically classifies the issue type, suggests labels, and defines scope based on analysis.
  • Template-Based Drafting: Generates a well-structured issue draft using a template based on the classification.

Quick Start

Use the uberdev-cmd-issue skill to create an issue with a description like: /issue "Add a new feature for auto-saving user sessions"

Frequently Asked Questions about uberdev-cmd-issue

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

FAQPage Schema
How do I automate GitHub issue creation with codebase investigation?

Automate GitHub issue creation by using a skill that programmatically drafts issues, analyzes codebase relevance, and searches for duplicates. It classifies the issue type and generates a structured draft from a template, streamlining the manual investigation process.

What is the best way to prevent duplicate issues on GitHub?

Preventing duplicate GitHub issues is best handled by automated duplicate search during issue creation. This approach scans existing repository data to validate scope and informs you of potential duplicates before a new issue draft is generated and submitted.

Do I need GitHub API access to programmatically create issues?

Yes, GitHub API access is required to programmatically create issues. The skill requires access to your repository and issue data to perform codebase investigation, duplicate search, and scope validation before drafting and submitting the issue.

How does automated issue classification work for GitHub repositories?

Automated issue classification works by analyzing your codebase and issue context to suggest labels and define scope. Based on this analysis, the system automatically classifies the issue type and applies a matching template to draft a well-structured GitHub issue.

Can I use automated workflows to scope and label GitHub issues?

Yes, you can use automated workflows to scope and label GitHub issues. The automation suggests appropriate labels and defines the scope based on built-in codebase investigation and duplicate analysis, ensuring consistent issue categorization.

What are the limitations of automated issue drafting for codebases?

Limitations of automated issue drafting include its reliance on GitHub API access for repository data and its confinement to template-based generation. It cannot operate without API connectivity and is restricted to the scope validation and duplicate search logic it is configured with.