meeting-notes-and-actions
$
npx mdskill add ComposioHQ/awesome-codex-skills/meeting-notes-and-actionsConvert meeting transcripts into structured notes and action items.
- Transforms raw chat logs into owner-tagged task lists.
- Processes Zoom, Meet, Teams, and Slack conversation files.
- Extracts decisions and risks while proposing due dates.
- Delivers formatted summaries with checkbox action items.
SKILL.md
.github/skills/meeting-notes-and-actionsView on GitHub ↗
--- name: meeting-notes-and-actions description: Turn meeting transcripts or rough notes into crisp summaries with decisions, risks, and owner-tagged action items; use for Zoom/Meet/Teams transcripts, call notes, or long meeting chats to generate share-ready outputs. metadata: short-description: Meeting transcript to notes and actions --- # Meeting Notes & Actions Process transcripts into structured notes and action items. ## Inputs to ask for - Source: pasted transcript/text or file path; meeting title/date; attendees and their handles. - Output style: terse bullets vs. narrative, action-item format, due date/owner tags, redaction rules if any. ## Workflow 1) Normalize text: strip timestamps/speaker labels if noisy; lightly clean filler words; keep quoted statements intact. 2) Extract essentials: agenda topics, key decisions, open questions, risks/blocked items. 3) Action items: who/what/when. Convert vague asks into concrete tasks; propose due dates if missing. 4) Produce output: - Header with meeting title, date, attendees. - Sections: `Summary`, `Decisions`, `Open Questions/Risks`, `Action Items` (checkboxes with owner + due). 5) Quality checks: ensure names are consistent; no hallucinated facts; flag ambiguities as clarifying questions. ## Optional extras - Include timeline of major moments if timestamps exist. - Provide short Slack/Email-ready blurb (2–3 sentences) plus the full notes.
More from ComposioHQ/awesome-codex-skills
- agent-deep-linksBuild, validate, and troubleshoot deep links for Codex, Cursor, VS Code, Visual Studio, and similar tools. Use when users ask for clickable links (especially in Slack) that open threads, files, folders, or app settings.
- codebase-migrateRun large codebase migrations and multi-file refactors. Uses the Composio CLI to coordinate issue tracking, batched PRs, and CI verification while the agent executes the transforms locally across hundreds of files.
- create-planCreate a concise plan. Use when a user explicitly asks for a plan related to a coding task.
- datadog-logsQuery and filter Datadog logs from the shell using the Composio CLI. Run scoped log searches, pivot across services/environments, and export structured JSON for downstream agents instead of click-driving the Datadog UI.
- deploy-pipelineRun end-to-end deploy pipelines across Stripe, Supabase, and Vercel using the Composio CLI. Promote Stripe products, push Supabase migrations, ship Vercel deployments, and verify with post-deploy checks — all from one script.
- email-draft-polishDraft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.
- gh-address-commentsHelp address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
- gh-fix-ciInspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
- helium-mcpSearch real-time news with bias scoring, get live stock/ETF/crypto data with AI analysis, ML options pricing, balanced news synthesis, and meme search via the Helium MCP server.
- issue-triageTriage Linear or Jira backlogs and run bug sweeps via the Composio CLI. Bulk-fetch issues, dedupe, relabel, reassign, and post summaries — all from the shell without clicking through the UI.