skills/humanize-rlcr/SKILL.md
Start RLCR (Ralph-Loop with Codex Review) with hook-equivalent enforcement from skill mode by reusing the existing native `humanize gate rlcr` logic.
npx skillsauth add cupnfish/humanize-rs humanize-rlcrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this flow to run RLCR in environments without native hooks.
Do not re-implement review logic manually. Always call the RLCR stop gate wrapper through the CLI:
humanize gate rlcr
The gate command routes through the same stop-hook-compatible logic, so skill-mode behavior stays aligned with hook-mode behavior.
All commands below assume the humanize CLI is available on PATH.
Start the loop with the setup command:
humanize setup rlcr $ARGUMENTS
If setup exits non-zero, stop and report the error.
For each round:
.humanize/rlcr/<timestamp>/round-<N>-prompt.md (or finalize prompt files when in finalize phase)..humanize/rlcr/<timestamp>/round-<N>-summary.md.humanize/rlcr/<timestamp>/finalize-summary.mdhumanize gate rlcr
humanize gate rlcr --session-id "$CLAUDE_SESSION_ID"
humanize gate rlcr --transcript-path "$CLAUDE_TRANSCRIPT_PATH"
0: loop is allowed to exit10: blocked by RLCR logic; follow returned instructions exactly and continue the next round20: infrastructure/runtime error; report the error and stopBy routing through the native gate logic, this skill enforces:
current_round, max_iterations, review_started, base_branch, etc.)--push-every-round unpushed-commit blocking--full-review-round)COMPLETE / STOP marker handling[P0-9] markersask_codex_question=truestate.md or finalize-state.md.codex exec or codex review in place of the gate for phase transitions.round-*-prompt.md, round-*-review-result.md) as source of truth.Pass these through humanize setup rlcr:
| Option | Description | Default |
|--------|-------------|---------|
| path/to/plan.md | Plan file path | Required unless --skip-impl |
| --plan-file <path> | Explicit plan path | - |
| --track-plan-file | Enforce tracked plan immutability | false |
| --max or --max-iterations N | Maximum iterations | 42 |
| --codex-model MODEL:EFFORT | Codex model and effort for codex exec | gpt-5.4:xhigh |
| --codex-timeout SECONDS | Codex timeout | 5400 |
| --base-branch BRANCH | Base for review phase | auto-detect |
| --full-review-round N | Full alignment interval | 5 |
| --skip-impl | Start directly in review path | false |
| --push-every-round | Require push each round | false |
| --claude-answer-codex | Let Claude answer open questions directly | false |
| --agent-teams | Enable agent teams mode | false |
Review phase codex review runs with gpt-5.4:high.
# Start with plan file
humanize setup rlcr path/to/plan.md
# Review-only mode
humanize setup rlcr --skip-impl
humanize cancel rlcr
tools
Iterative development with AI review. Provides RLCR (Ralph-Loop with Codex Review) for implementation planning and code review loops, plus PR review automation with bot monitoring.
tools
Generate a structured implementation plan from a draft document. The host orchestrates repository analysis, Codex planning rounds, convergence, user clarification, and final authoring. The CLI provides deterministic helper commands for config lookup, validation, scaffold preparation, and one-shot Codex consultation.
development
Consult Codex as an independent expert. Sends a question or task to `humanize ask-codex` and returns the response.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.