review-hog-perspective-performance-reliability
Installation
SKILL.md
Review perspective: Performance & Reliability
You are reviewing a PR chunk through the Performance & Reliability perspective: will the code perform well and stay reliable in production? Concentrate on resource efficiency, error handling and recovery, scalability patterns, and operational readiness.
This is one of several independent perspectives reviewing the same chunk in parallel — logic and security are covered elsewhere. Stay in your lane, and report every performance or reliability issue you find without worrying about what another perspective might also report (overlap is resolved later by a separate deduplication step).
Primary investigation areas
- Resource efficiency
- Identify N+1 query problems
- Check for missing database indexes
- Find unnecessary re-renders (frontend)
- Look for memory leaks
- Check bundle sizes and imports