daily-meeting-update
The daily-meeting-update skill generates a structured Markdown standup update by interviewing the user and optionally pulling activity data from GitHub, Jira, and local Claude Code session history.
Is daily-meeting-update safe to install?
Review the source first: our audit of daily-meeting-update's source files found 6 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with local CLI tools and Python scripts, and reads local project files and session history.
How we audit skills: our security review methodology.
Who is this skill for?
Software developers and engineers who use Claude Code and want to automate the preparation of daily standup or status updates.
What can you do with it?
- Generating daily standup reports
- Summarizing recent GitHub activity including PRs and commits
- Tracking Jira ticket progress
- Recalling work context from past Claude Code sessions
- Preparing discussion topics for team meetings
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, follows a clear workflow, and includes specific anti-patterns and safety guidelines.
What does the skill file contain?
# Daily Meeting Update Generate a daily standup/meeting update through an **interactive interview**. Never assume tools are configured—ask first. --- ## Workflow ``` START │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DETECT & OFFER INTEGRATIONS │ │ • Check: Claude Code history? gh CLI? jira CLI? │ │ • Claude Code → Pull yesterday's session digest │ │ → User selects relevant items via multiSelect │ │ • GitHub/Jira → Ask user, pull if approved │ │ • Pull data NOW (before interview) │ ├───────────────────────...
Frequently asked questions
Does the skill automatically pull data from my GitHub or Jira accounts?
No. The skill detects if these tools are configured but requires explicit user approval before pulling any data.
What happens if the Claude Code digest script fails?
The skill skips the Claude Code integration silently and proceeds with the interview to ensure the standup flow is not blocked.
Can I exclude specific projects from the update?
Yes. When pulling Claude Code history, the skill presents a multi-select list allowing the user to choose only relevant sessions.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
gws-workflow-email-to-task
17.9KUsers who manage tasks directly from their Gmail inbox via the command line
The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.