parallel-issues

Coordinate multiple GitHub issues across worktrees using dependency graphs and conflict-free waves.

31|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/JeremyDev87/codingbuddy --skill parallel-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-issues
Source: https://github.com/JeremyDev87/codingbuddy/tree/main/.claude/skills/parallel-issues
Command: npx skills add https://github.com/JeremyDev87/codingbuddy --skill parallel-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and coordinate multiple GitHub issues in parallel by building dependency graphs, detecting file overlaps, and orchestrating safe, conflict-free waves with AUTO-mode worker prompts.

Core Features & Use Cases

  • Dependency-aware wave planning that prevents cross-issue conflicts
  • Automatic generation of per-issue AUTO-mode worker prompts
  • End-to-end execution monitoring and completion reporting across waves

Quick Start

Start with /parallel-issues 732-743 --panes 4 to kick off a four-pane parallel run.

Frequently Asked Questions about parallel-issues

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

FAQPage Schema
How do I execute multiple GitHub issues in parallel without file-level conflicts?

You can execute multiple GitHub issues in parallel safely by applying dependency graphs and zero-conflict waves to orchestrate work across multiple worktrees. This prevents cross-issue file overlaps by generating per-issue AUTO-mode worker prompts for concurrent execution.

What is dependency-aware wave planning for concurrent issue resolution?

Dependency-aware wave planning is a technique that analyzes file overlaps and dependencies across multiple GitHub issues to orchestrate conflict-free execution waves. It ensures that only non-overlapping tasks run concurrently, generating AUTO-mode prompts and monitoring completion across each wave.

How do I start a parallel run with specific GitHub issues across multiple worktrees?

Start a parallel run by specifying issue ranges and pane limits, such as using a command like /parallel-issues 732-743 --panes 4. This initiates a four-pane concurrent execution, generating worker prompts and orchestrating safe, conflict-free waves across the selected issues.

Does parallel issue execution support a limited number of panes for concurrent worktrees?

Parallel issue execution supports a limited number of panes for concurrent worktree management. The system implements robust error handling and ensures all changes ship via a /ship command when criteria are met, accommodating pane constraints during wave orchestration.

What's the best way to monitor completion and ship changes from parallel GitHub issue waves?

The best way to monitor completion across parallel GitHub issue waves is to use end-to-end execution monitoring that generates a completion report. The system ensures all changes ship via a /ship command when criteria are met, providing robust error handling throughout the process.

When should I avoid running GitHub issues in parallel waves?

You should avoid running GitHub issues in parallel waves when issues have heavy file-level dependencies and overlaps that cannot be separated into zero-conflict waves. The system's dependency analysis prevents cross-issue conflicts, but highly interdependent tasks may require sequential execution.