Daily Meeting Update

Consent-gated standup generator: interviews you, optionally pulls GitHub/Jira/Claude Code history.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 190b070

Its bundled claude_digest.py genuinely parses ~/.claude/projects/*/*.jsonl into a standup-ready JSON digest (verified against a live session directory) rather than being a stub the SKILL.md merely describes.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 5/5

What Daily Meeting Update does

Runs a 4-question interview (yesterday, today, blockers, discussion topics) to produce a formatted Markdown standup update, optionally enriching it with GitHub commits/PRs, Jira tickets, and Claude Code session history — but only after asking permission for each integration. Triggers on 'daily', 'standup', 'scrum update', 'status update', 'team sync', etc. Bundles a real Python digest script that reads local ~/.claude/projects session logs.

How to install Daily Meeting Update

git clone https://github.com/softaworks/agent-toolkit
cd agent-toolkit
mkdir -p ~/.claude/skills
cp -r dist/plugins/daily-meeting-update/skills/daily-meeting-update ~/.claude/skills/daily-meeting-update

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Daily Meeting Update

  • /daily-meeting-update Consent-gated standup generator: interviews you, optionally pulls GitHub/Jira/Claude Code history.

It also activates on plain-language prompts like these:

  • Help me prepare my daily standup update for this morning
  • Generate a scrum status update pulling from my recent GitHub activity
  • I need a team sync summary of what I did yesterday and today

Frequently asked questions

Is the Daily Meeting Update skill free?
Yes. The skill itself is free from softaworks/agent-toolkit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Daily Meeting Update work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Its bundled claude_digest.py genuinely parses ~/.claude/projects/*/*.jsonl into a standup-ready JSON digest (verified against a live session directory) rather than being a stub the SKILL.md merely describes.
What is the Daily Meeting Update SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 5/5.
How do I install Daily Meeting Update?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Daily Meeting Update with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.