| name | task-review |
| description | 振り返りサマリを生成する。`gh tasks review --period daily|weekly|sprint` を呼び出して期間内の Issue close / PR merge / Project アイテムの完了を要約する。 |
| description_en | Generate a retrospective summary. Invokes `gh tasks review --period daily|weekly|sprint` to summarize Issues closed, PRs merged, and Project items completed within the period. |
| allowed-tools | Bash(gh:*) |
| locale | ja |
task-review - 振り返り
daily / weekly / sprint 単位の振り返りサマリを生成する。
入力
- --period (任意):
daily / weekly / sprint。省略時は weekly
- --scope (任意):
repo / org / user
手順
gh tasks review --period <period> --scope <scope> を実行する
- 戻り値(完了 / 進行中 / ブロッカーの 3 セクション)を Markdown で整形する
- 期間内に学んだこと / 次期に持ち越す課題をユーザーに確認する
失敗時のフォールバック
- 戻り値が空: 期間 / scope の指定をユーザーに再確認
- API rate limit: 期間を絞って再試行