devteam-issue-new

Create GitHub issues with labels and context from codebase searches.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-issue-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-issue-new
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-issue-new
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-issue-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new GitHub issues by automatically gathering relevant context from your codebase and issue history, ensuring issues are well-defined and actionable.

Core Features & Use Cases

  • Automated Issue Creation: Generates new GitHub issues with pre-formatted descriptions, labels, and context.
  • Contextual Analysis: Parses issue descriptions to infer type (bug, enhancement, etc.) and affected area.
  • Codebase Search: Integrates with grep and gh to find related code and existing issues.
  • Use Case: When you find a bug, you can quickly create a detailed GitHub issue with a single command, and the Skill will automatically suggest labels like bug or priority: high based on keywords.

Quick Start

Use the devteam issue new skill to create a new GitHub issue with the description "Login button not working on mobile".

Frequently Asked Questions about devteam-issue-new

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

FAQPage Schema
How do I create GitHub issues with code context automatically?

Creating GitHub issues with code context is automated by parsing descriptions, searching the codebase with grep for related code, and formatting the issue body with relevant details before creation.

How does automatic label application work for bug reporting on GitHub?

Automatic label application for bug reporting works by analyzing issue descriptions for keywords like bug or enhancement, inferring the type and affected area, and applying corresponding labels before issue creation.

Can I override automatically suggested labels when creating a GitHub issue?

Yes, you can override automatically suggested labels when creating a GitHub issue by providing manual overrides via options, ensuring full control over the final issue formatting and categorization.

Does GitHub issue tracking search for existing issues before creating a new one?

Yes, GitHub issue tracking searches for existing issues using the gh CLI before creating a new one, analyzing issue descriptions to find related reports and avoid duplicates in the repository.

What is the best way to add codebase context to enhancement requests on GitHub?

The best way to add codebase context to enhancement requests is by analyzing descriptions for the affected area, searching the codebase with grep for related code, and formatting the issue body with these relevant details.