Onsite audit
Use to audit on-page SEO for a URL or a whole site section - "audit this page", "on-page check", /organic-os:onsite-audit. Read-only; needs no credentials for public checks.From its SKILL.md
npx -y skills add shalintripathi/organic-os --skill onsite-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
6.0 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it
On-page audit (read-only)
- Read profile if a brain repo exists (optional - this skill also works bare).
- Public checks per URL (WebFetch): title (length, keyword presence), meta description (present, and flagged when over ~155 chars - Google truncates around there), H1 count, heading structure, canonical, robots meta, image alts, internal links out, JSON-LD present/valid, answer-capsule presence in the first 200 words, server-rendered content check.
- Page essentials dimension - runs for each audited page, and site-wide
where a check says so. Every check emits the standard falsifiable
signal line (observation | why it matters | "we are wrong if..." |
leading indicator) and, where a fix is actionable, feeds
onsite-propose. Evidence discipline throughout (see
plugin/docs/evidence.md): state what was measured versus what was
inferred, and never promise a third-party outcome (rankings,
citations) as the result of a fix.
- Author entity (E-E-A-T): the author has a visible on-page bio,
sameAs links, and - for AI-attributed content - a named human
reviewer note on the page; the author schema node carries
description+sameAs. A thin entity -> P2 signal + a gated proposal. The remediation is site-level: the CMS adapter can write the author profile description wherecapabilities()['author_profile_fields']is true (the WordPress adapter'supdate_userwrites it over REST), plus the schema settings; any step beyond the adapter'scapabilities()ends partially-applied per skills/onsite-apply, with the human step named. - Answer capsule: a 40-60 word standalone answer sits above the first H2. Missing -> P2 signal + a content-refresh proposal.
- In-content images: zero images in a 500+ word explainer -> P3
signal referencing the image-brief path (skills/ce-image writes
<slug>-image-brief.md). Image findings - this gap and step 2's missing alts - now feed image-fix proposals (the image-fix action type in skills/onsite-propose, executed gated by skills/onsite-apply). - Meta description length: lives in step 2's meta checks (extended there with the ~155-char flag) - listed here for completeness, never duplicated as a second check.
- Social image shape: og:image is square while twitter:card is summary_large_image -> P3 signal + proposal (site-level asset); if no landscape asset exists, route via the image-brief fallback above.
- Publisher schema shape: the publisher node missing
logo/url, or mixing Person and Organization types -> P3 signal for the entity-schema lane (entity-schema-engineer). - Sitemap membership (site-wide): any published post older than 1 hour absent from the sitemap -> P2 signal ("likely regeneration lag or cache; if the SEO plugin's cache purge needs admin, this ends partially-applied").
- Author entity (E-E-A-T): the author has a visible on-page bio,
sameAs links, and - for AI-attributed content - a named human
reviewer note on the page; the author schema node carries
- Link health and internal-link graph dimension - site-wide, one capped
crawl per run. Own-site rule, stated because it matters: this crawl
touches ONLY the profile's own site. ADR-0006's no-scraping decision
bans scraping third parties; your own property is yours to crawl, and
onsite.linkgraph.crawlenforces it - it never follows an off-host link. Runcrawl(base_url, stdlib_fetch, max_pages=100, seed_urls=<the profile sitemap's URLs>)(seeding with the sitemap is what lets a page nothing links to enter the graph at all; no sitemap means orphan detection is skipped and noted, never guessed), thenanalyze(graph). Checks, each in the standard falsifiable signal form:- Broken internal links (
analyze()['broken']): a linked target answering 4xx or unreachable -> P2 signal naming the source page, the target, and the status. From the clearest case, ONE gated fix proposal per run via onsite-propose: rewrite the source link to the correct target, or a redirect where the target moved (the redirect action type in skills/onsite-apply). Links resolving through a 3xx hop (redirect_chains) ride along as evidence in the same signal lane; rewriting the link to the final target is the usual fix. - Orphan pages (
analyze()['orphans']): in the sitemap seed but zero inbound internal links -> P3 signal recommending internal links from the top hubs (analyze()['hubs']names them). Where an orphan also sits on the latest weekly striking-distance list (skills/hoo-weekly), note the linkage in the signal - the two findings share one fix. - Shallow striking-distance pages: fewer than 2 inbound links AND on the latest weekly striking-distance list -> P2 signal. This is the highest-leverage internal-link play: the query already sits at position 4-15 and links from the hubs are the one lever fully in our hands. Falsifiability line, verbatim in the signal: "we are wrong if 2+ new hub links do not move the query's position within 28 days."
- Broken internal links (
- If CMS credentials exist: pull the post via the CMS adapter (WordPress
today) with
get_post+get_rendered_headfor the rendered truth; list the SEO meta field values (RankMath fields on WordPress). - Launch technical-seo-auditor for site-level context when auditing > 3 URLs.
- Output: per-URL scorecard table + prioritized issue list. File signals for P0/P1 issues, plus the page-essentials signals from step 3 and the link-health signals from step 4, if a brain repo exists. Propose nothing here; that is onsite-propose's job (the one broken-link fix in step 4 included - the audit only names it).
At each stage boundary, append a one-line progress marker with a UTC timestamp to the run report file before starting the stage - headless runs are watched by tailing that file, not a terminal.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most audit compliance skills give in ~1.4k tokens
Counted across 937 of the 1,487 authors here whose files we hold, read 2026-08-07
- Fetch latest guidelines before each reviewin 43 of 937, across 3 files
- Group findings by severityin 43 of 937
- Check files against all fetched rulesin 42 of 937, across 2 files
- Output findings in terse file:line formatin 41 of 937, across 3 files
- Ask user which files to review if none specifiedin 41 of 937, across 3 files
- Read specified files or prompt user for filesin 39 of 937, across 1 file
- Generate the audit reportin 33 of 937, across 30 files
- Assign a severity to every findingin 25 of 937
- Run automated accessibility scansin 23 of 937, across 13 files
- Output a markdown audit reportin 22 of 937
- Map findings to WCAG criteriain 20 of 937, across 10 files
- Confirm audit scopein 19 of 937, across 9 files
Said here and by no other author read
- Fetch page data for each public URL
- Verify image alts and internal link counts
- Validate JSON-LD presence and structure
- Check for a standalone answer capsule above the first H2
- Emit a standard falsifiable signal for every check
- State measured results separately from inferences
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.