sg-beat-reference
Installation
SKILL.md
/sg-beat-reference — Beat a named bar
The user gives a goal. You give back ONE short prompt they paste into a fresh agent session.
You are not doing the work. You are writing the prompt that makes another agent grind until it beats a real reference.
First: refuse it when it does not apply
No fetchable reference means no comparison loop. Say so in one line and route elsewhere.
| Goal | Why this loop fails | Where to go |
|---|---|---|
| bug, crash, 500, timeout, regression | nothing to place side by side | /sg-code-audit, the project's debug workflow |
| contract, wiring, auth, migration | the bar is deterministic, not aesthetic | /sg-process-check, the project's gate |
| infra, deploy, packaging | same | the project's ops workflow |
| retrieval / model quality | the bar is a scored golden set, not a reference artifact | the project's eval harness |