| name | intelligencex-reviewer-bootstrap |
| description | Use when bootstrapping or validating IntelligenceX reviewer setup, managed workflow blocks, and reviewer.json generation/apply flow. |
Skill: intelligencex-reviewer-bootstrap
Use this skill when setting up or validating IntelligenceX Reviewer onboarding in a target repo, especially:
.github/workflows/review-intelligencex.yml
.intelligencex/reviewer.json
- setup flows (
setup, setup wizard, setup web)
- docs that explain workflow-vs-json ownership and precedence
Trigger Phrases
- "reviewer setup"
- "bootstrap reviewer"
- "workflow yaml"
- "reviewer.json"
- "setup dry-run"
- "onboarding config"
Strict Execution Order
- Confirm repo/target mode and auth source
- Run setup dry-run profile
- Extract generated
reviewer.json and workflow YAML from dry-run output
- Validate managed workflow block + core review/analysis keys
- Validate source precedence and ownership boundaries (
workflow vs reviewer.json)
- Share concise apply plan (what will change)
- Apply only after explicit approval
- Run post-apply validation
When task scope is docs-only, execute steps 1, 4, and 5 at minimum.
Core Commands
- Dry-run + extraction + checks:
- Bash:
.agents/skills/intelligencex-reviewer-bootstrap/scripts/bootstrap-dry-run.sh --repo <owner/name> --mode setup
- PowerShell:
pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-reviewer-bootstrap/scripts/bootstrap-dry-run.ps1 -Repo <owner/name> -Mode setup