solve-issue

Automates GitHub issue resolution workflows including fetching, branching, and agent orchestration.

11|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/bug-ops/claude-plugins --skill solve-issue-bug-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solve-issue
Source: https://github.com/bug-ops/claude-plugins/tree/main/rust-code/skills/solve-issue
Command: npx skills add https://github.com/bug-ops/claude-plugins --skill solve-issue-bug-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solve complex GitHub issues by automating the issue retrieval, branch creation, and agent workflow execution within a single skill.

Core Features & Use Cases

  • Issue Retrieval and Assignment: Fetch and assign GitHub issues with labels and milestones.
  • Branch Creation: Generate branches for issue tracking with appropriate naming conventions.
  • Agent Workflow Execution: Trigger a team-develop agent workflow for comprehensive issue resolution.
  • Use Case: If you need to implement a feature request, simply invoke the skill with the issue number, and it will handle the rest.

Quick Start

To solve GitHub issue #123, use the command: 'solve-issue 123'

Frequently Asked Questions about solve-issue

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

FAQPage Schema
How do I automate GitHub issue resolution from fetching to branch creation?

Automating GitHub issue resolution involves fetching the issue, generating an appropriately named branch, and orchestrating an agent workflow. This skill automates the entire end-to-end issue resolution process, requiring only the issue number to initiate the workflow.

What is the best way to implement a feature request from a GitHub issue?

The best way to implement a feature request is to trigger an automated agent workflow. By invoking the skill with the specific issue number, it retrieves the issue details and executes a team-develop agent workflow for comprehensive resolution.

Can I automatically assign labels and milestones when fetching GitHub issues?

Yes, you can automatically assign labels and milestones during issue retrieval. The skill fetches and assigns GitHub issues with labels and milestones as part of its core issue resolution workflow before generating the tracking branch.

Do I need GitHub API access and branching configuration to automate issue workflows?

Yes, you need GitHub API access and proper branching configuration to automate issue workflows. These prerequisites are required to fetch issues, apply naming conventions for branch creation, and trigger the team-develop agents.

How does agent orchestration work for software development issue resolution?

Agent orchestration for issue resolution works by triggering a team-develop agent workflow after branch creation. This orchestrates multiple agents to comprehensively resolve the GitHub issue, automating the development workflow from start to finish.