daily-meeting-update
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Daily Meeting Update
Generate a concise standup update from recent development activity. Use $ARGUMENTS as the reporting window, automatically pull available GitHub, local git, Jira, Atlassian, and OpenCode context, interview the user for missing intent and nuance, then produce a meeting-ready Markdown update.
Tool data is context, not the source of truth. Do not ask before extracting available GitHub/Git, Jira/Atlassian, or OpenCode activity. If ~/Projects does not exist, ask where the user clones repositories. Write the final standup to daily-DATE.md, where DATE is the report date in YYYY-MM-DD format.
Context
Repository: !git remote get-url origin 2>/dev/null | sed -E 's#(git@github.com:|https://github.com/)([^.]+)(\.git)?#https://github.com/\2#' || echo "No repository"
User: !gh api user --jq .login 2>/dev/null || git config user.name 2>/dev/null || echo "Unknown user"
Phase 1: Resolve Window And Detect Integrations
Step 1: Resolve The Time Window
Treat $ARGUMENTS as the time window, for example yesterday, 2026-05-01, last 3 days, or since 9am. If $ARGUMENTS is empty, use a stored timestamp or config if one exists, then fall back to yesterday.
More from luisurrutia/skills
commit
Create git commits with conventional commit messages. ALWAYS use this skill when committing code - whether user-requested or after completing a task. Triggers on "commit", "/commit", "make a commit", "git commit", "save changes", or any request to commit. Accepts optional context argument for commit message guidance.
9pr
Create or update GitHub pull requests. Use when user says "pr", "/pr", "create pr", "open pr", "pull request", or asks to submit changes for review. Requires gh CLI.
8github-actions
Guidelines for writing secure and maintainable GitHub Actions workflows. Use when user says "workflow", "github actions", "CI/CD", "actions yaml", or asks to create, review, or modify .github/workflows files.
8business-startup-analyst
End-to-end startup and business analysis for turning one idea into a structured decision-ready case. Use when users ask to validate a startup idea, size a market (TAM/SAM/SOM), analyze competitors, define pricing and unit economics, build go-to-market strategy, estimate financial scenarios, or decide go/no-go. Especially useful when the user wants one or multiple output files (memo, analysis pack, investor-style brief, execution plan) for a single startup concept.
1