skills/smithery.ai/symfony:doctrine-fixtures-foundry

symfony:doctrine-fixtures-foundry

SKILL.md

Doctrine Fixtures Foundry (Symfony)

Use when

  • Designing entity relations or schema evolution.
  • Improving Doctrine correctness/performance.

Default workflow

  1. Model ownership/cardinality and transactional boundaries.
  2. Apply mapping/schema changes with migration safety.
  3. Tune fetch/query behavior for hot paths.
  4. Verify lifecycle behavior with targeted tests.

Guardrails

  • Keep owning/inverse sides coherent.
  • Avoid destructive migration jumps in one release.
  • Eliminate accidental N+1 and over-fetching.
Installs
2
First Seen
Apr 3, 2026