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 agentmods add instructions/rshade/finfocus/go-test-filesgit clone --depth 1 https://github.com/rshade/finfocusWrote 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/instructions/rshade/finfocus/go-test-files)<a href="https://agentmods.dev/instructions/rshade/finfocus/go-test-files"><img src="https://agentmods.dev/badge/instructions/rshade/finfocus/go-test-files.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 | $0.00354 | $0.00354 |
| Opus 5 | $0.00177 | $0.00177 |
| Sonnet 5 | $0.00071 | $0.00071 |
| Haiku 4.5 | $0.00035 | $0.00035 |
Grade A, and why
finfocus go-test-files.instructions.md 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 Files Instructions
Test files follow specific patterns and requirements for this Go project.
Test Structure:
- Use
_test.gosuffix for test files - Place test files in the same package as the code being tested
- Use descriptive test function names:
TestXxx - Use table-driven tests for multiple test cases
- Group related tests appropriately
Test Coverage Requirements:
- Achieve 80% minimum code coverage
- Test both success and error paths
- Include edge cases and boundary conditions
- Test error conditions and failure scenarios
- Verify proper error handling and propagation
- Test concurrent behavior with race detection
Testing Patterns:
- Use
github.com/stretchr/testifyfor assertions - Use
requirefor fatal assertions,assertfor non-fatal - Mock external dependencies appropriately
- Use test helpers and setup/teardown functions
- Isolate tests to prevent interference
Test Organization:
- Use descriptive test names that explain what is being tested
- Group related test cases in table-driven tests
- Use subtests for complex scenarios
- Include benchmark tests where performance is critical
- Document test intent and expectations
CI/CD Integration:
- Tests run automatically in CI pipeline
- Coverage reports are generated and uploaded
- Race detection is enabled for concurrent code
- Test failures block merges
Mock and Stub Usage:
- Use interfaces for dependency injection
- Create mock implementations for external services
- Use test-specific fixtures and data
- Avoid testing implementation details
Performance Testing:
- Include benchmarks for performance-critical code
- Use
testing.Bfor benchmark functions - Profile memory usage and allocations
- Compare performance across changes
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 First seen · 62 lines · 354 tokens per session scan A 9829758e3634
finfocus go-test-files.instructions.md is an instructions file published in the GitHub repository rshade/finfocus (5 stars, last pushed 17d ago), licensed Apache-2.0. It adds 354 tokens to every session, about $0.0018 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 instructions, from other repositories
azure-sdk-for-go go-tests.instructions.md
Instructions for Azure/azure-sdk-for-go, a project described as: This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at.
devops-ai-guidelines copilot-instructions.md
Instructions for VersusControl/devops-ai-guidelines, covering copilot instructions: kubernetes mcp workspace, operating rules and code style for go contributions.
docs-ssot go-test.instructions.md
Instructions for hiromaily/docs-ssot, covering go test rules, package declaration, parallelism, table-driven tests and subtest naming.
no-mistakes AGENTS.md
AGENTS.md instructions for kunchenguid/no-mistakes, covering agents.md and maintaining this file.
coral CLAUDE.md
Instructions for cdknorow/coral, covering claude.md - coral go, mission, testing, go unit tests and legacy parity tools (historical reference).
rockbot CLAUDE.md
Instructions for MarimerLLC/rockbot, covering claude.md, build & test commands, build, run all tests (unit only, no rabbitmq needed) and run a single test by fully qualified name.