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

  1. Resolve configuration. Check these sources in order for each value:

    APP_URL (Command Center endpoint):

    • Default: https://command-center.aigora.ai
    • Override: CC_APP_URL env var, or APP_URL in .env.local

    API_SECRET (service-to-service auth):

    • Shell env var: CC_API_SECRET
    • Fallback: INTERNAL_API_SECRET in .env.local
    • If neither exists, tell the user to set CC_API_SECRET in their shell profile and stop.
Installs
1
GitHub Stars
4
First Seen
Jun 16, 2026
review-loop — aigorahub/senspy