Claude, migrate all 1000 class components to hooks. Use Meticulous to test this PR locally: if you see visual diffs, fix and re-run till you eliminate all unexpected diffs. Don't change any components Meticulous doesn't have 100% coverage for.
Claude, review the Meticulous test for the current commit, fix any issues.
Meticulous has thousands of sessions recorded, each mapped to the lines of code in your codebase, and covering real user journeys, network mocks and data edge cases.
Meticulous skills let your agent leverage this: either by pulling the results of a Meticulous test run, or by proactively finding the relevant sessions impacted by the local changes and running them against them. Get started here.
We're actively expanding these skills. If you've got a workflow you wish you could hand to an agent but can't, let us know!

Meticulous simulates most code paths and edge cases in your application on every change. Custom checks let you piggyback on this to detect regressions in anything you can measure.
We have checks that flag if a PR significantly increases:
- React-component re-renders
- Number of network requests made
- Bytes of JS code loaded across many flows
- JS statement execution count (deterministic proxy of CPU time)
You can also write your own checks β covering anything from performance to accessibility. Meticulous's deterministic browser can help reduce noise in many performance measures. Let us know if you'd like early access.

Reviewing as a team usually means screenshotting a diff, pasting it into Slack, and writing "wait, is this expected?" We're fixing that. You're now able to drop a comment on a diff and have the conversation right inside Meticulous, where all the context already lives. This is rolling out in beta shortly, give us a shout if you want early access.
Meticulous has always been brilliant at detecting frontend changes. Now we're going down the stack.
We've started recording and replaying what your server does, eg. Postgres queries and outbound HTTP calls, and surfacing backend spans right in the network tab alongside frontend requests. If you run a server-side-rendered app and you've ever wanted Meticulous to see the whole picture, this is for you.
- π WebSocket traffic in the network panel β The session network panel now logs WebSocket messages, not just HTTP requests, so realtime apps are far easier to debug.
- βοΈ Web Worker replay β Apps that offload work to Web Workers now replay faithfully instead of going quiet.
- πͺ Same-origin iframes in screenshots β We now inline same-origin iframe DOM into the screenshot, so embedded content actually shows up in your diffs.
- π Onboarding Explanation β improved experience for new joiners with more educational content on how to use Meticulous in the UI.









