ichortkeh/Websites-100-Audit ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple command line tool that checks a list of website URLs and tells me which ones are still working.

I want it to read from a plain text file of links, visit each site, and record the result in a tab separated file with the URL, status, and any quick note like redirected, unreachable, or looks suspicious. It should also be able to generate a short markdown report that summarizes how many sites passed, failed, or need a manual review.

Please make it easy to run from the terminal, and keep it lightweight so I can reuse it on other lists later. If a site returns a weird response or the page looks different than expected, flag it for review instead of pretending it is fine. A small shell based script is probably enough.

If you need to check current behavior of any sites or tools, look up the latest docs online first.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab