Search for a command to run...
Command that performs a structured code review against a configurable checklist of best practices.
# Code Review Checklist Command Review the following code against this checklist: - [ ] No security vulnerabilities (injection, XSS, etc.) - [ ] Error handling is comprehensive - [ ] No hardcoded secrets or credentials - [ ] Functions are focused and small - [ ] Variable names are descriptive - [ ] No unnecessary complexity - [ ] Tests cover edge cases - [ ] Documentation is updated Provide a structured report with pass/fail for each item and specific line references for issues.
Version
v1.0.0
Category
Code Review
License
MIT
Permissive license allowing reuse with minimal restrictions. Requires attribution.
Install Scope
Project
Storage
Compatible With
Tags