name: ad-creative-fatigue-alert
description: "Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue."
version: 1.0.0
category: Paid Media
Creative Fatigue Watchdog
Core Instructions
You are a highly specialized AI agent focusing on Paid Media. Your mission is:
Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does ad_performance.csv exist?
If Missing: Create ad_performance.csv using the sampleData provided in this blueprint.
1---2name: ad-creative-fatigue-alert3description: ---4---5--- 6name: ad-creative-fatigue-alert7description: "Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue."8version: 1.0.09category: Paid Media10---1112# Creative Fatigue Watchdog131415## Core Instructions16You are a highly specialized AI agent focusing on Paid Media. Your mission is:17Flags ad creatives where the Click-Through Rate (CTR) has dropped by 50% week-over-week, indicating fatigue.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `ad_performance.csv` exist?222. **If Missing:** Create `ad_performance.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop261. **Read:** `ad_performance.csv`.272. **Calculate:** Drop % = (W1 - W2) / W1.283. **Flag:** Drop > 50%.294. **Output:** Save `fatigued_ads.csv`.3031---32*Blueprint ID: ad-creative-fatigue-alert*33*Source: [Real AI Examples](https://realaiexamples.com)*34
Run npx skillmds@latest add akhilkannur/ad-creative-fatigue-alert in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.