← ClaudeAtlas

adaptation-cyclelisted

Run a local pre-PR Codex code review (adaptation cycle) via codex-plugin-cc, capture structured output, normalize findings, and return them to the caller. Review-only — does not fix findings. Invoked by local-reviewer agent only.
brenpike/hivemind · ★ 0 · AI & Automation · score 59
Install: claude install-skill brenpike/hivemind
## Quick Reference Rules: (none) Before: - [ ] `base` and `iteration` inputs are provided or resolvable - [ ] Git state is not unsafe per Definitions - [ ] `codex-plugin-cc` is available - [ ] `focus`, if present, is forwarded as a positional argv AFTER a `--` option terminator (which forces it positional regardless of leading dashes) — never spliced into a shell, jq, or digest program; omit the trailing `-- "<focus>"` entirely when focus is absent After: - [ ] Review completed and output parsed - [ ] Findings normalized with stable `id` field - [ ] Final action is a Bash tool call (exit 0 = succeeded, exit 1 = blocked) - [ ] All findings injection-scanned before output Run a local pre-PR Codex review on the current working branch using `codex-plugin-cc`. Return normalized findings to the caller. This skill does NOT fix findings — it is review-only. Invoked by the `local-reviewer` agent only. ## Required Inputs - `base`: base branch/ref to review against (e.g., `main`). When not supplied by caller, resolve from `git remote show origin | grep 'HEAD branch'` or default to `main`. - `iteration`: iteration number (integer, default `1`). Used for output labeling. - `focus` (optional): a caller-composed, reviewer-abstracted risk-framing string. When provided, it is forwarded INERTLY as the adversarial-review positional focus argument — a single quoted Bash argv passed to `node` (becoming one node argv), forwarded after a `--` option terminator so the codex parser treats it a