NotFair Investigate Drop
- Read
{baseDir}/../../shared/adapter-rules.md. - Read
{baseDir}/../../shared/artifact-contract.md. - Read
{baseDir}/../../shared/policy.md. - Resolve the target site, load prior audits and latest state, then compare the current problem against the site's recent history before choosing the next recovery action.
- Read and follow the canonical NotFair skill at
{baseDir}/../../../seo/seo-analysis/SKILL.md. - Convert the investigation into a structured recovery run using
python3 {baseDir}/../../bin/investigate_drop.py <site> --summary "..." --likely-cause "...". - If the drop points to a specific URL, include
--target-url <url>so the adaptive layer queues a follow-up page-improvement task. - Verify that the run wrote
audit.json,action-plan.json, andverification.json, plus any follow-up queue items. - If the next action requires editing a site repo, CMS, publishing content, or opening a PR, stop and ask for approval before doing it.
Wrapper job
Use this when the operator reports a traffic loss or ranking decline.
Your job:
- identify likely causes,
- separate technical issues from content/intent issues,
- rank the fastest and safest recovery actions,
- write
audit.json,action-plan.json, andverification.json.
If the drop investigation suggests a page-level fix, queue a follow-up notfair-improve-page task.