# Campaign Naming Convention Enforcer

> ---

- Skill: `akhilkannur/campaign-naming-convention-enforcer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/campaign-naming-convention-enforcer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/campaign-naming-convention-enforcer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/campaign-naming-convention-enforcer

---

--- 
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
1.  **Check:** Does 
campaigns.csv
 exist?
2.  **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
1.  **Read:** `campaigns.csv`.
2.  **Check Pattern:** `Region_Channel_Year_Name`.
3.  **Flag:** Non-compliant names.
4.  **Output:** Save `naming_errors.csv`.

---
*Blueprint ID: campaign-naming-convention-enforcer*
*Source: [Real AI Examples](https://realaiexamples.com)*


