issue-agent

Community

Intelligently classify and manage GitHub Issues, effortlessly.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually triaging, labeling, assigning, and estimating GitHub Issues is a time-consuming and inconsistent process. This Skill automates issue analysis and management, bringing structure, efficiency, and consistency to your project workflow.

Core Features & Use Cases

  • Automated Issue Classification: Automatically determine issue type (feature, bug, refactor), severity (Sev.1-5), and impact (Critical/High/Medium/Low) based on issue content.
  • Smart Labeling & Assignment: Apply a comprehensive 65-label system and automatically assign issues to the correct agent or team (e.g., CodeGenAgent, Developer) based on predefined rules.
  • Dependency & Time Estimation: Extract dependencies from issue descriptions and provide accurate time estimates for resolution, aiding in planning and resource allocation.
  • Use Case: A new bug report comes in. This Skill will instantly classify it as a 'bug', assign 'Sev.2-High' and 'High Impact' labels, estimate 60 minutes for resolution, and assign it to the 'CodeGenAgent' and a 'Developer', streamlining your entire issue workflow and saving valuable triage time.

Quick Start

To analyze GitHub Issue #270 and apply labels, severity, and assignments, use the issue-agent skill by running the command: npm run agents:issue -- --issue 270.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: issue-agent
Download link: https://github.com/ShunsukeHayashi/omakase-ai/archive/main.zip#issue-agent

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository