Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

summarize-meeting总结会议

Agent Skill

summarize-meeting 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,770

周安装

73

GitHub Stars

103

下载量

578
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:summarize-meeting(总结会议)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/summarize-meeting
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill summarize-meeting
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill summarize-meeting

简介

用于将会议记录或转录内容转化为清晰可执行的行动摘要。

  • 遵循固定结构呈现讨论要点、决策结果与任务分配情况。
  • 适用于 sprint 仪式、利益相关方会议等各类产出决策的场景。
  • 要求输入包含明确行动项与责任人信息以确保摘要准确性。
  • summarize-meeting 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Meeting Summary Expert

Overview

Transform meeting notes, transcripts, or recordings into clear, actionable summaries. Every summary follows a consistent structure that makes it easy for attendees and non-attendees alike to understand what was discussed, what was decided, and who is doing what by when.

When to Use

  • After any meeting where decisions were made or actions were assigned.
  • Sprint ceremonies -- planning, retro, backlog refinement, sprint review.
  • Stakeholder meetings -- steering committees, executive reviews, client calls.
  • Ad-hoc discussions -- when an impromptu conversation produces commitments that need tracking.

Methodology

Step 1: Capture Meeting Metadata

Record the essential context:

FieldDescription
DateMeeting date (YYYY-MM-DD)
TimeStart and end time with timezone
ParticipantsNames and roles (e.g., "Sarah Chen, Product Lead")
TopicOne-line meeting purpose
LocationRoom name, video link, or "async"

Step 2: Extract Key Discussion Points

From the raw notes or transcript, identify the substantive topics discussed. Guidelines:

  • Summarize, do not transcribe. Capture the essence of each topic in 1-3 bullet points.
  • Use plain language. Avoid jargon. Anyone reading the summary should understand the points without having attended.
  • Focus on what matters. Skip small talk, repeated points, and tangential discussions.
  • Note disagreements. If there was significant debate, capture the key positions and how they were resolved (or not).

Step 3: Extract Action Items

Every action item must answer three questions:

  1. Who is responsible? (Single owner, not a team)
  2. What specifically must they do? (Concrete, observable deliverable)
  3. By when? (Specific date, not "soon" or "next sprint")

Format as a table:

Due DateOwnerAction
2026-03-10Sarah ChenShare revised wireframes with the design team
2026-03-07James ParkSchedule load test for the staging environment

Action item quality checks:

  • Each action has exactly one owner (not "Sarah and James")
  • The deliverable is specific enough to verify completion
  • The due date is a calendar date, not a relative timeframe
  • Actions use active verbs: "share," "schedule," "draft," "review," "decide"

Step 4: Record Decisions

List each decision made during the meeting as a numbered item. Include enough context that someone who was not present understands the decision and its rationale.

Format:

  1. [Decision] -- [Brief rationale or context]. Decided by [who].
  2. [Decision] -- [Brief rationale or context]. Decided by [who].

Examples:

  1. Launch date set for April 15 -- Allows two full sprints for QA after feature freeze on March 28. Decided by steering committee.
  2. Use PostgreSQL instead of MongoDB for the analytics service -- Team consensus based on query pattern analysis showing 80% relational queries. Decided by engineering leads.

Step 5: Capture Open Questions

List unresolved questions that need follow-up. For each question, note who is expected to provide an answer and by when, if known.

  1. Do we need a separate staging environment for the new analytics service? (James to investigate by March 10)
  2. What is the budget ceiling for the Q2 marketing campaign? (Pending finance review)

Step 6: Save and Distribute

File naming convention: Meeting-Summary-[YYYY-MM-DD]-[topic-slug].md

Examples:

  • Meeting-Summary-2026-03-04-sprint-planning.md
  • Meeting-Summary-2026-03-04-q2-roadmap-review.md

Distribution:

  • Share the summary within 24 hours of the meeting.
  • Send to all participants and relevant stakeholders who were not present.
  • Store in the team's shared documentation space (Confluence, Notion, shared drive).

Output Template

# Meeting Summary

## Metadata

| Field | Value |
|-------|-------|
| **Date** | [YYYY-MM-DD] |
| **Time** | [HH:MM] - [HH:MM] [TZ] |
| **Participants** | [Name, Role]; [Name, Role]; ... |
| **Topic** | [One-line meeting purpose] |

## Summary

- [Key discussion point 1]
- [Key discussion point 2]
- [Key discussion point 3]

## Action Items

| Due Date | Owner | Action |
|----------|-------|--------|
| [YYYY-MM-DD] | [Name] | [Specific, verifiable action] |

## Decisions Made

