review
SolidPerform a structured code review by composing validation checklists from relevant atoms based on what code changed. Loads atoms conditionally -- clean-code always, architecture/DDD/security/tests only when the delta touches their domain. Produces a severity-ordered report with specific locations and fixes. Use when the user asks to 'review this', 'code review', 'quality check', 'validate the code', 'check my code', 'review the delta', or 'review this PR'.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- techygarg
- Repository
- techygarg/lattice
- Created
- 3 months ago
- Last Updated
- 3 days ago
- Language
- Shell
- License
- MIT
Related Skills
clean-code
This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean."
code-reviewer
Elite code review expert specializing in modern AI-powered code
django-perf-review
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.