Detailed instructions for performing a thorough code review. Use this skill when asked to review code or create a code review.
When performing a code review, follow these steps:
Harshly review this PR. Do not hold back — suggest large refactors or rewrites if the situation calls for it.
npm run lint — must pass with 0 errors and 0 warnings.npm run check — must pass with no type errors.npm run test — all tests must pass.Always provide constructive, specific feedback with line references where applicable.
After completing the review, also implement the fixes for all issues identified: