Build the GitHub Actions that automate review, enforce quality gates, and orchestrate the merge flow.
What
- PR review workflow: trigger 3 reviewers via claude -p on PR open/sync
- Orchestrator status check: blocker evaluation, re-review assessment, cycle cap
- Guardrail checks (5): scope enforcement, test ratio, dependency changes, API surface changes, commit messages
- Workflow configuration (.github/agent-workflow/config.yaml)
- Issue templates (task.yml, review-finding.yml)
Why
This is what makes the workflow enforced rather than advisory. Without Actions, the skills are just suggestions that agents can ignore.
Reference
See docs/design.md, Layers 3-5.
Build the GitHub Actions that automate review, enforce quality gates, and orchestrate the merge flow.
What
Why
This is what makes the workflow enforced rather than advisory. Without Actions, the skills are just suggestions that agents can ignore.
Reference
See docs/design.md, Layers 3-5.