بنقرة واحدة
daily-standup
Generate a formatted daily standup report from workspace issue activity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a formatted daily standup report from workspace issue activity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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