Reviews current code or API against API design principles: identifies violations with file/line refs, suggests fixes, lists compliant items, and summarizes by severity.
How this command is triggered — by the user, by Claude, or both
Slash command
/api-design-principles:api-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
Review the code or API currently being worked on against the api-design-principles skills. Follow this process: 1. Identify which API design areas are relevant to the current context (routes, errors, auth, pagination, etc.) 2. For each relevant area, invoke the corresponding api-design-principles skill 3. Evaluate the current code against each skill's review checklist 4. Report findings organized by principle, using this format for each: **[Principle Name]** - Violations found (with specific file/line references) - What to fix and how - Items that already comply 5. Provide a summary wit...
Review the code or API currently being worked on against the api-design-principles skills.
Follow this process:
[Principle Name]
Focus on actionable, specific feedback. Reference the exact principle being violated.
npx claudepluginhub oborchers/fractional-cto --plugin api-design-principles/api-reviewAnalyzes API design patterns, RESTful practices and interface consistency across the codebase, then generates a prioritized markdown improvement plan. Also supports scoping to specific paths, current changes, recent commits, or PRs.
/reviewerReviews code across security, performance, maintainability, API contracts, data integrity, test coverage, and error handling by invoking a specialist multi-agent review pipeline.
/bestAudits specified code scope for architecture, clean code, DRY, SOLID principles, and security best practices, producing prioritized findings report with recommendations.
/saas-reviewReviews the current code or component against SaaS design principles, identifying violations and suggesting improvements.
/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/api-reviewCatalogs all exported APIs, researches best-practice exemplars, audits consistency against guidelines, checks documentation completeness, and produces an evidence log with action items.