implement-issue

Launch the issue orchestrator with --issue and --branch for GitHub issues.

125|16|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/aaddrick/claude-pipeline --skill implement-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-issue
Source: https://github.com/aaddrick/claude-pipeline/tree/main/.claude/skills/implement-issue
Command: npx skills add https://github.com/aaddrick/claude-pipeline --skill implement-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end implementation of a GitHub issue by launching the orchestrator for a given issue number and base branch, coordinating tasks and producing a PR-ready solution.

Core Features & Use Cases

  • Initiates the issue implementation workflow by invoking the orchestrator with --issue and --branch.
  • Manages task planning, execution, and verification across setup, implement, test, and completion stages.
  • Use Case: Given an issue number on a base branch, automatically generate and validate a PR-ready implementation.

Quick Start

Run the adapt/implement-issue sequence to start processing an issue.

Frequently Asked Questions about implement-issue

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

FAQPage Schema
How do I automate GitHub issue implementation end-to-end?

You can automate GitHub issue implementation by launching the issue orchestrator with a specific issue number and base branch, which coordinates setup, coding, testing, and completion stages to produce a PR-ready solution.

What is the process for translating a GitHub issue into a pull request automatically?

Translating a GitHub issue into a pull request involves an orchestrator that manages task planning and execution across setup, implement, test, and completion stages, ultimately generating PR-ready changes on your specified base branch.

Can I monitor the progress of an automated issue implementation workflow?

Yes, you can monitor the progress of an automated issue implementation by tracking the status.json file, which reflects the orchestrator's current stage as it progresses through setup, implementation, testing, and completion.

How do I start the issue orchestrator for a specific GitHub issue?

To start the issue orchestrator for a specific GitHub issue, you run the implementation sequence by providing the issue number and the target base branch using the --issue and --branch parameters.

Does automated issue implementation require a specific project setup?

Automated issue implementation requires projects using Claude Code orchestrators to translate issues into PR-ready changes, ensuring the workflow can properly coordinate the setup, implement, test, and completion stages on a specified base branch.

What are the limitations of using an orchestrator for issue implementation?

The issue orchestrator is limited to projects using Claude Code orchestrators and requires specifying a base branch, focusing solely on translating a given GitHub issue into PR-ready changes through predefined setup, implement, test, and completion stages.