Skip to main content

summarization

Guidelines for extracting key meeting information and formatting structured output. Includes formatter script for consistent JSON/Markdown output.

설치로 이동

소스 정보

저장소
jeffrschneider/OpenHarness
최근 소스 활동
2026년 1월 22일 22:57
감지된 SKILL.md 언어
영어
스타
23
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
summarization
description
Guidelines for extracting key meeting information and formatting structured output. Includes formatter script for consistent JSON/Markdown output.
# Summarization Skill This skill provides methodology for summarizing meetings and a script for formatting output consistently. ## Overview The summarization skill helps the agent: 1. Identify what's important in meeting content 2. Categorize information correctly (decision vs. action item vs. discussion) 3. Format output consistently using the formatter script ## Extraction Guidelines ### What Counts as a Decision? - Explicit agreement ("we decided...", "agreed to...", "will go with...") - Resolved debates or choices between options - Approved plans, budgets, or timelines ### What Counts as an Action Item? Must have: - A clear task (what needs to be done) - An owner (who will do it) - Ideally a due date (when it's due) Look for: "will", "going to", "needs to", "should", "by [date]", names followed by tasks ### What Goes in Parking Lot? - Topics raised but explicitly deferred - Questions no one could answer - Items marked for "later", "next time", "offline" ### What's Just Context? - Background information - Status updates without decisions - General discussion that didn't lead anywhere ## Output Formats The `scripts/formatter.py` script supports two output formats: - **Markdown** (default): Human-readable, good for sharing - **JSON**: Machine-readable, good for integrations ## Resources - `resources/output-format.md` - Detailed output format specification ## Scripts - `scripts/formatter.py` - Formats extracted meeting data into consistent structure
GitHub에서 보기