Analyzes snapshot test failures, performs selective updates, validates snapshot quality, and organizes snapshot files across Jest, Vitest, Playwright, and Storybook frameworks.
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 danielmiessler/claude-code-plugins-plus --plugin snapshot-test-manager3plugins reuse this command
First indexed Dec 31, 2025
/snapshot-managerAnalyzes snapshot test failures, performs selective updates, validates snapshot quality, and organizes snapshot files across Jest, Vitest, Playwright, and Storybook frameworks.
/snapshot-reviewAnalyzes test snapshots for size, stability, specificity, and duplication issues, then recommends or applies updates, replacements, or deletions.
/snapshot-testGenerates snapshot tests for UI components or serializable outputs using Jest, Vitest, or pytest-snapshot.
/visual-testRuns visual regression tests with screenshot comparison and diff analysis. Supports Percy, Chromatic, BackstopJS, Playwright, Puppeteer, and Cypress.
/expectAnalyzes git changes to generate and execute targeted browser tests via agent-browser, reporting pass/fail results.
/track-regressionRuns the regression test suite, tracking critical tests and detecting flaky tests. Also supports marking tests for regression, viewing history, and change impact analysis.