implement-batch

Implement multiple GitHub issues onto one branch via isolated subagents and automated PR creation.

8|Updated May 29, 2026
One-click install
npx skills add https://github.com/offlinecv/OfflineCV --skill implement-batch-offlinecv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-batch
Source: https://github.com/offlinecv/OfflineCV/tree/main/.claude/skills/implement-batch
Command: npx skills add https://github.com/offlinecv/OfflineCV --skill implement-batch-offlinecv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the context-management bottleneck when implementing multiple related GitHub issues, preventing context loss and ensuring high-quality, reviewed code across an entire batch of work.

Core Features & Use Cases

  • Autonomous Orchestration: Automatically resolves dependencies, orders tasks, and executes implementations one-by-one in isolated subagents.
  • Adversarial Review: Hardens the accumulated changes with a dedicated review pass before opening a single, clean PR.
  • Use Case: When tasked with building an entire epic or a list of related features, use this skill to handle the end-to-end process from branch creation to final PR submission.

Quick Start

Use the implement-batch skill to implement the issues listed in epic 71 onto a new feature branch.

Frequently Asked Questions about implement-batch

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

FAQPage Schema
How do I automate the implementation of multiple GitHub issues onto a single branch?▼

Automating multiple GitHub issues onto a single branch requires orchestrating isolated subagents to resolve dependencies, order tasks, and execute implementations sequentially before opening a clean PR. This approach prevents context loss and manages complex feature development.

What is the best way to manage dependencies when batching a GitHub epic into one pull request?▼

Managing dependencies for a batched GitHub epic involves automated task ordering within isolated subagents. The orchestration process automatically resolves dependencies and executes implementations one-by-one, ensuring provenance tracking and adherence to repository-specific CI and style standards.

How does adversarial code review work for batch-processed GitHub implementations?▼

Adversarial code review for batch-processed GitHub implementations hardens accumulated changes with a dedicated review pass before opening a single pull request. This ensures high-quality, reviewed code across the entire batch of work after autonomous orchestration.

Can I use automated orchestration to build an entire GitHub epic from branch creation to PR submission?▼

Automated orchestration handles the end-to-end process of building an entire GitHub epic from branch creation to final PR submission. It delegates tasks to isolated subagents, managing dependency-based task ordering and adversarial code review for complex feature development.

When do I need context isolation for multi-issue GitHub implementations?▼

Context isolation is needed for multi-issue GitHub implementations when solving the context-management bottleneck during complex feature development. It prevents context loss across an entire batch of work by delegating tasks to isolated subagents for autonomous orchestration.

Do I need to manually resolve task dependencies when automating complex GitHub feature development?▼

Automating complex GitHub feature development does not require manually resolving task dependencies. The orchestration automatically resolves dependencies, orders tasks, and executes implementations one-by-one in isolated subagents, satisfying requirements for context isolation and provenance tracking.