What problem does it solve?
This Skill provides a final validation step to ensure a code patch actually resolves the reported bug and does not introduce regressions, preventing broken releases and reducing post-merge incidents.
Core Features & Use Cases
- Reproduction and Verification: Re-run original reproduction steps with the same inputs to confirm the issue is resolved and capture evidence.
- Test Suite Execution: Run unit, integration, and E2E tests, verify new tests pass, and confirm overall coverage and stability.
- Edge Case, Performance & Security Checks: Validate edge cases, benchmark critical paths, and exercise relevant security attack vectors.
- Use Case: Verify a critical production hotfix by reproducing the failure, executing targeted and full test suites, and confirming no regressions in related features.
Quick Start
Use the post-fix-reviewer skill to verify the fix for issue #123 by reproducing the bug, running the full test suite, and validating edge cases, regressions, performance, and security.