
Daily Update
- 7 installs
- 2 repo stars
- Updated June 19, 2026
- getsentry/sdk-skills
daily-update skill documents Generate a formatted async daily standup message for the Sentry SDK team channel.
About
daily-update skill documents Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a "daily update", "async daily", "standup update", or "async team update".. name: daily-update description: Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a "daily update", "async daily", "standup update", or "async team update".
- Generate a formatted async daily standup message for the Sentry SDK team channel.
- Platform-specific setup patterns for daily-update.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for daily-update versus alternatives.
Daily Update by the numbers
- 7 all-time installs (skills.sh)
- Ranked #852 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Jul 24, 2026 (Skillselion catalog sync)
daily-update capabilities & compatibility
- Capabilities
- daily update quick start · daily update when to use guidance · daily update integration patterns
- Works with
- sentry
- Use cases
- code review
What daily-update says it does
Generate a properly formatted async daily standup message for posting in the team Slack channel.
Ask the user for the following. Collect all answers before generating the message.
npx skills add https://github.com/getsentry/sdk-skills --skill daily-updateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7 |
|---|---|
| repo stars | ★ 2 |
| Last updated | June 19, 2026 |
| Repository | getsentry/sdk-skills ↗ |
How do I use daily-update correctly?
Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a "daily update", "async daily", "standup update", or "async team update".
Who is it for?
Teams implementing daily-update workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about daily-update, generate a formatted async daily standup message for the sentry sdk team channel. use when.
What you get
Working daily-update setup with validated configuration and next steps.
Files
Async Daily Update
Generate a properly formatted async daily standup message for posting in the team Slack channel.
Step 1: Gather Information
Ask the user for the following. Collect all answers before generating the message.
Required:
- What are you working on today? (list each task; ask if any have Linear issue links to include)
Optional — ask about each, only include in output if the user has something to report:
- Any blockers? (something preventing you from making progress)
- Anything you need from a specific teammate? (who and what)
- Any time OOO today? (if yes, ask for the time range and time zone)
Step 2: Generate the Message
Format the message exactly as follows:
🔄 YYYY-MM-DD
- [task one]
- [task two — add link if provided]
- **Blocker:** [description]
- **Needs:** [what you need — @mention the person directly]
- **OOO:** [time range with time zone, e.g., 14:00–17:00 CET]Rules
- Always start with the 🔄 emoji — this makes the update searchable in Slack
- Use today's date in
YYYY-MM-DDformat - Leave a blank line between the date and the first bullet
- Each task is a separate bullet point
- If the user provides a Linear issue link, inline it after the task description:
Task description [SDK-123](https://linear.app/...) - Only include Blocker, Needs, and OOO lines if the user has something to report — omit them entirely otherwise
- For Needs, mention the specific person by name or @handle
- For OOO, always include the time zone (e.g., CET, EST, PST)
Step 3: Output
Display the final message as a plain code block so the user can copy and paste it directly into Slack.
After the code block, remind the user: post this in your #team-sdk-* channel.
Examples
Minimal (no optional fields):
🔄 2024-02-16
- Finishing OTLP exporter implementation [SDK-234](https://linear.app/team/issue/SDK-234)
- Code review for Marco's span processor refactor [SDK-245](https://linear.app/team/issue/SDK-245)With optional fields:
🔄 2024-02-16
- Wrapping up bugfixes in profiling integration and preparing release notes
- Shifting focus to client reports implementation after bugfixes merge
- **Blocker:** Need test credentials for staging environment to verify the span ingestion fix
- **Needs:** API design review on error handling from @Sarah
- **OOO:** 14:00–17:00 CETRelated skills
FAQ
What does daily-update do?
daily-update skill documents Generate a formatted async daily standup message for the Sentry SDK team channel.
When should I use daily-update?
User asks about daily-update, generate a formatted async daily standup message for the sentry sdk team channel. use when.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.