finfocus go-test-files.instructions.md

finfocus go-test-files.instructions.md is an instructions file for GitHub Copilot from rshade/finfocus. It costs 354 tokens per session, scanned A, original, Apache-2.0.

A set of instructions for testing Go code, including test file structure, table-driven tests, coverage, error cases, and race detection. Race detection checks for unsafe concurrent access.

In plain words
What is it for?
Use it when adding or reviewing Go tests, naming test functions, grouping cases, choosing assertions, mocking dependencies, measuring coverage, or writing benchmarks.
Why use it?
It defines how tests should be organized and which success, failure, edge, and concurrent cases need coverage.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/rshade/finfocus/go-test-files
Clone the repo
git clone --depth 1 https://github.com/rshade/finfocus

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for finfocus go-test-files.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rshade/finfocus/go-test-files.svg)](https://agentmods.dev/instructions/rshade/finfocus/go-test-files)
Your own site
<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>
Per session 354 This file is loaded in full into every session.
When invoked 354 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 9829758e3634, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.github/instructions/go-test-files.instructions.md · 62 lines

What it actually says

Go Test Files Instructions

Test files follow specific patterns and requirements for this Go project.

Test Structure:

  • Use _test.go suffix 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/testify for assertions
  • Use require for fatal assertions, assert for 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.B for benchmark functions
  • Profile memory usage and allocations
  • Compare performance across changes
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.

  1. 3d ago First seen · 62 lines · 354 tokens per session scan A 9829758e3634

Subscribe to this mod's changes

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.