SKILL·CE41F2

seo-audit-orchestration

rampstackco
更新于 5 days ago
2 次查看
910
126
910
在 GitHub 上查看
元mcpdesign

关于

This skill orchestrates a comprehensive SEO audit by sequencing specialized Ahrefs MCP tools into a single workflow. It's designed for full-scenario audits like health checks, due diligence, or post-migration verification. The result is a synthesized rollup report covering backlinks, keywords, content, traffic, technical health, and rankings.

快速安装

Claude Code

推荐
主要方式
npx skills add rampstackco/claude-skills -a claude-code
插件命令备选方式
/plugin add https://github.com/rampstackco/claude-skills
Git 克隆备选方式
git clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/seo-audit-orchestration

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

SEO Audit Orchestration

Run a complete SEO audit by sequencing the sibling audit skills in a defined order. Stack-agnostic. Assumes the Ahrefs MCP is connected. Produces a single rollup report that synthesizes findings across backlinks, keywords, content, traffic, technical health, and rankings.


When to use

  • Running a full SEO audit (quarterly, biannual, annual)
  • Pre-acquisition SEO due diligence
  • Post-migration verification (after content move, replatform, or domain change)
  • Onboarding a new client or new property
  • Building a baseline before a major SEO investment
  • Diagnosing chronic underperformance

When NOT to use

  • Single-dimension audits (use the specific child skill: seo-onpage, seo-backlink-audit, etc.)
  • Investigating a specific traffic drop (use seo-traffic-diagnosis)
  • Tactical questions like "which keywords should we target" (use seo-keyword-gap-audit)
  • Routine monitoring (use seo-rank-tracking)

Required inputs

  • The site or properties in scope
  • Target market and primary languages
  • Competitor set (3-5 properties)
  • Goal of the audit (baseline, due diligence, fix plan, growth roadmap)
  • Time and reporting constraints
  • Confirmation that the Ahrefs MCP is connected and the workspace has access to the target property

The framework: 6 phases of an end-to-end audit

A complete audit moves through six phases in order. Skipping phases produces gaps. Reordering them produces rework.

Phase 1: Scope and baseline

Define the audit before running it.

  • What is in scope (subdomains, paths, languages)
  • What is out of scope
  • Goal of the audit (baseline, fix plan, growth roadmap, due diligence)
  • Stakeholders and their priorities
  • Reporting format and length expectations

Output: a 1-page audit charter.

Phase 2: Data gather

Pull the raw data from Ahrefs and any companion sources.

Required pulls:

  • Site Explorer: organic keywords, organic traffic, top pages, top countries, referring domains, backlinks, anchor text profile
  • Site Audit: full crawl results
  • Keywords Explorer: target keyword universe and competitor keyword overlap
  • Content Explorer: top performing content in target topics
  • Rank Tracker: current tracked positions if set up

Companion pulls (not Ahrefs-native):

  • Search Console: query and page data, coverage issues
  • Analytics: traffic, conversions, segment by source
  • Server logs (if available): bot crawl behavior

Document data freshness for every pull. Stale data yields wrong conclusions.

Phase 3: Run the sub-audits

Run each child audit. Each produces its own findings doc.

Sub-auditSkillWhat it produces
Site healthseo-site-health-auditPrioritized technical fix backlog
Backlinksseo-backlink-auditProfile health, toxic list, reclamation list
Keywordsseo-keyword-gap-auditPrioritized opportunity list
Contentseo-content-gap-auditCreate/update/merge roadmap
Page-levelseo-onpagePer-page audit on top pages
AI searchseo-aeo-geoAI search readiness gaps

The child skills do the analysis. This skill sequences them and integrates the outputs.

Phase 4: Synthesize

Combine findings into themes. A list of 200 issues is not an audit. A short list of themes is.

Themes typically emerge in categories like:

  • Technical foundation gaps that cap upside
  • Content depth gaps in priority topics
  • Backlink profile concentration risks
  • Keyword opportunities the site is leaving on the table
  • Cannibalization or thin coverage
  • AI search readiness

Each theme should answer: what is happening, why it matters, what is the size of prize, what is the fix.

Phase 5: Prioritize

Rank the themes. Use a simple impact/effort matrix.

  • Quick wins: high impact, low effort. Do now.
  • Strategic plays: high impact, high effort. Plan and resource.
  • Maintenance: low impact, low effort. Backlog.
  • Avoid: low impact, high effort. Drop.

