issue-implementation-serial

Implement multiple GitHub Issues sequentially into a single Pull Request.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill issue-implementation-serial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-implementation-serial
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/issue-implementation-serial
Command: npx skills add https://github.com/YH-05/finance --skill issue-implementation-serial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing multiple GitHub Issues by sequentially processing them, managing context efficiently, and consolidating all changes into a single Pull Request.

Core Features & Use Cases

  • Sequential Issue Implementation: Executes multiple GitHub Issues one after another.
  • Context Isolation: Utilizes context: fork to prevent context accumulation across issue implementations, optimizing LLM performance.
  • Single Pull Request: Consolidates all changes from multiple issues into a single PR for review.
  • Automated Review & CI Checks: Integrates with review-pr for iterative code review and ensures CI checks pass before completion.
  • Use Case: A developer needs to address several bug fixes (e.g., Issues #101, #102, #103). This Skill will implement each fix, commit it, and then create one PR containing all three fixes, followed by automated review and CI validation.

Quick Start

Use the issue-implementation-serial skill to implement issues 101, 102, and 103.

Frequently Asked Questions about issue-implementation-serial

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

FAQPage Schema
How do I implement multiple GitHub issues in a single pull request?

To implement multiple GitHub issues in a single pull request, sequentially process each issue and consolidate all code changes into one PR. This approach ensures that related bug fixes are grouped together for unified review and automated validation.

What is the best way to automate CI/CD validation for multiple issue implementations?

Automating CI/CD validation for multiple issue implementations involves orchestrating sequential commits and integrating automated PR review. This workflow ensures pipeline checks pass iteratively before the consolidated pull request is finalized and merged.

How does context isolation work during sequential issue implementation?

Context isolation during sequential issue implementation uses a forked context to prevent LLM context accumulation across multiple issues. This mechanism optimizes language model performance by keeping the processing state of each issue cleanly separated.

Can I integrate automated code review when consolidating multiple issues into one PR?

Yes, you can integrate automated code review when consolidating multiple issues into one PR. The workflow orchestrates iterative feedback loops using PR review tools, ensuring code quality is continuously validated before finalizing the pull request.

Does workflow orchestration support branch creation for multiple GitHub issues?

Workflow orchestration supports branch creation for multiple GitHub issues by managing the execution sequence and result aggregation. It handles the branch lifecycle automatically while executing sequential fixes and preparing the final pull request.