The guide· 4 min read· Written for beginners

Framework — the Thinking.
Read this first: if the tool you want to automate has an API, use that. It's faster, and it doesn't break the day someone moves a button. Browser automation is what you use when there's no API.
These steps follow one rule: an honest gap beats a confident guess.
A report that's confidently wrong is worse than no report — because you'll act on it. So each of these refuses to guess. Can't see something? It says so. Not sure whether something worked? It says it didn't. Sounds cautious. It's actually what makes the answers worth anything.
Here are the three jobs and how to tell which one you want:
- The Dashboard Check. Uses the browser you're already signed into.
- The Form Watchdog. Runs on a schedule, speaks up only when there's bad news.
- The Cold Walk. A browser with no memory of you. Checks your site like a first-time visitor.
- Site Watch. The skill that does all three. Ask in plain English, and it picks.
Copy & Customize — Pick One and Run It.
Every prompt has [BRACKETS] in it. Swap those for your own details, paste it in, and that's the whole customization.
Tip
Every business is different; these prompts will get you 80% of the way. To get them exactly as you need them, tailor them to your situation.
Start with The Dashboard Check. It's the only one with nothing to install, and Google publishes a free demo Analytics account you can practice on — real dashboard, real numbers, nothing of yours at risk. Point the prompt at that until you trust it, then swap in your own.
Where each one goes:
- The Dashboard Check — the Claude app, with the Chrome connector switched on. Needs a paid plan.
- The Form Watchdog — Claude Code. It sets itself up. Run it once on a working form, then break it on purpose before you trust it.
- The Cold Walk — Claude Code. It sets itself up. Run it on your homepage and read what it found without arguing.
- Site Watch — install the skill once, then just say what you want: "cold walk my site", "is my signup form still working", "check my dashboard". If you're vague, it asks rather than guessing.
Results — What Good Looks Like.
A good Dashboard Check will include two to three lines of findings.
Something like: Sessions 30k, last 7 days. Couldn't tell up or down from this screen. Nothing needs doing.

A good Watchdog is silence. You should never hear from it. When you do, something is actually wrong.
A good Cold Walk is uncomfortable. Up to five problems, worst first, each with the smallest fix. Your instinct will be to explain why each one isn't really a problem.
That instinct is the reason you needed the tool.
Then there are the four traps. Each one is a way these jobs can look like they worked while telling you nothing, and each one cost something to find.
- An empty box is not a zero. Dashboards draw the page first and fill the numbers in a second later. Ask too early and you get a blank — which reads exactly like a zero. "Sessions: 0 this week" is worse than no report at all.
- Your form can say "thanks" without adding anyone. While testing, a signup that had failed still showed the word "confirm" on the page, because the box underneath was labeled Confirm Password. Anything hunting for reassuring words would have called that a healthy form every single morning. So the Watchdog ignores words: did the form go away, and did an error appear.
- Cookies that stuck. There's a setting that's meant to make the browser forget you, and I assumed it had. I checked — sitting there was a tracking cookie from an earlier visit with a counter reading session number two. So the prompt now proves the browser is empty before it walks.
- Testing the schedule can kill the schedule. Once yours runs daily, leave it alone. I forced one extra run to check it worked, and that replaced the daily schedule instead of adding to it, then switched itself off when it finished. A monitor that looks healthy in the list and never runs again is the exact failure these jobs exist to catch.
TLDR;
- Use the proper way in an API if the tool has one.
- Start with a job that only looks at things, and build the ones that change things once you trust it.
- Check the end of the job, not the middle.
- And if it claims it forgot you (i,e., it ran the test as a new user) — check.
How to set up The Dashboard Check
Switch on the Chrome connector
Fill in the two brackets
Test with practice data set
Run it once and read it properly



