Error Handling Audit and Improvement
Audits your codebase for error handling gaps, inconsistent patterns, swallowed exceptions, and missing user feedback, then generates standardized error handling code.
Database Schema Review Checklist
Reviews database schema design for normalization issues, indexing gaps, relationship integrity, naming conventions, and migration safety with specific ALTER statements for improvements.
Accessibility Compliance Code Reviewer
Reviews frontend code for WCAG accessibility compliance, identifying aria attribute issues, keyboard navigation gaps, screen reader problems, and color contrast failures with fix code.
Test Coverage Analysis and Gap Finder
Analyzes existing test coverage to identify untested critical paths, missing edge cases, and test quality issues, then generates prioritized test cases with implementation code.
Performance Review and Optimization Guide
Conducts a systematic performance code review identifying algorithmic inefficiencies, unnecessary allocations, blocking operations, and N+1 queries, with benchmarked optimization suggestions.
Security Vulnerability Audit Checklist Generator
Generates a comprehensive security audit checklist tailored to your codebase, covering OWASP Top 10, authentication flaws, injection risks, and data exposure vulnerabilities with remediation code.