1. **[Decision]** -- [Rationale]. Decided by [who].

## Open Questions

1. [Question]? ([Who is expected to answer, by when])

What to Focus On

When summarizing, prioritize:

  • Decisions that affect roadmap or strategy -- These have the broadest impact and are most likely to be referenced later.
  • Who does what by when -- Accountability is the primary value of a meeting summary.
  • Blockers and risks surfaced -- These need visibility beyond the meeting room.
  • Changes to previously agreed plans -- These create confusion if not documented.

When summarizing, deprioritize:

  • Status updates that are available elsewhere (Jira, dashboards)
  • Repetition of information already documented
  • Social conversation and small talk
  • Detailed technical discussions better captured in design docs

Integration with Other Skills

  • Feed decisions into wwas/ to create backlog items with strategic context.
  • Use action items to create tickets via ../jira-expert/.
  • Document recurring meeting outcomes in ../confluence-expert/ templates.

References

  • See references/meeting-facilitation-guide.md for meeting types, note-taking strategies, and anti-patterns.
  • See assets/meeting_summary_template.md for ready-to-use templates.

Troubleshooting

ProblemLikely CauseResolution
Action items are assigned to teams instead of individualsCulture avoids individual accountability; facilitator does not press for a single ownerEnforce the "one owner" rule during the meeting; if a team is named, ask "Who on that team is the single point of contact?"
Summaries are too long and nobody reads themSummarizer includes too much detail; tries to capture everythingApply the "would someone who missed the meeting need this?" filter to every bullet point; target 1 page maximum for 1-hour meetings
Decisions are not documented, leading to re-litigation in future meetingsMeeting moved quickly; facilitator focused on discussion, not decisionsPause after each decision and state it aloud: "Let me confirm: we decided X because Y"; add decision capture as a facilitator checklist item
Action items have vague due dates ("soon", "next sprint")Facilitator does not push for specificity; team uncomfortable committing to datesRequire a calendar date for every action; if the team cannot commit, set a date to decide the date
Summaries are distributed days after the meetingSummarizer is overburdened or perfectionistSet a 24-hour distribution rule; use a structured template to reduce writing effort; assign summary responsibility before the meeting
Open questions from previous meetings are never resolvedNo follow-up mechanism; questions captured but not trackedAdd "Previous Open Questions" as a standing agenda item; assign each question an owner and a resolution date
Attendees disagree with the summary after distributionSummary reflects summarizer's interpretation, not group consensusShare key decisions and action items verbally at the meeting close; invite corrections within 24 hours of distribution

Success Criteria

  • 100% of meetings with decisions or action items produce a written summary within 24 hours
  • Every action item has a single named owner and a specific calendar due date
  • Action item completion rate exceeds 80% by the stated due date
  • Summaries are 1 page or less for meetings under 1 hour
  • Decisions are documented with enough context that a non-attendee can understand the rationale
  • Open questions from previous meetings are tracked and resolved within 2 meeting cycles
  • Meeting summary satisfaction (from periodic team survey) averages 4+/5

Scope & Limitations

In Scope: Capturing meeting metadata, extracting key discussion points, documenting decisions with rationale, recording action items with owners and due dates, capturing open questions, distributing summaries, maintaining consistent naming conventions and storage.

Out of Scope: Meeting facilitation and agenda design, real-time transcription (use a transcription tool as input), project status tracking (hand off to ../jira-expert/), strategic decision frameworks (hand off to ../senior-pm/), recording or video management.

Limitations: Summary quality is bounded by the quality of input notes or transcript. Automated transcription tools may introduce errors that the summarizer must catch. The skill does not replace the need for a skilled facilitator -- poorly run meetings produce poor summaries regardless of template quality. Sensitive or confidential meetings may require restricted distribution that the standard workflow does not address.

Integration Points

IntegrationDirectionWhat Flows
wwas/Meetings -> WWASDecisions and commitments from meetings become WWAS backlog items
job-stories/Meetings -> StoriesDiscovery discussions surface situations and motivations for job stories
../jira-expert/Meetings -> JiraAction items create Jira tickets; decisions update issue comments
../confluence-expert/Meetings -> ConfluenceSummaries stored in Confluence using meeting notes template
../senior-pm/Meetings -> PMSteering committee and stakeholder meeting summaries feed portfolio reporting
../delivery-manager/Meetings -> DMRelease planning and incident review meeting outcomes feed delivery tracking

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.09%
按下载量换算203

Claude

30.1%
按下载量换算174

Cursor

19.59%
按下载量换算113

Gemini CLI

9.79%
按下载量换算57

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills