audit-quick

Runs a fast SEO audit pipeline that crawls up to 20 pages and produces a Markdown executive report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a full SEO audit is slow and heavyweight when you only need a quick health check on a site. This Skill delivers a fast, deterministic on-page and technical SEO audit of a domain in roughly 3-5 minutes, combining scripted checks with agent-based reasoning, without the overhead of backlink, local SEO, or off-page analysis. ## Core Features & Use Cases - Deterministic crawl and checks: Invokes the Python audit_engine CLI to crawl up to 20 pages and run on-page and technical checks, producing findings.json and draft Markdown reports. - Parallel agent analysis: Dispatches five Team A analyst agents (content/E-E-A-T, keyword semantics, headings/meta, internal links, GEO/AI search) in parallel to add judgement-heavy findings. - Prioritized reporting pipeline: Runs prioritizer, content critic, and report writer stages sequentially to produce validated findings and consulting-voice executive, full, and remediation reports. - Use Case: A consultant types /audit-quick acmeplumbing.com before a sales call and gets an overall score, top critical findings, quick wins, and a full report path within minutes. ## Quick Start Ask the assistant to run /audit-quick on a domain such as acmeplumbing.com to get a fast SEO audit report.

Frequently Asked Questions about audit-quick

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

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

Invoke the skill with a domain or URL, for example /audit-quick acmeplumbing.com. It validates the input, runs the Python audit_engine CLI with a 20-page crawl limit, dispatches five analyst agents, and returns a score summary with a report path.

What does a fast SEO audit check on a website?▼

It runs deterministic on-page and technical checks via the audit_engine, then five agents analyze content and E-E-A-T, keyword semantics, headings and meta tags, internal links, and GEO/AI search readiness. Findings are prioritized and written into executive, full, and remediation Markdown reports.

When should I use audit-quick instead of a full audit?▼

Use audit-quick for fast on-page and technical checks when you need results in 3-5 minutes. Do not use it for full audits that require off-page analysis, backlinks, or local SEO; use the /audit skill for those scenarios.

What input formats does the SEO audit accept?▼

It accepts bare domains like acmeplumbing.com, full URLs like https://acmeplumbing.com, and trailing-slash variants. It rejects missing arguments, invalid domains, private IPs, localhost, and file:// URLs.

What happens if the SEO audit pipeline fails?▼

If the Python pipeline returns a non-zero exit code, the skill surfaces the stderr output and stops rather than retrying with different flags. If wall-clock time exceeds 15 minutes, it reports where time went and lets the user decide whether to continue.