By shinezyy
Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.
Cancel active PR loop
Cancel active RLCR loop
Generate implementation plan from draft document
Start PR review loop with bot monitoring
Start iterative loop with Codex review
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Current Version: 1.10.4
Derived from the GAAC (GitHub-as-a-Context) project.
RLCR stands for Ralph-Loop with Codex Review. It was inspired by the official ralph-loop plugin, enhanced with a series of optimizations and independent Codex review capabilities.
The name can also be interpreted as Reinforcement Learning with Code Review - reflecting the iterative improvement cycle where AI-generated code is continuously refined through external review feedback.
A Claude Code plugin that provides iterative development with Codex review. Humanize creates a feedback loop where Claude implements your plan while Codex independently reviews the work, ensuring quality through continuous refinement.
Iteration over Perfection: Instead of expecting perfect output in one shot, Humanize leverages an iterative feedback loop where:
This approach provides:
Start Claude Code and run the following commands:
# Add the marketplace
/plugin marketplace add [email protected]:humania-org/humanize.git
# Install the plugin
/plugin install humanize@humania
If you have the plugin cloned locally:
# Start Claude Code with the plugin directory
claude --plugin-dir /path/to/humanize
codex - OpenAI Codex CLI (for review). Check with codex --version.Humanize supports the following environment variables for advanced configuration:
WARNING: This is a dangerous option that disables security protections. Use only if you understand the implications.
--full-auto with sandbox protection)true or 1: Bypasses Codex sandbox and approvals (uses --dangerously-bypass-approvals-and-sandbox)When to use this:
When NOT to use this:
Security implications:
Usage example:
# Export before starting Claude Code
export HUMANIZE_CODEX_BYPASS_SANDBOX=true
# Or set for a single session
HUMANIZE_CODEX_BYPASS_SANDBOX=true claude --plugin-dir /path/to/humanize
flowchart LR
Plan["Your Plan<br/>(plan.md)"] --> Claude["Claude Implements<br/>& Summarizes"]
Claude --> Codex["Codex Reviews<br/>Summary"]
Codex -->|Feedback Loop| Claude
Codex -->|COMPLETE| Review["Code Review<br/>(codex review)"]
Review -->|Issues Found| Claude
Review -->|No Issues| Done((Done))
The loop has two phases:
codex review --base <branch> checks code quality with [P0-9] severity markers<name/you/like/for/draft>.md and use /humanize:gen-plan
/humanize:gen-plan --input <name/you/like/for/draft.md> --output <docs/my-feature-plan.md>
/humanize:start-rlcr-loop <docs/my-feature-plan.md>
.humanize/rlcr/<timestamp>/ or you can use the monitor script:
source ~/.claude/plugins/cache/humania/humanize/<LATEST.VERSION>/scripts/humanize.sh // Add this to your .bashrc or .zshrc
humanize monitor [rlcr|pr] // Launch this from where you start claude to monitor RLCR loop or PR loop
/humanize:cancel-rlcr-loopnpx claudepluginhub shinezyy/humanizeProvide a Claude Code skill that spawns Claude, Codex, Gemini, or Kimi workers through one wrapper script.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.