Регрессионное покрытие критических путей

testing

regression-suite is a Claude Code skill that maps test coverage to GDD critical paths, identifies fixed bugs lacking regression tests, and tracks coverage drift as the project grows. It operates in three modes: update scans bug fixes from the current sprint and adds missing entries to the suite manifest; audit performs a full pass over all GDD acceptance criteria, formulas, and edge cases against existing test files; report produces a read-only summary suitable for sprint reviews. Results are written to tests/regression-suite.md, and the skill uses Read, Glob, Grep, Write, Edit, and AskUserQuestion tools running on Sonnet. It's built for game development teams who need confidence that every bug fix is guarded by a test before hitting a release gate.