feat(skill): add meeting minutes generation skill#659
Merged
aaronpowell merged 5 commits intogithub:mainfrom Feb 3, 2026
Merged
feat(skill): add meeting minutes generation skill#659aaronpowell merged 5 commits intogithub:mainfrom
aaronpowell merged 5 commits intogithub:mainfrom
Conversation
This commit introduces a new skill for generating concise and actionable meeting minutes for internal meetings. The skill includes metadata, attendance, agenda, decisions, action items, and follow-up steps, ensuring a standardized format for documentation. - Supports short meetings - Follows a strict schema for output - Includes operational workflow and clarifying questions for intake
Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new skill for generating standardized meeting minutes for internal meetings of 60 minutes or less. The skill provides a comprehensive framework for capturing decisions, action items, and follow-up steps in a structured format.
Changes:
- Added a new meeting-minutes skill with detailed operational workflow and output schema
- Updated the skills README with the new entry in alphabetical order
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| skills/meeting-minutes/SKILL.md | New skill file with frontmatter, operational workflow (4 phases), strict output schema (12 sections), style rules, examples, and templates for generating meeting minutes |
| docs/README.skills.md | Added meeting-minutes entry to the skills table in alphabetical order with description and asset information |
Refined the description of the meeting minutes skill to ensure clarity and consistency in the documentation. The updated description maintains the same informative content while improving readability. - Changed double quotes to single quotes for consistency
aaronpowell
requested changes
Feb 3, 2026
The change history section has been removed to streamline the document and focus on the current skills and guidelines. This helps in maintaining clarity and relevance in the documentation. - Simplified the structure of SKILL.md
aaronpowell
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This commit introduces a new skill for generating concise and actionable meeting minutes for internal meetings. The skill includes metadata, attendance, agenda, decisions, action items, and follow-up steps, ensuring a standardized format for documentation.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.