con un clic
daily-standup
Generate a formatted daily standup report from workspace issue activity
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generate a formatted daily standup report from workspace issue activity
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Generate a sprint retrospective with KPI dashboard and action decision records
Generate a risk register PM block with probability, impact, and mitigation strategies
Generate downloadable Markdown or HTML files (reports, summaries, styled docs)
Conversational skill creator — build, test, and refine skills in chat
Generate a lightweight Architecture Decision Record as a Decision block
Creates a structured note from a homepage chat conversation
| name | daily-standup |
| description | Generate a formatted daily standup report from workspace issue activity |
Generate a ready-to-share standup report by querying issue states and transitions for the requesting user.
Use this skill when:
/daily-standup, /standup)Example:
User: /daily-standup
## Yesterday (Completed)
- [PS-42] Implement OAuth 2.0 login flow
- [PS-38] Fix pagination on issue list
## Today (In Progress)
- [PS-45] Add ghost text block-type routing
- [PS-51] Write unit tests for standup skill
## Blockers
- [PS-49] Deploy staging environment — blocked by: waiting on DevOps credentials (depends on PS-47)
Determine Workday Window
Query Completed Issues (Yesterday)
list_issues with state filter DoneDone within the workday windowQuery In-Progress Issues (Today)
list_issues with state filter In ProgressQuery Blocked Issues (Blockers)
list_issues with state filter Blockedget_issue to retrieve dependency context and blocker reasonFormat Output
[PS-XX] TitleOutput Clean Text
## Yesterday (Completed)
- [PS-42] Implement OAuth 2.0 login flow
- [PS-38] Fix pagination on issue list
## Today (In Progress)
- [PS-45] Add ghost text block-type routing
## Blockers
- [PS-49] Deploy staging environment -- blocked by: waiting on DevOps credentials (depends on PS-47)
If no activity:
## Yesterday (Completed)
(No items)
## Today (In Progress)
(No items)
## Blockers
(No items)
No recent activity found. Consider reviewing backlog items.
list_issues — query issues by state and assigneeget_issue — retrieve issue details for blocker context