rigorous-review
Installation
SKILL.md
/rigorous-review
Investigate a codebase for security, performance, correctness, and refactoring improvements under one hard constraint: no observable change to any outward-facing page or API. Rendered HTML of public routes, URL structure, JSON response shapes, auth flows, and admin UI behavior must all be byte-for-byte equivalent for legitimate callers after any fix.
The deliverable is a report. Fixes are applied only when the user asks, and only the
ones classified safe.