
from agent-workflows20
Performs focused performance reviews on code changes, PRs, or diffs; identifies algorithmic hotspots, N+1 queries, paging and caching opportunities, and offers
Performance Review provides a structured, read-only performance audit for code changes, pull requests, branches, or repository paths. It focuses on concrete scalability risks — algorithmic complexity, database query patterns, N+1 risks, pagination, batching, caching, synchronous I/O, memory usage and latency under load. The skill includes a lightweight signal scanner and a checklist to guide investigation, producing prioritized findings and suggested mitigations.
Use this skill when evaluating the performance impact of a specific change (PR or diff), before a release, or when investigating hotspots reported in production metrics. It's ideal for early-stage reviews where you want targeted, actionable recommendations rather than large refactors. Run it against a changed path or full repo to quickly surface obvious scaling issues.
scripts/performance_signal_scan.py when available (has_scripts: false for this translation but original repos often include helper scripts).Works well with code-aware assistants (Claude Code, Codex-based agents, Copilot/Copilot-like systems) that can parse code diffs and run lightweight static scans. It is primarily an audit skill (read-only) that augments agents with a principled performance checklist.
Chinese-localized performance review skill with no bundled scripts. The SKILL.md provides a structured workflow for code performance auditing but references a signal scan script and shared operating rules that aren't included, making it non-functional standalone. Instructions are present but depend heavily on missing external resources.
scripts/performance_signal_scan.py (referenced but not bundled)../_shared/references/skill-operating-rules.md (referenced but not available)Clean from a security perspective — no executable content, no network calls, no credentials. Main issues are completeness: the skill can't function without its referenced script and shared rules from the parent monorepo.