Algorithm update types, diagnosis workflows, recovery strategies, and proactive hardening for Google algorithm changes. Use when diagnosing traffic drops, responding to algorithm updates, or hardening sites against future updates.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Algorithm update types, diagnosis workflows, recovery strategies, and proactive hardening for Google algorithm changes. Use when diagnosing traffic drops, responding to algorithm updates, or hardening sites against future updates.
Google Updates Sentinel — Algorithm Monitoring and Recovery
Purpose
SYNTHEX runs a Sentinel system that monitors site health, tracks Google
algorithm updates, and alerts when performance regressions correlate with
known rollouts. This skill documents how to interpret Sentinel data,
diagnose algorithm impacts, and execute recovery strategies.
Sentinel Architecture
Layer
File
Exports / Purpose
Orchestrator
lib/sentinel/sentinel-agent.ts
runSentinelCheck(userId, orgId) — full check: seed updates, resolve site URL, check health, run alerts
runSentinelCheckForAllUsers() — batch check for cron (limit 100 users)
Algorithm Feed
lib/sentinel/algorithm-feed.ts
KNOWN_ALGORITHM_UPDATES (12 known updates, 2024-2026), seedAlgorithmUpdates(), getRecentUpdates(days), getActiveRollouts(), getAllUpdates()
Health Checker
lib/sentinel/health-checker.ts
checkSiteHealth(siteUrl, userId, orgId) — score 0-100 from GSC + PSI data
The seedAlgorithmUpdates() function will upsert it on next cron run
Set rolloutEnd once Google confirms the rollout is complete
Reference skill: This is a read-only architecture guide — it documents existing systems and does not generate creative or code output. No capability uplift block is needed.
Foundation & Gate Wiring (SYN-1049)
Adopted from the senior-skill standard so every artefact this connector produces is checked against the locked foundation before it lands.
Reads at every invocation (never cached — re-read each run):
.claude/memory/verification-gates.md — gate state for any claim referenced.
Output gate: every client-facing artefact this connector produces routes through brand-voice-enforce before the CEO batched-review queue. A REJECT blocks the artefact until the quoted offending string is fixed.
Evidence standard: every quantitative or factual claim carries exactly one tag — [VERIFIED] / [INFERENCE] / [UNCONFIRMED]. Untagged = defect (.claude/rules/fabel-evidence-standard.md). Never state a projected result as fact.