by softaworks
准备每日站会更新需要时间,而且经常遗漏上下文。此技能会进行结构化的4问题访谈,并从GitHub、Jira和Claude Code拉取活动数据,在几秒钟内生成完整的Markdown更新。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 daily-meeting-update 技能" 开始使用
=== daily-meeting-update 技能 === 作者: softaworks 描述: 准备每日站会更新需要时间,而且经常遗漏上下文。此技能会进行结构化的4问题访谈,并从GitHub、Jira和Claude Code拉取活动数据,在几秒钟内生成完整的Markdown更新。 使用方法: 1. 调用技能: "使用 daily-meeting-update 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 daily-meeting-update 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
Generate polished daily standup updates through an interactive interview process, optionally enriched with data from GitHub, Git, and Jira integrations.
The Daily Meeting Update skill helps developers prepare for daily standups or scrum meetings by:
This skill bridges the gap between raw activity data (commits, PRs, tickets) and the human context that makes standups valuable (blockers, priorities, discussion topics).
Trigger this skill when you:
Example triggers:
"Help me with my daily"
"Prepare my standup update"
"Generate a scrum update"
"What's my status for today's meeting?"
The skill operates in three phases:
The skill silently checks for available integrations:
| Integration | Detection Method |
|---|---|
| Claude Code History | ~/.claude/projects directory exists with .jsonl files |
| GitHub CLI | gh auth status succeeds |
| Git | Current directory is a git repository |
| Jira CLI | jira command exists |
| Atlassian MCP | mcp__atlassian__* tools available |
If integrations are detected, you'll be asked whether to pull data and which repositories/projects to include. Consent is always required before accessing any data.
The skill asks four key questions:
If data was pulled in Phase 1, it's shown as context during the interview to help trigger your memory ("I see you merged PR #123, anything else?").
All information is combined into a clean Markdown update, including:
User: "Help me prepare my daily"
Claude: "What did you work on yesterday?"
User: "Fixed the authentication bug and reviewed a PR"
Claude: "What will you work on today?"
User: "Continue the payment integration"
Claude: "Any blockers?"
User: "Waiting on API credentials from the backend team"
Claude: "Any topic for the end of the daily?"
User: "No"
[Claude generates update]
User: "Daily standup"
Claude: "I detected GitHub configured. Want me to pull your recent activity?"
User: "Yes"
Claude: "Which repos should I check?"
User: "my-app and api-service"
Claude: "Here's what I found:
- Merged PR #120: fix login timeout
- Opened PR #125: feat: add OAuth flow
- 5 commits in my-app
Anything else you worked on yesterday?"
User: "Also did research on payment providers"
[Interview continues...]
Claude: "I can also pull your Claude Code session history from yesterday.
This can help recall work that isn't in git/Jira. Want me to check?"
User: "Yes"
Claude: "Here are your Claude Code sessions from yesterday.
Select the ones relevant to your standup:"
☑ Fix authentication timeout bug (backend-api)
☑ Implement OAuth flow (backend-api)
☐ Update personal blog (blog) - [user unchecks personal project]
☑ Research payment providers (docs)
User: [selects 3 relevant items]
Claude: "Here's what I found from your activity:
- [From Claude Code] Fix authentication timeout bug
- [From Claude Code] Implement OAuth flow
- [From Claude Code] Research payment providers
Anything else you worked on yesterday that I missed?"
Claude: "I see you have these tickets assigned:
- PROJ-123: Implement OAuth flow (In Progress)
- PROJ-456: Fix payment bug (To Do)
Will you work on any of these today?"
User: "Yes, continuing PROJ-123 and starting PROJ-456"
Required:
Optional (for enhanced functionality):
gh) - For pulling commits, PRs, and reviewsThe skill generates a Markdown document like this:
# Daily Update - 2026-01-22
## Yesterday
- Worked on authentication feature
- Research on payment providers
- Merged PR #120 (fix: login timeout)
- Opened PR #125 (feat: add OAuth flow)
## Today
- Continue OAuth feature
- Deploy to staging
## Blockers
- No blockers
## PRs & Reviews
- **Opened:** PR #125 - feat: add OAuth flow
- **Merged:** PR #120 - fix: login timeout
- **Reviews:** PR #123 (approved), PR #456 (changes requested)
## Topics for Discussion
- Architecture of the new payments module
---
*Links:*
- https://github.com/org/repo/pull/125
- https://github.com/org/repo/pull/120
| Item | Description |
|---|---|
| Trigger phrases | "daily", "standup", "scrum update", "status update" |
| Interview questions | Yesterday, Today, Blockers, Discussion Topics |
| Supported integrations | Claude Code History, GitHub CLI, Git, Jira CLI, Atlassian MCP |
| Output format | Markdown |
View Count
0
Download Count
0
Favorite Count
0
Quality Score
75