build-train

Installation
SKILL.md

build-train

Batch-execute multiple issues into a single build branch. Each issue gets a worker; each worker creates a PR targeting the build branch. The final PR to main goes through the full review pipeline once.

When to Use

  • 3+ open issues on the same repo that can be worked in parallel (or sequentially)
  • CTO heartbeat detects a batch of related work
  • Manual dispatch: /build-train Lexgo-cl/lexgo-website --issues 10,14,15,16

Arguments

Parse $ARGUMENTS for:

  • repo: org/repo (required, first positional arg)
  • --issues: comma-separated issue numbers (required)
  • --branch: build branch name (optional, default: build/YYYY-MM-DD)

Phase 0: Setup

Related skills
Installs
4
GitHub Stars
2
First Seen
Apr 22, 2026