Meeting Notes to Actions

Turns meeting transcripts into quote-cited action items - no guessed owners or due dates.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 4f018a1

Fed it a transcript with a corrected misassignment, a joke commitment ('I'll take care of world peace'), and a vague 'someone should update the roadmap, soon': it correctly left the roadmap item Unassigned with a null due date and routed the joke to skipped.md, while a naive read attributed the roadmap item to a random speaker and logged the joke as a real task. (Listed here under our older name; the skill's own name is "Meeting Notes to Actions".)

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 5/5

What Meeting Notes to Actions does

Reads a meeting transcript (.txt/.md/.vtt) and produces a markdown action list grouped by owner, where every item cites the exact sentence that generated it and unclear ownership goes to an Unassigned section instead of a guess. Joke commitments are detected by context and routed to a separate skipped.md for audit rather than logged as real action items. Triggers on requests to pull action items from a meeting, find who owns what from a call, or extract todos from a transcript.

Meeting Notes to Actions before / after — same task, with and without

Without the skill

A 45-minute raw transcript: crosstalk, tangents, "can everyone see my screen?", decisions buried in minute 38.

With Meeting Notes to Actions

3 decisions, 5 action items with owners and dates, 2 open questions — every line traceable to the recording, zero invented tasks.

How to install Meeting Notes to Actions

git clone https://github.com/Justin2259/claude-skill-meeting-notes-to-actions
cd claude-skill-meeting-notes-to-actions
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/meeting-notes-formatter

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Meeting Notes to Actions

  • /meeting-notes-formatter Turns meeting transcripts into quote-cited action items - no guessed owners or due dates.

It also activates on plain-language prompts like these:

  • Turn this meeting transcript into decisions and action items
  • Summarize this call transcript with an owner for each task
  • Extract decisions and open questions from this meeting transcript

Appears in

Frequently asked questions

Is the Meeting Notes to Actions skill free?
Yes. The skill itself is free from Justin2259/claude-skill-meeting-notes-to-actions. SkillProof publishes the install command and an independent test verdict at no cost.
Does Meeting Notes to Actions work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fed it a transcript with a corrected misassignment, a joke commitment ('I'll take care of world peace'), and a vague 'someone should update the roadmap, soon': it correctly left the roadmap item Unassigned with a null due date and routed the joke to skipped.md, while a naive read attributed the roadmap item to a random speaker and logged the joke as a real task. (Listed here under our older name; the skill's own name is "Meeting Notes to Actions".)
What is the Meeting Notes to Actions SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Meeting Notes to Actions?
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 Meeting Notes to Actions 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.