From RFC123 Skills
Extracts explicit owner+action items from RFC discussions and presents them as a markdown checklist in chat. Skips ambiguous or hypothetical statements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rfc123-skills:extract-action-itemsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull explicit action items out of an RFC's discussion and present them as a
Pull explicit action items out of an RFC's discussion and present them as a markdown checklist in chat. The user decides whether to incorporate it onto the RFC – typing it in themselves, in their own voice. This skill never posts.
The discussion has reached a point where commitments are being made ("I'll do X", "@person to do Y") but nobody has rolled them up. Or the user says "what are the action items?"
Read every comment. Call rfc123_get_rfc_comments.
Find explicit owner+action pairs. An action item has:
@login or an unambiguous "I'll" with author attribution)"@alice can you check?" → not an action item (question). "@alice will check with infra" → action item. "I'll write up the migration steps" by @alice in comment → action item.
Skip near-misses. If there's ambiguity about who owns it or what exactly they'll do, leave it off the list and note it as a follow-up question for the user.
Format the checklist. Use GitHub task-list syntax as a reference format – the user adapts and rewrites items in their own words when incorporating them into the RFC:
## Action items
- [ ] @alice – write up the migration steps (from <link or quote>)
- [ ] @bob – confirm with infra whether <thing> is feasible
Include source citations. Link to or quote the comment where each item was committed to. Without this, owners can dispute attribution.
Show it to the user – do not post. Tell them: "Here's the checklist. Edit it into the RFC yourself if you want it tracked there – rewrite items in your own voice as you go."
npx claudepluginhub twixes/rfc123Reads every comment and review thread on an RFC, groups concerns by theme, and distinguishes settled vs. unresolved issues. Output stays in chat for the user to rework into the RFC in their own words.
Extracts action items, commitments, assignments, and follow-ups from Fireflies meeting transcripts for all attendees (default) or a specific person using parallel subagents and MCP tools.
Extracts action items and assignees from meeting notes or Confluence pages, looks up Jira account IDs, and creates tasks.