Omnibus
200 skills · 1230 min
Omnibus
Skill 109 of 200
The Performance & Reliability review perspective for PostHog Review.
2 minutes · 412 words · 8 sections
Install
npx skills add PostHog/skills --skill review-hog-perspective-performance-reliabilitynpx skills add PostHog/skills/plugin marketplace add PostHog/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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).
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:
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/omnibus/*/SKILL.md, skills/posthog/all/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by PostHog, declaring 6 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./PostHog/skills.md, and each skill at its own .md URL.