devteam-issue

Resolve GitHub issues by number through automated diagnosis and fix implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of diagnosing and fixing GitHub issues, reducing the manual effort required for bug resolution and feature implementation.

Core Features & Use Cases

  • Automated Issue Resolution: Fixes GitHub issues by number, from fetching details to implementing and verifying fixes.
  • Intelligent Diagnosis: Leverages a "Bug Council" for complex issues, employing multiple specialized agents for root cause analysis.
  • Use Case: When a critical bug is reported on GitHub (e.g., issue #123), you can invoke this Skill to automatically investigate, propose a fix, implement it, run tests, and close the issue.

Quick Start

Use the devteam-issue skill to fix GitHub issue number 123.

Frequently Asked Questions about devteam-issue

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

FAQPage Schema
How do I automatically fix a GitHub issue by its number?

You can automatically fix a GitHub issue by number by triggering a multi-phase process that fetches issue details, classifies the problem, implements a fix, runs verification, and closes the issue on GitHub.

Can I automate bug resolution for complex GitHub issues without manual diagnosis?

Yes, complex GitHub issues can be resolved automatically using a Bug Council of specialized agents for root cause analysis, escalating to higher models if the initial fix implementation fails.

What is the best way to automate issue diagnosis and code quality verification on GitHub?

Automating issue diagnosis and code quality verification is best handled by an intelligent workflow that fetches issue details, classifies the bug, implements a fix, and performs automated verification before closing the issue.

Does automated bug fixing work with existing GitHub developer tools?

Yes, automated bug fixing integrates directly with GitHub by commenting on the issue thread with details of the implemented fix and automatically closing the issue upon successful verification.

What happens when an automated GitHub issue fix fails verification?

When an automated GitHub issue fix fails, the system employs model escalation to retry the implementation, leveraging more advanced reasoning to pass verification and successfully resolve the bug.