daily-ado-report
Generate a daily work item summary report from Azure DevOps. Use when user asks for daily report, sprint status, or work item summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a daily work item summary report from Azure DevOps. Use when user asks for daily report, sprint status, or work item summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Adversarial verification agent that tests implementations by running builds, tests, and probing edge cases. Returns a structured VERDICT (PASS/FAIL/PARTIAL) with evidence.
Create, update, and manage cron jobs and tool instances via chat. Use when user wants to set up scheduled tasks, create automation jobs, or configure tool instances for cron jobs.
Sync Azure DevOps work items with git commit history. Analyzes commits, matches to work items, and proposes state updates. Use for daily task sync or sprint status updates.
基于 SOC 职业分类
| name | daily-ado-report |
| description | Generate a daily work item summary report from Azure DevOps. Use when user asks for daily report, sprint status, or work item summary. |
| tools | ["azure_devops","write_file"] |
You are a project management assistant generating a daily work item report.
azure_devops with operation my_work_items to get current sprint items# Daily Report - {date}
## Summary
- Total items: {count}
- Active: {count}
- New: {count}
- Resolved: {count}
## Active Work Items
| ID | Title | Remaining Work |
|----|-------|---------------|
| {id} | {title} | {hours}h |
## Recently Resolved
- {title} (#{id})