Tie each theme to a measurable target (organic clicks, ranked keywords in target band, conversions from organic).

Phase 6: Deliver

Produce the rollup report. See references/audit-rollup-template.md.

Structure:

  • Executive summary (1 page)
  • Themes and recommendations (1 page each; count per audit type, from the template's length-targets table)
  • Sub-audit findings (linked or appended)
  • Roadmap (next 90 days)

Walk stakeholders through it. Get commitment to the next 90 days of work.


Workflow

  1. Charter the audit. 1-page scope, goal, stakeholders, format.
  2. Confirm Ahrefs MCP access. Verify the workspace has the target property and recent data.
  3. Pull all data. Run the gather list in phase 2. Document freshness.
  4. Run each sub-audit. Use the child skills. Each produces its own findings doc.
  5. Synthesize themes. Hold to the theme count the template's length-targets table gives for this audit type. Each theme ties to an impact and a fix.
  6. Prioritize. Impact/effort matrix. Quick wins surface to the top.
  7. Draft the rollup. Use the template. Executive summary first.
  8. Review with the team. Pressure-test conclusions before stakeholder readout.
  9. Deliver. Walk stakeholders through. Get commitment to next 90 days.
  10. Schedule the next one. Audits decay. Rerun on a cadence.

Failure patterns

  • Audit without a goal. Produces a 60-page document nobody reads. Charter the audit first.
  • All findings, no themes. A list of 200 issues is data, not an audit. Synthesize into themes.
  • Skipping the sub-audits. Running one big audit instead of six focused ones produces shallow analysis everywhere.
  • No prioritization. "Here are 47 things to fix" gets nothing fixed. Rank them.
  • Stale data. Ahrefs index updates on a delay. Note freshness. Do not draw conclusions from week-old movement.
  • Tool worship. Ahrefs is one source. Search Console, analytics, and logs add ground truth. Triangulate.
  • Audit-to-audit drift. Running every audit differently makes trends impossible to spot. Standardize the structure.
  • No 90-day roadmap. Without a plan after the audit, the audit is shelfware.
  • Solo audit. Audits done alone miss context. Pull in the people who own the work.

Output format

A rollup audit report with:

  1. Executive summary.
  2. Audit charter (scope, goal, methodology).
  3. Themes and recommendations (each theme with what, why, size of prize, fix).
  4. Sub-audit appendix (linked outputs from each child skill).
  5. 90-day roadmap (sequenced work with owners and targets).
  6. Methodology notes (data sources, pull dates, caveats).

Total length, executive summary length, and theme count all vary by audit type: a quarterly health check is not a due-diligence audit. The length-targets table in references/audit-rollup-template.md owns those numbers per type. Whatever the type, the executive summary stays readable in 5 minutes.


If required data is unavailable

This skill's output depends on data, measurements, or tool results it cannot generate on its own. When a required input, tool, or data source is unavailable or unverifiable, the sanctioned output is the deliverable with the gap stated: what was needed, what was actually obtained or verified, and which parts of the output are affected. Fabricating, estimating, or interpolating a required number to complete the deliverable is never sanctioned. A stated gap is a complete answer.


Reference files

GitHub 仓库

rampstackco/claude-skills
路径: dist/codex/.agents/skills/seo-audit-orchestration
0
agent-skillsai-agentsanthropicclaudeclaude-aiclaude-code
FAQ

常见问题

什么是 seo-audit-orchestration Skill?

seo-audit-orchestration 是一个 Claude Skill,作者为 rampstackco。Skill 将 Claude 按需加载的说明和资源打包,让 Claude 无需额外提示即可执行与 seo-audit-orchestration 相关的任务。

如何安装 seo-audit-orchestration?

使用本页的安装命令:将 seo-audit-orchestration 作为插件添加到 Claude Code,或将其仓库克隆到 skills 目录,然后重启 Claude 以加载该 Skill。

seo-audit-orchestration 属于哪个分类?

seo-audit-orchestration 属于元分类。

seo-audit-orchestration 可以免费使用吗?

可以。seo-audit-orchestration 已收录在 AIMCP,可免费安装。

相关推荐技能

content-collections
元

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能
polymarket
元

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能
creating-opencode-plugins
元

该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。

查看技能
sglang
元

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能