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, consistency, and documentation in the project or specified scope, creating a prioritized improvement plan saved as markdown report.
/saas-reviewReviews current code or component against SaaS design principles, identifies violations with file/line refs, suggests fixes, and provides severity summary with top improvements.
/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.
/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.
/pr-reviewReviews pull requests for code quality, security, performance, and architecture, providing classified feedback (critical to info) based on provided diff or code snippets.