feat(project-management): add meeting-analyzer and team-communication… - #457
Conversation
…s skills Based on PR #438 by maximcoding. Enhanced with anti-patterns, cross-references, attribution, and renamed examples/ → references/. meeting-analyzer (254 lines): - Transcript analysis: speaking dynamics, conflict detection, filler words, decision patterns, facilitation quality, active listening - Supports .txt, .md, .vtt, .srt, .docx, .json formats - Trend tracking across multiple meetings team-communications (67 lines + 4 reference templates): - Internal comms: 3P updates, newsletters, FAQ roundups, general comms - 4 reference templates with exact formatting guides - MCP integration (Slack, Gmail, Drive, Calendar) when available Co-Authored-By: maximcoding <maximcoding@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Code Review — PR #457: meeting-analyzer + team-communications
Both skills are well-structured additions to the PM domain. The modular analysis design (independent modules in meeting-analyzer) and clear routing table in team-communications are strong patterns. Attribution to the original contributor (maximcoding) is appreciated. A few issues to address in a follow-up: Bugs / Correctness3p-updates.md — incorrect tense in description (line ~766 in diff)
Should be "over the past time period." This is in the Progress section, which covers past work, not future plans. company-newsletter.md — typo
Should be index.md — broken attribution link Missing markdown link syntax. Should be: Formatting / StandardsMissing newline at end of file — affects 5 of the 7 new files:
general-comms.md — unexpected leading indent YAML frontmatter missing Skill Package StructurePer the pattern in CLAUDE.md, skills should include:
This is lower priority since documentation-only skills can still be valuable, but the package pattern exists for a reason. What's Working Well
Suggested follow-up PR: Fix the tense bug in |
…s skills
Based on PR #438 by maximcoding. Enhanced with anti-patterns, cross-references, attribution, and renamed examples/ → references/.
meeting-analyzer (254 lines):
team-communications (67 lines + 4 reference templates):
Summary
Checklist
dev(notmain— PRs to main will be auto-closed)SKILL.mdwith valid YAML frontmatter (name,description,license)--helpwithout errorsdomain/skill-name/SKILL.md)Type of Change
Testing