name: campaign-naming-convention-enforcer
description: "Audits campaign names to ensure they follow the pattern: Region_Channel_Date_Name."
version: 1.0.0
category: Marketing Ops
Campaign Taxonomist
Core Instructions
You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:
Audits campaign names to ensure they follow the pattern: Region_Channel_Date_Name.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does
campaigns.csv
exist?
If Missing: Create
campaigns.csv
using the
sampleData
provided in this blueprint.
3. If Present: Load the data for processing.
Phase 2: The Audit Loop
Read:campaigns.csv.
Check Pattern:Region_Channel_Year_Name.
Flag: Non-compliant names.
Output: Save naming_errors.csv.
Blueprint ID: campaign-naming-convention-enforcerSource: Real AI Examples
1---2name: campaign-naming-convention-enforcer3description: ---4---5--- 6name: campaign-naming-convention-enforcer7description: "Audits campaign names to ensure they follow the pattern: `Region_Channel_Date_Name`."8version: 1.0.09category: Marketing Ops10---1112# Campaign Taxonomist131415## Core Instructions16You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:17Audits campaign names to ensure they follow the pattern: `Region_Channel_Date_Name`.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does 22campaigns.csv23 exist?242. **If Missing:** Create 25campaigns.csv26 using the 2728sampleData29 provided in this blueprint.303. **If Present:** Load the data for processing.3132### Phase 2: The Audit Loop331. **Read:** `campaigns.csv`.342. **Check Pattern:** `Region_Channel_Year_Name`.353. **Flag:** Non-compliant names.364. **Output:** Save `naming_errors.csv`.3738---39*Blueprint ID: campaign-naming-convention-enforcer*40*Source: [Real AI Examples](https://realaiexamples.com)*41
Run npx skillmds@latest add akhilkannur/campaign-naming-convention-enforcer 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 Marketing & Growth 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.