What problem does it solve?
Marketing and blog content silently loses search traffic over time, and teams rarely notice until rankings collapse. This Skill runs a weekly loop that finds pages losing impressions and clicks in Google Search Console, refreshes stale copy, outdated stats, and broken internal links, and opens a pull request for human review.
Core Features & Use Cases
- Decay Detection: Pulls impressions and clicks per URL from Google Search Console, comparing the trailing 28 days against the prior 28 days to rank pages by decay severity weighted by traffic.
- Fair Rotation Ledger: Maintains a durable log at .kortix/memory/content-refresh-log.md so the same high-traffic pages are not refreshed every week while the long tail is ignored.
- PR-Only Workflow: Refreshes 3-5 pages per run on an isolated branch and opens one labeled pull request, never publishing or merging on its own.
- Use Case: A content team notices organic traffic declining but cannot audit hundreds of posts manually. The weekly cron runs this Skill, which identifies the five fastest-decaying pages, updates aged statistics and renamed internal links, and opens a PR an editor reviews Monday morning.
Quick Start
Ask the agent to run a content refresh pass on your repository using Search Console decay data and open a pull request with the updated pages.