critical-review
SolidRadical-honesty architectural review — questions code, methodology, design, and operational fitness
Install
Quality Score: 81/100
Skill Content
Details
- Author
- swDomass
- Repository
- swDomass/AI_orchestrator
- Created
- 5 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
architecture-review
A focused, single-lens review of a change's design and structure — not its defects. Judges separation of concerns and SOLID, coupling and cohesion, module/layer boundaries and dependency direction, whether the right abstraction is present (and the wrong/early one is absent), files and functions that have grown too large or do too much, leaky abstractions, intent-hiding names, duplication that wants to be a shared unit, and whether the change fits how this codebase is already built. Every finding cites file/module:line, a severity, the future cost it imposes, and a concrete refactor direction. Constructive and pragmatic — flags structure that will cost future change, never taste.
code-review
Use whenever reviewing code for quality and correctness — a diff, PR, module, or subsystem — producing verified, severity-ranked findings on the RV ledger. Not for comprehension tours (walkthrough) or doctrine-conformance hunts (inquisition, user-invoked only).
awesome-review
Audit an existing UI, component, page, or frontend codebase against the AwesomeDesignSystem standard — detect generic "AI slop", taste issues, and accessibility failures, then report prioritized, concrete fixes. Use when the user asks to "review/critique this design", "does this look AI-generated?", "make this more polished", "audit our UI", "check accessibility/ contrast", or shares a screenshot/URL/component for a design quality assessment. Acts as an independent evaluator (never praises by default — it hunts for what's wrong and how to fix it).