Catch benchmark regressions in pull requests before slowdowns ship with CodSpeed
<p>Use CodSpeed when an agent needs benchmark runs compared in CI and surfaced on pull requests before performance regressions merge.</p>
npx skills add agentskillexchange/skills --skill catch-benchmark-regressions-in-pull-requests-before-slowdowns-ship-with-codspeed
CodSpeed gives an agent a narrow performance-guard workflow. It can run executable programs or existing benchmark suites, compare the results against a baseline, and report regressions directly in pull-request review flows. That makes it useful when a repository already has benchmarks or can add a few targeted ones, and the team wants performance evidence before merge.
What this skill actually does
The scope boundary is clear. Invoke it when the agent’s job is benchmark execution and regression detection inside review or CI, not when the user wants a general observability platform, profiling backend, or production telemetry stack. The job-to-be-done is catching code slowdowns before they ship.