humanize
Iterative AI coding loops with independent automated code review
All Skills in This Repository (6)
Pure Emerald Level Indicatorshumanize-gen-plan
Generate a structured project plan with goals, acceptance criteria, milestones, and boundaries from a draft document.
ask-gemini
Queries Gemini CLI to fetch web-researched answers with citations and source-backed explanations.
humanize-rlcr
Automate Ralph-Loop with Codex Review flow orchestration across branches and commits.
humanize-refine-plan
Refine annotated gen-plans by removing CMT blocks and generating a QA ledger.
ask-codex
Send questions to Codex and output responses to stdout.
humanize
Coordinate iterative AI development with independent code review until acceptance criteria are met.
Frequently Asked Questions
FAQPage SchemaHow to install Humanize?โผ
Run `npx skills add PolyArch/humanize --all -g -y` in your terminal to install all skills in this suite globally.
What is the RLCR loop in Humanize?โผ
RLCR (Ralph-Loop with Codex Review) is an iterative cycle where Claude implements your plan and Codex independently reviews each round, repeating until all acceptance criteria pass.
How does Humanize improve AI-generated code quality?โผ
It catches issues early through continuous external review with severity markers, feeding problems back into implementation instead of trusting one-shot output.
Does Humanize work with Claude Code and Codex?โผ
Yes. It runs as a Claude Code plugin and uses the Codex CLI for independent reviews, with setup guides for Codex and Kimi runtimes.
Can Humanize turn rough notes into a coding plan?โผ
Yes. The gen-idea and gen-plan skills convert loose thoughts or drafts into structured plans with acceptance criteria, scope boundaries, and milestones.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core