Analyzes snapshot test failures, presents side-by-side diffs, recommends updates, and selectively updates snapshots. Supports Jest, Vitest, React Testing Library, 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
npx claudepluginhub ktiseos-nyx/claude-code-plugins-plus-skills --plugin snapshot-test-manager20plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 20 plugins
/snapshot-managerAnalyzes snapshot test failures, presents side-by-side diffs, recommends updates, and selectively updates snapshots. Supports Jest, Vitest, React Testing Library, 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-testRuns visual regression tests with screenshot comparison and diff analysis, supporting Percy, Chromatic, BackstopJS, and Playwright.
/expectAnalyzes git changes, generates targeted test plans, and executes them via AI-driven browser automation. Only tests what changed.