What problem does it solve?
Game development teams often face regression test suites that drift out of sync as new features launch, bugs are fixed, and GDD critical paths change, leading to missed regressions, recurring bugs, and blocked releases.
Core Features & Use Cases
- Critical Path Coverage Mapping: Scans GDD acceptance criteria, formulas, and edge cases to identify gaps in existing test coverage.
- Bug Regression Tracking: Verifies every closed bug has a corresponding regression test to prevent silent recurrence.
- Coverage Drift Detection: Flags when new features or systems are added without corresponding test coverage, or when the suite becomes stale.
- Use Case: For a game dev team, use this skill after fixing a player movement bug to confirm a regression test exists for that failure scenario, or run a full audit before a major release to catch all critical path coverage gaps.
Quick Start
Use the regression-suite skill to run a full audit of all GDD critical path test coverage before your next game release.