Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Dankosik/go-service-template-rest --skill go-test-strategygit clone --depth 1 https://github.com/Dankosik/go-service-template-restWrote 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/dankosik/go-service-template-rest/go-test-strategy)<a href="https://agentmods.dev/skills/dankosik/go-service-template-rest/go-test-strategy"><img src="https://agentmods.dev/badge/skills/dankosik/go-service-template-rest/go-test-strategy/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dankosik/go-service-template-rest/go-test-strategy"><img src="https://agentmods.dev/badge/skills/dankosik/go-service-template-rest/go-test-strategy.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.00463 |
| Opus 5 | $0.00019 | $0.00231 |
| Sonnet 5 | $0.00008 | $0.00093 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
go-test-strategy 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 3d 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.
What it actually says
Go Test Strategy
Choose a test that rejects plausible wrong behavior at the smallest layer that can observe it. This is an optional method while implementing code or tests, not a separate phase, approval, or mandatory preliminary test plan.
Ground the assertion in accepted product behavior, not the implementation's current output. Reuse existing test patterns and controls. Preserve fixture cardinality, entity ownership, absent values, and event ordering. Prefer assertions that survive behavior-preserving refactors; test internal calls only when they carry an accepted contract or resource bound.
For the concrete choice in front of you, identify the wrong behavior, its observable consequence, and deterministic inputs or fault control. Unit tests are sufficient when they observe that consequence. Exercise available real in-process boundaries where a mock would miss the wrong behavior. An explicit real-database or provider verification claim needs that actual boundary, but this method cannot make such a claim mandatory for local completion. Follow the Evidence Contract before selecting external infrastructure. Do not build a test environment, runner, or scenario matrix merely because a mock has limits. Small fixtures and existing test doubles remain normal test authoring; keep optional unobserved scope clear.
Load one decision reference only when its pressure changes the test being written. A final or explicitly requested review may use the review references; they do not trigger review during ledger implementation. If a bounded consultation is delegated, use the shared specialist contract.
Done when the testing choice can be implemented in the current task. Repair fixtures and assertions locally; reopen a product owner only when expected behavior is actually undefined. The active workflow and Evidence Contract own validation timing and task completion.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/decision/boundary-observables.md 3.3 KB
- references/decision/index.md 1.2 KB
- references/decision/proof-obligations.md 2.7 KB
- references/decision/validation-commands.md 1.4 KB
- references/review/determinism-and-flake-risk.md 2.7 KB
- references/review/false-pass-and-missing-proof.md 3.0 KB
- references/review/index.md 1.2 KB
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.
- 3d ago Changed · +4 lines b9b1c081b285
- 4d ago Changed · -16 lines · +1 tokens per session 870843de3005
- 6d ago Changed · +20 lines 99472339c674
- 11d ago First seen · 35 lines · 38 tokens per session scan A 899262c45309
go-test-strategy is a skill published in the GitHub repository Dankosik/go-service-template-rest (7 stars, last pushed 3d ago), licensed MIT. It adds 39 tokens to every session and 463 once invoked, about $0.0002 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
code-guidelines-go
Go 1.24–1.27 coding guidelines for the dimetron/pi-go AI agent runtime. Use this skill whenever writing, reviewing, or refactoring ANY Go code in pi-go. This covers idiomatic style, error handling, concurrency, project layout, testing (table-driven, fuzz, benchmarks, synctest), new stdlib usage, golangci-lint v2…
go-127
What changed in Go 1.27 (released August 2026) and how it changes the way Go is written in pi-go. Use this skill when writing or reviewing Go that could use a 1.27 feature, when bumping the go directive in go.mod, when a build or test behaves differently after a toolchain upgrade, or when code-guidelines-go points…
bubbletea-testing
Use this skill whenever writing tests for Bubble Tea (charmbracelet/bubbletea) TUI applications in Go. Triggers include any mention of testing Bubble Tea models, teatest, golden file testing for TUIs, testing tea.Cmd or tea.Msg, snapshot testing terminal output, or writing tests for any Go CLI/TUI that uses the Elm…
vhs-e2e-gif
Record a test run, a TUI session, or any terminal command as a GIF with VHS and attach it to a GitHub PR as a release-hosted asset, never a repo commit. Use when asked to record an e2e run, demo a fix on a PR, attach a GIF or screen recording to a pull request, show a test passing visually, or produce a terminal…
ci-orchestrator
Run a CI-like pipeline locally (format, lint, vet, static-analysis, tests) and summarize per-step results with remediation guidance.
config-loader-helper
Diagnose configuration-related failures, enumerate required env vars, and guide safe local test setup (no secrets).