Export audit findings from markdown report files to Teamwork-compatible CSV format for project management tools (Jira, Monday, Linear also supported). Auto-activates when user asks to "export audit to CSV", "create tasks from audit", or provides an audit report file and asks to export it. Invoke when user provides audit report filename and wants CSV output for project management import.
Export audit findings from CMS Cultivator markdown reports to CSV format for project management tools.
This skill runs fully in Tier 1 using only file operations:
## Critical Issues or ### CRITICAL → Phase 1: Critical Issues (DUE DATE = today + 3 days)## High Priority or → Phase 2: High Priority (DUE DATE = today + 10 days)### HIGH## Medium Priority or ### MEDIUM → Phase 3: Medium Priority (DUE DATE = today + 20 days)## Low Priority or ### LOW → Phase 4: Long-term Optimization (no due date)[original-name]-tasks.csvSame as Tier 1. This skill does not require additional Claude Code tools — it runs identically in both tiers.
Columns: TASKLIST, TASK, DESCRIPTION, ASSIGN TO, START DATE, DUE DATE, PRIORITY, ESTIMATED TIME, TAGS, STATUS
Critical rules:
Each extracted task uses this template in the DESCRIPTION column:
## Description
Teamwork Ticket(s): [To be assigned]
- [ ] Was AI used in this pull request?
> As a developer, I need to {goal}
{summary from audit}
## Acceptance Criteria
* {extracted from audit}
## Assumptions
* {known limitations}
## Steps to Validate
1. {testing instructions}
## Affected URL
{link if available}
## Deploy Notes
{file paths, cache clearing, config imports}
SecurityPerformanceAccessibilityCode Quality2h15maudit-live-site-2026-04-15-1430.mdaudit-live-site-2026-04-15-1430-tasks.csvPrimary: Teamwork (full template format) Also works with: Jira, Monday.com, Linear, Asana (CSV import with column mapping)