solve-issue

Automate GitHub issue resolution from parsing to pull request creation.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/canpok1/claude-code-plugins --skill solve-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solve-issue
Source: https://github.com/canpok1/claude-code-plugins/tree/main/plugins/base-tools/skills/solve-issue
Command: npx skills add https://github.com/canpok1/claude-code-plugins --skill solve-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire GitHub issue resolution process, from understanding the issue to merging the pull request and conducting a retrospective.

Core Features & Use Cases

  • End-to-end Issue Management: Handles issue comprehension, implementation, committing, self-review, PR creation, and merging.
  • Automated Workflow: Reduces manual steps and ensures consistency in the development cycle.
  • Use Case: When a new bug is reported on GitHub, you can use this Skill to automatically address it, test the fix, create a PR, and get it merged, significantly speeding up the bug-fixing process.

Quick Start

Use the solve-issue skill to resolve GitHub issue number 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 end to end?

Automating GitHub issue resolution involves parsing issue details, implementing code changes, committing work, and creating pull requests. This process ensures a complete development lifecycle by integrating with GitHub CLI and Git commands to handle self-reviews and PR fixes.

Can I automatically create a pull request after fixing a bug?

Yes, you can automatically create a pull request after fixing a bug. The automated workflow handles issue comprehension, implementation, committing, self-review, PR creation, and merging to reduce manual steps and ensure consistency in the development cycle.

Does the automated issue resolution workflow work with GitHub CLI and Git commands?

Yes, the automated issue resolution workflow works with GitHub CLI and Git commands. It integrates directly with these tools to parse issues, implement changes, commit work, and manage pull requests, ensuring a complete and consistent development lifecycle for each issue.

What is the best way to streamline bug fixing from issue creation to pull request?

The best way to streamline bug fixing is using an automated workflow that handles end-to-end issue management. This approach comprehends the issue, implements code changes, performs self-reviews, creates the pull request, and manages merging, significantly speeding up the development process.

Do I need GitHub CLI to automate my development workflow for issue tracking?

Yes, you need GitHub CLI to automate your development workflow for issue tracking. The automation integrates with GitHub CLI and Git commands to parse issue details, implement code changes, commit work, and manage pull requests effectively.

When should I not use automated code review and PR creation for issue tracking?

You should not use automated code review and PR creation for issue tracking when dealing with highly complex architectural changes that require deep human oversight. The automated workflow is best suited for standard bug fixes and well-defined development tasks to ensure consistency.