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.