aos-review

Installation
SKILL.md

/aos-review

Select the files to review (or paste code), then run /aos-review.

What gets checked

Architecture

  • Business logic in services — not in controllers, components, or route handlers
  • Controllers delegate in one line, no logic
  • No direct DB access in controllers or UI components
  • DTOs used for all API inputs/outputs — no raw entity objects exposed
  • Feature-based folder structure — grouped by domain, not technical layer

Type safety

  • No any in TypeScript
  • All function parameters and return types declared
  • Domain IDs use branded types
Related skills
Installs
1
GitHub Stars
1
First Seen
1 day ago