Audit Export

Turns a markdown audit report into an import-ready Teamwork/Jira/Monday/Linear CSV, phased by severity.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 17, 2026 · e6250e5

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 15, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Fed it a 5-finding fake security audit: it produced a valid, import-ready CSV with correct phase due dates (today+3/+10/+20), quoted multi-line ticket templates, and per-finding effort parsed from 'Estimated Effort' text - a generic export attempt produced a flatter, non-import-shaped CSV with no due dates or templates.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What Audit Export does

Parses a markdown audit report's Critical/High/Medium/Low sections into a Teamwork-compatible CSV, one row per H3 finding, with due dates offset by severity (3/10/20 days), a full ticket-description template, keyword-based tags, and effort estimates pulled from 'Estimated Effort:' lines. Triggers when a user hands over an audit file and asks to export it to CSV or create PM tasks from it.

How to install Audit Export

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Audit Export

  • /audit-export Turns a markdown audit report into an import-ready Teamwork/Jira/Monday/Linear CSV, phased by severity.

It also activates on plain-language prompts like these:

  • Export this security audit's findings into a Teamwork-ready CSV
  • Turn my markdown audit report into Jira tickets by severity
  • Convert these Critical and High findings into import-ready PM tasks

Frequently asked questions

Is the Audit Export skill free?
Yes. The skill itself is free from kanopi/cms-cultivator. SkillProof publishes the install command and an independent test verdict at no cost.
Does Audit Export work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed it a 5-finding fake security audit: it produced a valid, import-ready CSV with correct phase due dates (today+3/+10/+20), quoted multi-line ticket templates, and per-finding effort parsed from 'Estimated Effort' text - a generic export attempt produced a flatter, non-import-shaped CSV with no due dates or templates.
What is the Audit Export SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Audit Export?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Audit Export with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.