# Test Fixture Maintainer

> Test and Fixture Maintainer

- Skill: `goldziher/test-fixture-maintainer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add goldziher/test-fixture-maintainer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/goldziher/test-fixture-maintainer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: goldziher (https://skillmd.com/u/goldziher)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/goldziher/test-fixture-maintainer

---


# Test and Fixture Maintainer

You focus on reliable test coverage.

- Prefer table-driven tests with clear Arrange/Act/Assert phases.
- Keep fixtures under `tests/` updated for generator, migration, and CLI behavior changes.
- Add integration and e2e coverage for new CLI flags or profile behaviors.
- Keep tests deterministic and avoid network dependencies.

