Skip to content
/ redpen Public

Code review checklist for AI-generated code. Step through prompts, paste into your AI, fix issues, mark done. Progress saves per git branch.

License

Notifications You must be signed in to change notification settings

ndycode/redpen

Repository files navigation

redpen

npm version downloads

A senior engineer review system in a box. Production-grade prompts for auditing AI-assisted codebases.

v2.0.0 is here! Now featuring team orchestration, a massive library of 116+ prompts, and a fully interactive TUI with category sidebars.

Installation

npm install -g redpen

Features

  • Team Orchestration: Coordinate parallel AI agents (redpen team start).
  • Interactive TUI: New category sidebar, fuzzy search (/), progress tracking.
  • 70+ New Prompts: Deep insights for Security, Architecture, DevOps, and Frontend.
  • First-Run Wizard: redpen setup auto-detects your stack (Next.js, Vue, Supabase, Flutter, etc.).
  • Diagnostic Tooling: Check system health with redpen doctor.
  • Extensible Hooks: Build plugins to listen to lifecycle events.

Commands

Command Description
redpen Interactive TUI
redpen setup First-time interactive setup wizard
redpen team start [name] Start a coordinated team session
redpen doctor Validate system and config health
redpen agents list List available agent profiles
redpen skills list List available skills
redpen check [cats] CI mode - exit 1 if incomplete
redpen report Markdown summary

Configuration

Run redpen setup or just run redpen to launch the interactive config wizard.

Config and progress are stored safely in:

  • Linux: ~/.config/redpen/projects/<hash>/
  • macOS: ~/Library/Application Support/redpen/projects/<hash>/
  • Windows: %APPDATA%\redpen\projects\<hash>\

License

MIT

About

Code review checklist for AI-generated code. Step through prompts, paste into your AI, fix issues, mark done. Progress saves per git branch.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published