gh-issue-implement

Implement a GitHub issue into a pull request with testing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-issue-implement
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-issue-implement
Source: https://github.com/wscffaa/claude-gh-skills/tree/main/gh-issue-implement
Command: npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-issue-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complete lifecycle to implement a GitHub issue and create a corresponding pull request, reducing manual coordination between planning, coding, and PR publishing.

Core Features & Use Cases

  • Issue analysis and requirement extraction: fetches issue details, identifies acceptance criteria, and surfaces dependencies.
  • Single-issue development workflow: analyzes tasks, derives a concrete plan, and uses codeagent-wrapper to generate implementation and tests.
  • PR creation and tracking: automatically opens a PR linked to the issue and tracks progress.

Quick Start

Trigger the skill with an issue number, e.g., "implement issue #123" to start the end-to-end workflow. It will fetch the issue, plan development, execute coding, run tests, and open a PR.

Frequently Asked Questions about gh-issue-implement

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

FAQPage Schema
How do I automate a GitHub issue into a pull request end-to-end?▼

Yes, you can automate single-issue development workflows by providing an issue number. The system analyzes the issue, derives a concrete implementation plan, and uses codeagent-wrapper to generate the code and tests automatically.

What is the process for parsing GitHub issue requirements into development tasks?▼

Parsing GitHub issue requirements involves fetching the issue details and identifying acceptance criteria and dependencies. The automation then uses these parsed requirements to derive a concrete development plan before coding begins.

Can I use this issue-to-PR workflow for multiple issues at once?▼

No, this issue-to-PR workflow is designed specifically for single-issue workflows. You provide one issue number at a time to ensure accurate requirement extraction, development, and pull request creation.

Does the GitHub issue automation handle PR creation and tracking?▼

Yes, the GitHub issue automation handles PR creation by automatically opening a pull request linked to the original issue. It tracks progress throughout the implementation lifecycle to ensure deliverables are published.

What are the limitations of using codeagent-wrapper for issue implementation?▼

A limitation of using codeagent-wrapper for issue implementation is that it applies strictly to single-issue workflows. Complex multi-issue coordination or cross-repository dependencies are not supported by this automation.