runtime-devtools-audit
Installation
SKILL.md
Runtime & DevTools Audit
Use this skill to validate the exact browser-facing change in a running application.
Workflow
- Establish a working build first: run relevant formatting, linting, type checks, and tests.
- Start the local application and open the affected route or component in browser tooling.
- Check the rendered layout, responsive behavior, and each modified interaction.
- Inspect
console.error,console.warn, unhandled rejections, hydration warnings, runtime exceptions, and failed assets. - Inspect network requests for correct URLs, payloads, status codes, duplicate calls, and refetch loops.
- Exercise loading, empty, error, success, navigation, and form states that the change can affect.
- Re-test after fixes and report the route, evidence, errors found, and final browser result.
Rules
- Do not infer browser correctness from static review.
- Treat unexpected console errors as failures until shown harmless.
- Verify the modified route or component rather than an unrelated screen.