/review-site agent skill

An agent skill for reviewing marketing sites.

Review any marketing site from Claude Code, Codex, Cursor, or another coding agent.

Give review-site a URL and it crawls the site, finds issues that are easy to miss, and tells you what needs fixing before launch.

Install

npx skills add krishneshkp/skills --skill review-site

Use “Any agent” to choose from the supported agents during installation, or select a specific agent to install directly into it.

How to use

  1. Install the skill using the command above.
  2. Give it a URL.
    “Review https://staging.acme.com before launch.”
  3. Read the report.
    Each finding includes its severity, the affected page, and the recommended fix.

What it reviews

/review-site identifies the platform, determines whether it is reviewing staging or production, crawls the relevant pages, and runs the appropriate checks.

One review covers SEO, metadata, accessibility, forms, links, redirects, performance, security, staging settings, and platform-specific issues.

Sample report from /review-site

It catches things like wrong canonical URLs, incorrect noindex settings, broken forms, missing sitemap pages, redirect chains, soft 404s, placeholder copy, externally loaded fonts, missing social images, accessibility issues, and many more.

Some checks cannot be completed from a public URL. Form notification emails, CMS settings, analytics permissions, and similar items are returned as manual checks instead of being marked as passed.

Works on any marketing site

The core review works on any marketing site, regardless of how it was built.

Platform-specific modules add extra checks for Webflow, Astro, and Next.js. review-site identifies the platform automatically and loads the right module.

Webflow reviews look for issues caused by platform settings and generated output, such as default social images, unintended collection pages, incorrect publishing settings, and staging URLs left in production metadata.

Custom-stack reviews check for things that may not have been built or properly migrated, such as SEO issues, sitemaps, redirects, 404 pages, responsive images, and font loading.

Set the review scope

Review the full site

Every discovered URL receives link and metadata checks. Representative pages receive a deeper review, and the final report clearly explains what was covered.

Review https://acme.com before launch.

Review part of a site

Only pages under the specified URL path are included.

Review all pages under https://acme.com/blog/

Review specific pages

Only the supplied pages are checked.

Review these pages before launch:

https://acme.com/
https://acme.com/pricing/
https://acme.com/contact/