review-interfaces
Installation
SKILL.md
Review Interfaces
Interface design review for functions, classes, modules, and components.
Usage
/review-interfaces # Review context-related code
/review-interfaces --staged # Review staged changes
/review-interfaces --all # Full codebase audit (parallel agents)
Scope
| Flag | Scope | Method |
|---|---|---|
| (none) | Context-related code | Files from the current conversation context: any files the user has discussed, opened, or that you have read/edited in this session. If no conversation context exists, ask the user to specify files or use --staged/--all. |
--staged |
Staged changes | git diff --cached --name-only |
--all |
Full codebase | Glob source files, parallel agents |