Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Skill: Regression Check
Purpose: Validate that a change has not broken existing functionality, especially in legacy stacks lacking automated test coverage.
Steps
- Re-read the spec's Acceptance Criteria and Verification Plan.
- Confirm TDD was actually followed, not just that tests exist: for each implementation task in the spec's Implementation Plan, its paired test/manual-verification task should appear before it and there should be no implementation task without one. Check the red/green timestamp note recorded against each pair (per
specs/templates/spec-template.md and specs/templates/tasks-template.md) — the test task's completion time must precede the implementation task's. If a test was clearly written after its implementation, or no timestamp note was recorded, flag it as a process gap for the retrospective.
- For legacy ASP/VB6/Access code, manually trace affected queries, forms, and reports.
- For modern stacks, run the existing automated test suite plus any new tests.
- Check any known dependent features listed in
.devfoundry/references/data-dictionary.md.
- Record verification results in the spec's Verification & Regression Plan checklist.