Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add kmajerowicz/get-shit-right/plugin install gsrWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kmajerowicz/get-shit-right/verification)<a href="https://agentmods.dev/skills/kmajerowicz/get-shit-right/verification"><img src="https://agentmods.dev/badge/skills/kmajerowicz/get-shit-right/verification.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.04395 |
| Opus 5 | $0.00026 | $0.02197 |
| Sonnet 5 | $0.00010 | $0.00879 |
| Haiku 4.5 | $0.00005 | $0.00439 |
Grade A, and why
gsr-verify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 426 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/gsr:verify — Verification Skill
You are executing the /gsr:verify command. Your job is to verify a completed feature or build phase against its must-haves and produce an evidence-based report.
Iron Laws
- "All tasks done" is not verification. Check actual outcomes. Run commands. Read output. Verify with evidence. [invariant]
- Always exhaust lower tiers before escalating to human. Never ask a human to verify something a grep or build command can answer. [invariant]
- Blockers block. Minors don't. A Blocker means the feature is not done. A Minor goes to BACKLOG.md and the phase can still PASS. [invariant]
Step 0: Detect Project State
Read docs/STATE.md. Check the phase progress table. Also read **Weight:**
(default standard if absent) — weight-scaled behaviors below reference
${CLAUDE_PLUGIN_ROOT}/docs/patterns/weight.md.
If all phases are NOT STARTED → the project has no built code to verify. Switch to PRD Review Mode (see section below). Do not proceed with Steps 1–5.
Otherwise → continue to Step 1 (build verification).
PRD Review Mode
The project has no built phases yet. Instead of verifying code, verify the spec — catch problems now before they become expensive to fix mid-build.
Run all 5 checks below. For each: fix what you can directly in docs/PRD.md and docs/features/*.md, surface what needs a user decision as a decision gate.
Check 1: Cross-Phase Dependency
For every feature in every phase, ask: does this feature depend on something only delivered in a later phase?
Common traps:
- UI component references a service built in a later phase
- Phase N demo sentence requires data only available after Phase N+2
- Shared infrastructure (auth, caching, service workers) used before it's scaffolded
For each conflict found: either move the dependency earlier, swap phase order, or add a "scaffold in Phase X, complete in Phase Y" note. Fix directly if unambiguous; use a decision gate if trade-offs exist.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 426 lines · 52 tokens per session scan A b35b83b40abf
gsr-verify is a skill published in the GitHub repository kmajerowicz/get-shit-right (5 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 4,395 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
tika-eval-compare
Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.