daily-update

par sentry

Génère un message formaté pour le stand-up quotidien asynchrone du canal de l'équipe Sentry SDK. Utilise-le lorsqu'on te demande de créer une "mise à jour quotidienne", "un quotidien asynchrone", "une mise à jour de stand-up",…

npx skills add https://github.com/getsentry/sdk-skills --skill daily-update

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-DD format
  • 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 CET

Plus de skills de sentry

generate-frontend-forms
sentry
Guide pour créer des formulaires à l'aide du nouveau système de formulaires de Sentry. À utiliser lors de l'implémentation de formulaires, de champs de formulaire, de validation ou de fonctionnalité de sauvegarde automatique.
official
sentry-snapshots-cocoa
sentry
Configuration complète de Sentry Snapshots pour les projets Apple/Cocoa. Utiliser lorsqu’on demande de « configurer SnapshotPreviews », « configurer les tests de snapshots Apple », « télécharger les snapshots Apple vers…
official
architecture-review
sentry
Revue de la santé du codebase au niveau de l'équipe. Détecte les modules monolithiques, les échecs silencieux, les lacunes de sécurité de type, les trous de couverture de test et les problèmes de convivialité pour les LLM.
official
linear-type-labeler
sentry
Classe les tickets Linear et applique un label de type issu de la taxonomie de labels de l'espace de travail Sentry, en fonction du contenu du titre et de la description de chaque ticket.
official
sentry-flutter-sdk
sentry
Configuration complète du SDK Sentry pour Flutter et Dart. Utiliser lorsqu'il est demandé d'« ajouter Sentry à Flutter », d'« installer sentry_flutter », de « configurer Sentry dans Dart » ou de paramétrer la gestion des erreurs…
official
sentry-svelte-sdk
sentry
Configuration complète du SDK Sentry pour Svelte et SvelteKit. Utiliser lorsqu'il est demandé d'« ajouter Sentry à Svelte », d'« ajouter Sentry à SvelteKit », d'« installer @sentry/sveltekit », ou de configurer…
official
vercel-react-best-practices
sentry
Directives d'optimisation des performances React et Next.js de l'équipe Vercel Engineering. Cette compétence doit être utilisée lors de l'écriture, de la révision ou du refactoring de code React/Next.js…
official
sentry-tanstack-start-sdk
sentry
Configuration complète du SDK Sentry pour TanStack Start React. À utiliser lorsqu'on vous demande "ajouter Sentry à TanStack Start", "installer @sentry/tanstackstart-react", ou configurer la gestion des erreurs…
official