Skip to content
Marketing
Skill

/recovery-audit

Audits all SEO changes made to a domain within a given period (read-only). Reconstructs change history from cache, Shopware updatedAt fields and crawl diffs when logs are missing. Detects Settlement-Gate-triggering Major Batches, writes recovery-gate.json, and emits the

From plugin
seo-survival-kit
918 skills6 commands
Install
$ npx -y skills add maxschottke-spec/seo-survival-kit --skill recovery-audit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/recovery-audit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Audits all SEO changes made to a domain within a given period (read-only). Reconstructs change history from cache, Shopware updatedAt fields and crawl diffs when logs are missing. Detects Settlement-Gate-triggering Major Batches, writes recovery-gate.json, and emits the

SKILL.md

recovery-audit.SKILL.md
name: recovery-audit
description: 'Audits all SEO changes made to a domain within a given period (read-only). Reconstructs change history from cache, Shopware updatedAt fields and crawl diffs when logs are missing. Detects Settlement-Gate-triggering Major Batches, writes recovery-gate.json, and emits the hypothesis_registry that recovery-plan needs for live-fix-eligible actions.'
user-invocable: true
argument-hint: '<domain> [--days 14]'
allowed-tools: [Read, Write, Bash(node:*), Grep, Glob]
license: MIT
metadata:
  author: Max Schottke
  version: '0.5.4'
  category: marketing

Recovery Audit

Read and follow the full command specification:

1. Read `${CLAUDE_PLUGIN_ROOT}/commands/recovery-audit.md` for the complete workflow. 2. Read `${CLAUDE_PLUGIN_ROOT}/references/SEO_SETTLEMENT_GATE.md` for Major Batch trigger thresholds and unlock criteria. 3. Read `${CLAUDE_PLUGIN_ROOT}/references/HYPOTHESIS_VERIFICATION_GATE.md` for hypothesis status definitions. 4. Validate output against `${CLAUDE_PLUGIN_ROOT}/schemas/seo-change-audit.schema.json` and `${CLAUDE_PLUGIN_ROOT}/schemas/recovery-gate.schema.json`.

This command is the **writer** of `~/.cache/seo-rescue/{slug}/recovery-gate.json` and of the `hypothesis_registry` consumed by `recovery-plan`. Run it before `recovery-plan` whenever live-fix-eligible actions are needed.

Ships withseo-survival-kit

Recovery-first decision support for ecommerce/D2C SEO. Claude Code skills for Core Update recovery diagnosis, prioritized action plans, weekly monitoring, and a Change Governor / Settlement Gate that prevents over-optimizing during recovery windows.

Get the whole plugin

Other skills on seo-survival-kit.