symfony-testing

symfony-testing is a skill for Claude Code, Codex from aligundogdu/symfony-hexagonal-skill. It costs 61 tokens per session (972 once invoked), scanned A, original, no licence file.

A guide to testing Symfony applications with PHPUnit, including unit, integration, and functional tests. It also covers test-driven development, or TDD, where tests are written before the code they check.

In plain words
What is it for?
Use it when planning test structure, writing PHPUnit tests, mocking interfaces, following TDD, or checking code with PHPStan.
Why use it?
It helps organize tests and check both individual components and complete application behavior. It also covers static analysis with PHPStan, which finds likely code errors without running the application.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when planning test structure, writing PHPUnit tests, mocking interfaces, following TDD, or checking code with PHPStan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aligundogdu/symfony-hexagonal-skill/symfony-testing
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.

Any agent
npx skills add aligundogdu/symfony-hexagonal-skill --skill symfony-testing
Clone the repo
git clone --depth 1 https://github.com/aligundogdu/symfony-hexagonal-skill

Made for: Claude Code, Codex.

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 symfony-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/aligundogdu/symfony-hexagonal-skill/symfony-testing.svg)](https://agentmods.dev/skills/aligundogdu/symfony-hexagonal-skill/symfony-testing)
Your own site
<a href="https://agentmods.dev/skills/aligundogdu/symfony-hexagonal-skill/symfony-testing"><img src="https://agentmods.dev/badge/skills/aligundogdu/symfony-hexagonal-skill/symfony-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 972 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00061 $0.00972
Opus 5 $0.00030 $0.00486
Sonnet 5 $0.00012 $0.00194
Haiku 4.5 $0.00006 $0.00097

Measured 8d ago against content hash c98038aeb79e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

symfony-testing 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 8d 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.

skills/symfony-testing/SKILL.md · 143 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

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

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. 8d ago First seen · 143 lines · 61 tokens per session scan A c98038aeb79e

Subscribe to this mod's changes

symfony-testing is a skill published in the GitHub repository aligundogdu/symfony-hexagonal-skill (34 stars, last pushed 5mo ago), with no licence file. It adds 61 tokens to every session and 972 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-30.

Related

Other skills, from other repositories

laravel-testing

Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.

fusengine/agents · 31 tokens

testing-workflow

Unified testing workflow — TDD (RED/GREEN/REFACTOR), blackbox integration testing with F8A Summer Test (JSON test cases, WireMock, Testcontainers), and 7-phase verification pipeline. Use when writing unit or integration tests, generating test scaffolds, configuring JaCoCo coverage thresholds, using StepVerifier for…

taipt1504/agent-skills · 98 tokens

testing-r-packages

Best practices for writing R package tests using testthat version 3+. Use when writing, organizing, or improving tests for R packages. Covers test structure, expectations, fixtures, snapshots, mocking, and modern testthat 3 patterns including self-sufficient tests, proper cleanup with withr, and snapshot testing.

posit-dev/skills · 67 tokens

r-package-development

R package development with devtools, testthat, and roxygen2. Use when the user is working on an R package, running tests, writing documentation, or building package infrastructure.

posit-dev/skills · 41 tokens

craft-pest

Testing Craft CMS 5 plugins and modules with Pest — test isolation, database safety, and the markhuot/craft-pest-core harness. ALWAYS load when writing, running, fixing, or reviewing tests for a Craft plugin or module, and whenever a suite touches a real Craft install. Covers why rollback is opt-in, tests/Pest.php +…

michtio/craftcms-claude-skills · 353 tokens

php-testing

Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helpers or quality tooling (php-quality-tooling).

fusengine/agents · 38 tokens