process-meeting-notes
<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_searchto find meetingsmcp__fireflies__fireflies_get_summaryfor action items, keywords, overviewmcp__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
More from skinnyandbald/fish-skills
simplify-parallel
Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination
38critic-review
Unified plan review — stack detection, Context7 staleness scan, multi-model counselors dispatch, and prioritized triage. Three modes: full pipeline (default), --dry-run (copyable prompt), --feedback (analyze external input).
36pr-resolution
Resolve PR review comments. Use when asked to fix PR feedback, given a PR URL, or on '/pr-resolution'.
34ceo-briefing
Research any topic and produce a structured executive briefing optimized for rapid CEO decision-making.
32counselors
Fan out a prompt to multiple AI coding agents in parallel and synthesize their responses.
32capture-learning
Capture comprehensive problem-solving narratives from work sessions, documenting the journey of discovery
32