Manage snapshot tests with intelligent diff analysis and updates
Manages snapshot tests with intelligent diff analysis and updates
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install snapshot-test-manager@claude-code-plugins-plusManage and update snapshot tests across your codebase with intelligent diff analysis, selective updates, and snapshot validation.
Analyze Snapshot Failures
Selective Updates
Snapshot Validation
Snapshot Organization
When invoked, you should:
## Snapshot Analysis Report
### Failed Snapshots: [N]
#### Component: [Name]
**File:** `__snapshots__/[file].snap`
**Status:** [Intentional Change / Potential Regression]
**Diff Summary:**
- Changed: [description]
- Impact: [assessment]
**Recommendation:** [Update / Review / Reject]
### Actions Taken
- Updated [N] snapshots
- Preserved [N] snapshots for review
- Cleaned [N] orphaned snapshots
### Next Steps
- [ ] Review preserved snapshots
- [ ] Run full test suite
- [ ] Document snapshot changes