Site CliniQ

Popis

Site CliniQ scans your WordPress site for PHP errors, SEO issues, oversized images, missing alt tags, broken links, plugin health issues, and more — then optionally uses AI to explain what is wrong and exactly how to fix it.

No more raw error logs. No more cryptic numbers. Just plain English.

Core Features (Free)

  • AI Error Diagnosis — Reads your PHP error log and explains each error in plain English with a step-by-step fix (requires your own Claude API key).
  • Site Health Score — A–F grade based on PHP version, memory limit, WP version, SSL, debug mode, and more.
  • Plugin Health Checker — Flags plugins not updated in 2+ years or not tested with your current WordPress version.
  • Plugin Bloat Detector — Ranks every plugin by JS/CSS payload so you know which one is slowing your site.
  • Update Risk Scorer — AI reads each plugin changelog and scores the update Safe / Caution / High Risk before you click Update.
  • Image Size Audit — Finds every image over 500 KB and shows which pages use it.
  • Alt Tag Auditor — Scans Media Library and post content for missing alt text. Edit and save alt text directly from the plugin.
  • SEO Checks — Site-wide scan for missing meta descriptions, H1 issues, noindex, thin content, duplicate titles, and more.
  • Broken Link Report — Crawls up to 100 published URLs and flags 404s, 5xx errors, and long redirect chains.
  • Email Report — Send a formatted health report to your admin email with one click.

Source Code

The full source code including React source files and build tools is available at:
https://bilalmahmood.dev/projects/site-cliniq

Build instructions: run npm install && npm run build inside the plugin folder.

External Services

This plugin connects to the following external services:

  • Anthropic Claude API (api.anthropic.com) — Used to generate plain English explanations and fix instructions for detected issues. Optional — the plugin works without it. Requires the user to provide their own API key in Settings. Terms of Service | Privacy Policy
  • WordPress.org Plugins API (api.wordpress.org) — Used to fetch plugin info for update risk scoring and plugin health checks. No API key required. Privacy Policy
  • WordPress.org Core API (api.wordpress.org) — Used to check the latest WordPress version. No API key required. Privacy Policy

Obrázky

Inštalácia

  1. Upload the ai-site-doctor folder to /wp-content/plugins/
  2. Activate the plugin via the Plugins menu
  3. Go to Site CliniQ Settings and optionally enter your Claude API key
  4. Click Run Full Scan on the Dashboard

Časté otázky

Do I need a Claude API key?

No. All scans run without any API key. Adding a Claude API key (optional) unlocks AI-powered plain-English explanations and step-by-step fix instructions. Get a free key at console.anthropic.com.

Does this work on any host?

Yes. Site CliniQ works on any WordPress host, including shared hosting, managed WordPress, VPS, and cloud.

Will this slow my site down?

No. The plugin only runs when you click „Run Full Scan“ from the admin dashboard. Nothing runs on the front end automatically.

Is my data sent to external servers?

Error messages and plugin names are sent to the Anthropic Claude API only when you provide your own API key and run a scan. No personally identifiable visitor data is ever sent.

Recenzie

28. júna 2026 1 reply
If you manage WordPress sites professionally, Site CliniQ is the plugin you didn’t know you needed.I’ve been working with WordPress for years and the biggest pain has always been diagnosing issues — raw PHP error logs, mystery slowdowns, broken links you only find by accident. Site CliniQ solves all of this in one clean dashboard.What stands out:The AI error diagnosis is genuinely useful. It reads your PHP log and tells you exactly what went wrong and how to fix it — in plain English, not cryptic code.The plugin bloat detector shows you which plugin is quietly killing your site speed. The SEO audit, broken link scanner, and image size checker cover everything an agency needs.Best part — all core features work without any API key. Just install and scan.Clean interface, no bloat, built by a developer who clearly uses it himself. Highly recommended for freelancers, developers, and agencies.
Prečítať 1 recenziu

Prispievatelia a vývojári

“Site CliniQ” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

Zoznam zmien

1.0.3

  • Fix: Version constant SITECL_VERSION now matches plugin header.
  • Fix: Update Risk scan now runs as part of the full site scan.
  • Fix: Homepage images now correctly flagged as high SEO impact in alt tag auditor.
  • Fix: Email reports now include a plain-text alternative body for clients that can’t render HTML.

1.0.0

  • Initial release — full site scanner, AI error diagnosis, health score, plugin health checker, bloat detector, update risk scorer, image audit, alt tag auditor, SEO checks, broken link report, email report.