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/loiane/specs-driven-development-spring-angular/test-codegit clone --depth 1 https://github.com/loiane/specs-driven-development-spring-angularWhat 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.00356 | $0.00356 |
| Opus 5 | $0.00178 | $0.00178 |
| Sonnet 5 | $0.00071 | $0.00071 |
| Haiku 4.5 | $0.00036 | $0.00036 |
Grade A, and why
specs-driven-development-spring-angular test-code.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 2d 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
Test code guardrails
You are editing test code under src/test/**.
Required
- Every test method that asserts an AC must have BOTH
@Tag("AC-NNN")AND@DisplayName("AC-NNN: <description>"). - Use the smallest scope that covers the AC: plain JUnit ≺ slice (
@WebMvcTest,@DataJpaTest) ≺@SpringBootTest. - When the project declares Testcontainers, integration tests for repositories / DB-touching controllers / migrations / message brokers are mandatory. Use
@ServiceConnection(Spring Boot 3+/4 idiom). - Pin Testcontainers image tags (
postgres:17-alpine, neverpostgres:latest).
Forbidden
@Disabledwithout a# DisabledReason: <ticket-or-ADR-link>comment on the line above.- Removing assertions to make a test pass.
Thread.sleepfor synchronization (use Awaitility).- Hard-coded host ports.
- Mocking the SUT.
- Catching
Exceptionand asserting nothing. @MockBean(deprecated — use@MockitoBeanin Spring Boot 4).
Naming
- Unit tests:
*Test.java(Surefire). - Integration tests:
*IT.java(Failsafe + Testcontainers). - Fixtures live in
src/test/java/.../testsupport/.
Apply shared/skills/junit5-testcontainers-patterns/SKILL.md and shared/skills/requirements-traceability/SKILL.md.
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.
- 2d ago First seen · 34 lines · 356 tokens per session scan A 775ea7a0258a
specs-driven-development-spring-angular test-code.instructions.md is an instructions file published in the GitHub repository loiane/specs-driven-development-spring-angular (57 stars, last pushed 2mo ago), licensed MIT. It adds 356 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-30.
Other instructions, from other repositories
atmosphere AGENTS.md
Instructions for Atmosphere/atmosphere, covering build system: maven, commands, module build, build only atmosphere-runtime (cpr) and build only spring-boot-starter.
plugins CLAUDE.md
Instructions for ihub-pub/plugins, covering project knowledge base, project structure, plugin id 速查表, version compatibility and commands(build / lint / test).
featherspec constitution.instructions.md
FeatherSpec constitution editing rules (thin loader).
featherspec knowledge-records.instructions.md
FeatherSpec knowledge record rules — observation, rationale, provenance (thin loader).
featherspec memory-bank.instructions.md
FeatherSpec Memory Bank writing rules (thin loader).
featherspec plans.instructions.md
FeatherSpec plan-file craft rules (thin loader).