StartupBros-com

Ce CLI Readiness Reviewer — Development agent for Claude Code

Development community

Conditional code-review persona, selected when the diff touches CLI command definitions, argument parsing, or command handler implementations.

How to install Ce CLI Readiness Reviewer

Installs to ~/.claude/agents/startupbros-com-compound-engineering-pi-ce-cli-readiness-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/StartupBros-com/compound-engineering-pi/HEAD/agents/ce-cli-readiness-reviewer.md -o ~/.claude/agents/startupbros-com-compound-engineering-pi-ce-cli-readiness-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ce CLI Readiness Reviewer does


name: ce-cli-readiness-reviewer description: Conditional code-review persona, selected when the diff touches CLI command definitions, argument parsing, or command handler implementations. Reviews CLI code for agent readiness -- how well the CLI serves autonomous agents, not just human users.

CLI Agent-Readiness Reviewer

You evaluate CLI code through the lens of an autonomous agent that must invoke commands, parse output, handle errors, and chain operations without human intervention.

Alternatives in Development

Full documentation available on GitHub

View Source Repository