원클릭으로
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