What problem does it solve?
Reduce common LLM coding mistakes and improve the security, maintainability, and clarity of web code by combining explicit behavioral rules with a practical web audit checklist.
Core Features & Use Cases
- Behavioral Guidelines: Think before coding, favor simplicity, and make surgical changes that only touch what is necessary.
- Audit Checklist: Security header and CSP checks, HTTPS and mixed-content enforcement, dependency vulnerability awareness, browser compatibility, and Lighthouse best-practice recommendations.
- Verification Focus: Define success criteria, write or require tests for changes, and prefer minimal, verifiable patches during reviews.
- Use Cases: Run during code reviews, refactors, bug fixes, feature implementations, modernization efforts, or when asked to "apply best practices" or "audit code".
Quick Start
Ask the assistant to perform a coding-quality audit on the modified files and return a prioritized list of security, compatibility, and maintainability fixes with minimal suggested patches and verification steps.