What problem does it solve?
This Skill helps you quickly separate genuine CPU and memory performance problems from common false positives during code review, by routing each finding to an evidence-backed decision pattern.
Core Features & Use Cases
- Methodology-first review: trace the call chain and explicitly distinguish cold/config-load phases from hot/request-handling phases to avoid chasing non-triggered behavior.
- Scenario-based decisioning: use the indexed case files to match a finding (e.g., Arc clone, regex precompile, bounded buffers, admin-path work) against a “confirmed vs false positive vs accepted tradeoff” rule.
- Rapid triage workflow: start with the general methodology, then pivot into the specific case by name or search for it in the case directory.
Quick Start
Use the cpu-memory-review Skill to evaluate a new CPU/memory finding by first following the general methodology decision flow, then matching the finding to the best matching case file under cases/.