スキル一覧に戻る
duc01226

status

by duc01226

2🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: status description: Generate status reports for sprints or projects. Use when creating status reports, checking progress, or summarizing sprint metrics. Triggers on keywords like "status report", "sprint status", "progress", "how are we doing". allowed-tools: Read, Write, Grep, Glob, Bash, TodoWrite

Status Report

Generate project/sprint status reports with metrics.

When to Use

  • Sprint status needed
  • Project progress report
  • Stakeholder update

Quick Reference

Workflow

  1. Read PBIs in scope
  2. Check git log for recent commits
  3. Find open issues/PRs
  4. Calculate metrics
  5. Generate report
  6. Save to plans/reports/

Metrics

  • Completed vs Planned
  • Velocity (if sprint)
  • Bug count
  • Blocker count

Report Structure

## Status Report - {Date}
### Sprint: {Name} | Day {N}/{Total}

#### Progress
| Metric | Planned | Actual | Status |
|--------|---------|--------|--------|

#### Completed
| Item | Owner |

#### In Progress
| Item | Status | Blocker |

#### Blockers
| Blocker | Impact | Action |

#### Risks
| Risk | Probability | Impact |

Output

  • Path: plans/reports/{YYMMDD}-status-{scope}.md
  • Role Skill: project-manager
  • Command: /status

Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です