symfony:doctrine-batch-processing

Installation
SKILL.md

Doctrine Batch Processing (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
389
GitHub Stars
173
First Seen
Jan 23, 2026
symfony:doctrine-batch-processing — makfly/superpowers-symfony