verify_fixes
Re-audit the application after applying fixes, compare with original results, and view a before/after Report Card with resolved and remaining issues.
Instructions
Re-run the full audit pipeline after fixes are applied and compare against the original review. Shows a before/after Report Card with grade transitions, resolved issues count, and remaining issues. Closes the review-fix-verify loop.
Use this AFTER implementing fixes from a review_ui run. Pass the same URL and code directory. The tool re-audits everything and shows what improved.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the running application (same URL used in the original review) | |
| codeDirectory | Yes | Absolute path to the frontend source directory | |
| width | No | Viewport width in pixels | |
| height | No | Viewport height in pixels |