What problem does it solve?
PR Gatekeeper SubAgent automates the validation, merge, and delivery pipeline for Draft PRs created by the Multi-Agent Pipeline, reducing manual review toil and preventing unsafe merges.
Core Features & Use Cases
- Orchestrates a five-phase PR flow (Discovery, Validation Gate, Local Merge, Update Spec, Ship) triggered by mentions like "/handle-pr" or "review pr".
- Enforces safety rules (no force push, no secret files, no bypassing hooks) and syncs corresponding Issues during Ship.
- Supports integration with Issue Manager skill to synchronize related issues automatically.
- Use Case: when a Draft PR is opened, this skill validates, merges locally, updates specs, and closes the PR with issue synchronization.
Quick Start
Invoke the pr-handler skill with a PR number or URL to start the PR handling workflow.