audit

Runs a multi-agent SEO audit pipeline producing Markdown, JSON, and branded PDF reports.

1|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/codesofadan/danyals-aios --skill audit-codesofadan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/codesofadan/danyals-aios/tree/main/danyals-audit-system/.claude/skills/audit
Command: npx skills add https://github.com/codesofadan/danyals-aios --skill audit-codesofadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a comprehensive SEO audit manually requires crawling a site, checking on-page, technical, off-page, and local signals, then writing a client-ready report — a process that normally takes days. This Skill orchestrates the entire pipeline end-to-end and delivers a consulting-grade PDF in 15-30 minutes. ## Core Features & Use Cases - Deterministic crawl pipeline: Crawls up to 500 pages via the Python audit_engine, running on-page, technical, off-page, and local SEO analyzers with findings persisted to SQLite and JSON. - Multi-team agent analysis: Dispatches Teams A (on-page), B (technical), C (off-page), and D (local SEO) agents in parallel for judgement-heavy reasoning, followed by 12 parallel report writers and an M5 QA validation gate before PDF generation. - Paid and Free modes: Paid mode uses Serper, PageSpeed, and Google Places APIs for measured SERP positions and competitor discovery; Free mode runs a structural-only audit with no paid APIs. - Use Case: An agency owner types "/audit example.com", picks Paid mode, and receives a branded PDF with an executive summary, strategy recommendation, six dimension sections, quick wins, a 90-day sprint plan, and a URL appendix — archived and copied to Downloads. ## Quick Start Ask the assistant to run a full SEO audit on your domain, for example by typing /audit followed by your domain name and choosing Paid or Free mode when prompted.

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full SEO audit on a domain?▼

Type /audit followed by the domain, then choose Paid or Free mode when prompted. The skill runs the Python audit_engine crawl, dispatches analyst teams and 12 report writers, validates output with an M5 QA gate, and generates a branded PDF in 15-30 minutes.

What is the difference between Paid and Free audit mode?▼

Paid mode uses configured APIs like Serper, PageSpeed Insights, and Google Places for measured SERP positions, Core Web Vitals, and competitor discovery. Free mode runs a structural-only audit from the site crawl with no paid APIs and a generic strategy recommendation.

Does the audit include backlink analysis?▼

No. Backlink analysis is permanently out of scope. The backlink analyst agents are disabled, the pipeline always runs with the no-moz flag, and the system never uses paid backlink APIs such as Moz, Ahrefs, or Semrush.

When does the local SEO team run during an audit?▼

Team D (local SEO) dispatches only when the audit profile is set to local and the domain has a discoverable Google Places listing. In Free mode, most local agents are skipped except a degraded on-site NAP check.

What happens if the audit report fails QA validation?▼

The M5 QA validator writes a verdict file naming the failing sections. Only those report writers are re-dispatched with the blocker list, up to two retry passes. If it still fails, the blockers are surfaced and no PDF is shipped.