Agent skill · Code Review & Quality

meeting-follow-up-pipeline

Turn a completed meeting into a debrief, decisions, action items, ready-to-send follow-up drafts, and proposed writebacks. Use when the user asks to debrief a meeting, process their last meeting, review meeting follow-ups, or run the meeting follow-up pipeline.

zapiergithub.com/zapierGitHub ↗
claude-codecursorMIT
Install
npx skills add zapier/wade-skills --skill meeting-follow-up-pipeline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/meeting-follow-up-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 54

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Meeting Follow-Up Pipeline Close the loop after a meeting. Turn a finished conversation into clarity and shipped follow-ups, so nothing important gets dropped. The job in one line: **meeting happened → clarity shipped → nothing important gets dropped** This is **not** a transcript dump and **not** a generic recap. ## Setup Fill in the tools you use (or let the agent ask). The skill degrades gracefully — if a source isn't available, it flags that and asks for pasted input instead. - `[MEETING NOTES TOOL]` — where your notes/transcript live (Granola, Fathom, Otter, Fireflies, Fellow, or pasted text) - `[EMAIL]` — your email, for drafting external follow-ups - `[CHAT]` — your team chat, for drafting internal follow-ups (Slack, Teams, etc.) - `[TASK SYSTEM]` — where action items get promoted (Coda, Notion, Asana, Linear, a spreadsheet) - `[DRAFTS AREA]` — where sendable drafts get staged for review before sending (a drafts folder, an "outbox" doc, etc.) ## When to Use - "Run the meeting follow-up pipeline" - "Debrief my last meeting" - "Process this meeting" - "What are the key follow-ups from that meeting?" Right after a meeting, during an end-of-day wrap to catch missed follow-ups,

What's inside
Steps it walks through
  1. Setup
  2. When to Use
  3. Scope Rule: All Meetings Eligible, Not All Get the Same Treatment
  4. Default Target
  5. Source Priority
  6. Core Flow
  7. Step 1: Identify and Classify the Meeting
  8. Step 2: Generate the Debrief
  9. Step 3: Draft Follow-Ups Inline (Only When Earned)
  10. Step 4: Propose Promotion Actions (Propose, Don't Auto-Write)
  11. Step 5: Hand Off or Stop
  12. Required Output Shape
  13. Edge Cases
  14. Anti-Patterns
More from wade-skills
All skills →
About this skill
What does the meeting-follow-up-pipeline skill do?

Turn a completed meeting into a debrief, decisions, action items, ready-to-send follow-up drafts, and proposed writebacks. Use when the user asks to debrief a meeting, process their last meeting, review meeting follow-ups, or run the meeting follow-up pipeline.

How do I install it?

Run `npx skills add zapier/wade-skills --skill meeting-follow-up-pipeline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zapier/wade-skills, a repository with 54 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going