code-review
Code Review
Code review this entire feature. Find all bugs and issues.
Be highly skeptical about the code written, examine line by line, logic by logic. Identify redundant code, bad code, wrong logic, etc. — any and all bugs. Trace the call stack of each logic, until you've examined everything.
List all bugs and issues. Then, fix all issues found to ensure 100% working and no bugs and clean code.
Use verifiers and check for issues. Fix any. Ensure 100%.
Give TLDR.
More from blink-new/claude
saas-sidebar
Build a modern, collapsible sidebar for SaaS dashboards following the ChatGPT/Notion design pattern
76pg-boss
Implement reliable PostgreSQL-based job queues with PG Boss. Use when implementing background jobs, scheduled tasks, cron-like functionality, task rollover, or email notifications in Node.js/TypeScript projects.
57wysiwyg-editor
Build production-grade WYSIWYG editors using Tiptap v3 with proper markdown-style formatting, instant rendering, and bullet/numbered list support
51linear-design
Build and audit Linear/Vercel/Notion-quality UI. Covers color systems, motion, progressive disclosure, keyboard-first design, layout architecture, surface elevation, information density, micro-interactions, and state handling. Use when building UI components, reviewing design quality, creating pages, or when the user asks for a design review.
50nextjs-16-proxy
Next.js 16 proxy convention (replacing middleware). Use when creating middleware, handling URL rewrites, or when the user mentions proxy.ts, middleware.ts, or route interception in Next.js 16+.
50bulk-select-actions
Build world-class table bulk selection with floating action toolbar. Linear/Notion-quality UX with proper checkbox states, smooth animations, and confirmation dialogs
49