Regression Testing Protocol - Regression Testing Protocol for Bug Fix Verification
Enforces test coverage for every bug fix and distinguishes between immutable laws and standard regression tests.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- enforce test coverage for bug fixes
- distinguish laws from standard tests
- run law test suite before fixes
- write test cases for bugs
- verify fixes with test execution
- prevent regression errors
Inputs
- bug reports
- code changes
- pytest framework
- existing test suite
- test directory structure
Outputs
- test cases
- test execution results
- regression prevention status
- verification reports
Requirements
- Python environment
- pytest installation
- test directory with laws/ and regression/ folders
- code repository access
