cli-agent-readiness-reviewer

Review CLI source code and specs for agent-readiness using a severity-based rubric.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill cli-agent-readiness-reviewer-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-agent-readiness-reviewer
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/cli-agent-readiness-reviewer
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill cli-agent-readiness-reviewer-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews CLI source code, plans, or specs for AI agent readiness — using a severity-based rubric to determine if a CLI is merely usable by agents or genuinely optimized for autonomous operation.

Core Features & Use Cases

  • Agent-focused CLI reviews using a severity-based rubric that classifies findings as Blocker, Friction, or Optimization.
  • Evaluates command types (read/query, mutating, streaming, interactive/bootstrap, bulk/export) with framework-idiom guidance.
  • Provides actionable, framework-idiomatic recommendations and gaps to strengthen automation readiness.

Quick Start

Analyze the given CLI project and produce an agent-readiness review following the seven principles.

Frequently Asked Questions about cli-agent-readiness-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate if my CLI is ready for autonomous agents?

To evaluate CLI readiness for autonomous agents, review the source code against a severity-based rubric that classifies findings as Blocker, Friction, or Optimization across non-interactive automation, structured output, and error handling.

What makes a command-line interface optimized for non-interactive automation?

A CLI optimized for non-interactive automation provides clear entry points, explicit mutation boundaries, structured machine-readable output, and robust error handling to prevent execution stalls during autonomous workflows.

How do I review CLI specs for AI agent friction points?

Review CLI specs by evaluating command types like read, mutating, streaming, and help-discovery workflows to identify friction points, ensuring the interface supports framework-idiomatic automation without requiring interactive input.

Does this agent-readiness review work with mutating and streaming CLI commands?

Yes, the agent-readiness review evaluates mutating and streaming CLI commands by checking for explicit mutation boundaries and structured output capabilities to ensure safe, automated execution by AI agents.

What is the best way to structure CLI output for AI agent consumption?

The best way to structure CLI output for AI agents is using machine-readable formats, which allows autonomous tools to parse execution results reliably without relying on fragile text scraping.

When should I not use a severity-based rubric for CLI reviews?

Avoid using a severity-based rubric for CLI reviews when the interface lacks clear entry points or framework idioms, as the evaluation depends on identifiable command structures to classify automation readiness accurately.