The Performance & Reliability review perspective for PostHog Review. Verifies that changed code will perform and hold up in production: resource efficiency, error handling and recovery, scalability, and operational readiness. Reports performance and reliability issues only.
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./products/review_hog/skills/review-hog-perspective-performance-reliability/SKILL.mdYou 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).
Resource efficiency
Error handling & recovery
Scalability patterns
Operational readiness
rg "for.*in|while" --type py -A 10 | rg "query|select|fetch"rg "try:|except:|catch|finally" --type py --type js -B 2 -A 5rg "async|await|Promise|then\(" --type js --type ts -A 3rg "cache|memoize|memo|useMemo" --type py --type js -A 3rg "timeout|deadline|ttl" --type py --type js -A 2rg "logger|log\.|console\." --type py --type jsConcentrate primary attention on:
Detect issues only in non-test files; skip vendor / third-party and generated files except for context.
A Performance & Reliability finding relates to:
b0fece0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.