What problem does it solve?
It provides a fast, repeatable review of runtime patches and recent deployments by automating syntax checks, pattern scans, and HTML link verification to catch regressions and leftover debug artifacts before merging or shipping.
Core Features & Use Cases
- Syntax and runtime checks: run node --check across changed JavaScript and serverless function files to detect syntax and immediate runtime issues.
- Pattern and hygiene scanning: find duplicate event listeners, leftover console.* calls, TODO/FIXME/HACK markers, and discouraged casts like "as any".
- HTML reference validation: discover external and internal broken links and verify JS/CSS asset references.
- Use Case: After a patch deploy or before merging a PR, run this review to validate changed *.js and *.html files and produce a checklist-style review summary for reviewers.
Quick Start
Run a patch review for files changed in the last commit and generate a checklist-style review summary highlighting syntax errors, duplicate patterns, and broken links.