Performance Testing Review
Pairs a performance engineer and a test automator behind a review that picks its own reviewers.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install performance-testing-review@claude-code-workflows
Bir değişikliğin performans ve test kapsamı tarafı incelenirken ya da inceleme yükü kodun türüne göre dağıtılırken
- Author
- Seth Hobson
- License
- MIT
Two agents carry the substance: one profiles latency, memory and the paths that actually cost time, the other looks at what the test suite covers and where it is lying. The orchestration is where this differs from a fixed checklist — reviewers are selected from the code's own characteristics, so a web application pulls in a security auditor while a hot path pulls in a performance analyst, and no dimension runs against code that does not have it. Context is passed forward between agents rather than each starting cold, which lets a later reviewer build on an earlier finding instead of restating it. The second command is a narrower single-pass review for changes that do not warrant the full fan-out.
Similar skills
Application Performance
SkillRuns profiling through to monitoring as one resumable pass with an explicit target.
Comprehensive Review
SkillA phased review that writes each stage to disk so later phases read files, not context memory.
Code Review
SkillMulti-agent pull request review with confidence scoring to filter out false positives.

Comments(0)
Sign in to comment