Api Review banner
dgriffith dgriffith

Api Review

Design community

Description

--- name: api-review description: Analyze API design and create an API improvement plan pattern: /api-review(?:\s+(.+))? --- Using @agent-api-designer prepare an API review report. You must analyze API design patterns, RESTful practices, and interface consistency in the codebase and create a comprehensive plan WITHOUT making any changes. ## Input Parsing The user invoked: /api-review {optional_scope} Valid scopes: - **No argument**: Analyze the entire project - **File/directory path**: Scope

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-api-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-api-review && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/api-review.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-api-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository