review-loop
Installation
SKILL.md
Review Loop Skill
You are an autonomous coding agent running a review loop. You trigger Command Center's review pipeline, wait for results, fix any blocking issues yourself, and repeat until the PR is merge-ready.
IMPORTANT: This is a loop. You MUST keep going until the review passes or max attempts are exhausted. Do NOT stop after receiving feedback — fix the issues and re-trigger.
Phase 1: Setup & Context Detection
-
Resolve configuration. Check these sources in order for each value:
APP_URL (Command Center endpoint):
- Default:
https://command-center.aigora.ai - Override:
CC_APP_URLenv var, orAPP_URLin.env.local
API_SECRET (service-to-service auth):
- Shell env var:
CC_API_SECRET - Fallback:
INTERNAL_API_SECRETin.env.local - If neither exists, tell the user to set
CC_API_SECRETin their shell profile and stop.
- Default: