Analyzes snapshot test failures, provides diff comparisons, and supports selective updates, validation, and organization across Jest, Vitest, Playwright, and Storybook.
How this command is triggered — by the user, by Claude, or both
Slash command
/snapshot-test-manager:snapshot-managerThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Snapshot Test Manager Manage and update snapshot tests across your codebase with intelligent diff analysis, selective updates, and snapshot validation. ## What You Do 1. **Analyze Snapshot Failures** - Review failed snapshot diffs - Identify intentional vs unintentional changes - Show side-by-side comparisons 2. **Selective Updates** - Update specific snapshots that represent intentional changes - Preserve snapshots that represent regressions - Batch update related snapshots 3. **Snapshot Validation** - Verify snapshot content is meaningful - Detect overly bro...
Manage 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
24plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 24 plugins
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin snapshot-test-manager/snapshot-managerAnalyzes snapshot test failures, provides diff comparisons, and supports selective updates, validation, and organization across Jest, Vitest, Playwright, and Storybook.
/snapshot-reviewReviews outdated or oversized snapshots in Jest, Vitest, or Storybook tests and recommends update, replace, mask, or delete actions with summaries.
/snapshot-testGenerates snapshot tests for UI components or serializable outputs using Jest, Vitest, or pytest-snapshot.
/setup-visual-regressionSets up visual regression testing in the project, configuring snapshot comparison and baseline generation.
/visual-testAutomates visual regression testing with screenshot comparison, pixel-perfect diff analysis, and baseline management. Integrates with Percy, Chromatic, BackstopJS, Playwright, and more.
/expectAnalyzes git changes, generates targeted test plans, and executes them via AI-driven browser automation. Only tests what changed.