What problem does it solve?
After making a code fix, developers need to confirm the fix is complete across the codebase and that no related issues were introduced. This skill provides a structured post-fix verification workflow that identifies changed scopes, locates all related occurrences, and checks that call sites and cascading changes are updated correctly.
Core Features & Use Cases
- Identify changed identifiers and affected files from a patch or diff.
- Search the repository for related usages, type/interface changes, and import paths.
- Verify all affected call sites and interfaces to prevent regressions or misaligned updates.
- Detect cascading issues to ensure the fix does not introduce downstream problems.
- Use Case: after fixing a bug, run the review to ensure nothing was missed and the fix is fully propagated.
Quick Start
Run the fix-review process after applying a bug fix to verify the scope, locate all related occurrences, and confirm call sites and cascading changes are correct.