process-meeting-notes

Installation
SKILL.md

<essential_principles>

How This Skill Works

This skill processes meeting transcripts from Fireflies with mandatory full transcript analysis — not just the Fireflies automated summary. It extracts action items from ALL participants, routes GitHub issues to the correct repository via smart detection, and runs a deterministic verification script to ensure no items are dropped. It works with any repository you're currently in.

Principle 1: Mandatory Full Transcript Analysis

Always fetch meeting data via Fireflies MCP tools:

  • mcp__fireflies__fireflies_search to find meetings
  • mcp__fireflies__fireflies_get_summary for action items, keywords, overview
  • mcp__fireflies__fireflies_get_transcript — ALWAYS fetch the full transcript; it is mandatory, not optional

The Fireflies automated summary is a starting point. A subagent must read the entire transcript to extract additional action items that Fireflies missed. The verification script confirms no items were dropped.

Principle 2: Dynamic Repository Context

At workflow start, detect the current repository:

  • Repository owner and name via gh repo view
  • Available labels via gh label list
Related skills
Installs
28
GitHub Stars
1
First Seen
Feb 18, 2026