← スキル一覧に戻る

sprint-perspectives
by rm2thaddeus
A repository for the Pixel Detective project.
⭐ 14🍴 3📅 2026年1月15日
SKILL.md
name: sprint-perspectives description: Generate per-sprint perspectives (narrative + cards) by mining git history for documents and files co-updated alongside sprint anchor docs. Use when the user asks for sprint perspectives, evidence linking, research doc discovery, or sprint retrospectives with code-change metrics.
Sprint Perspectives
Generate a per-sprint PERSPECTIVES.md plus a card-style HTML/PDF report by:
- summarizing sprint anchor docs inside
docs/sprints/<sprint>/, and - using git history to discover which other docs/files were co-updated while those sprint docs were edited.
Quickstart
- Single sprint:
python skills/sprint-perspectives/scripts/generate_sprint_perspectives.py --sprint sprint-11 --no-pdf - All sprints:
python skills/sprint-perspectives/scripts/generate_sprint_perspectives.py --all --no-pdf
Optional Dev Graph (enrichment + visuals)
- Add window/subgraph receipts (requires Dev Graph API):
python skills/sprint-perspectives/scripts/generate_sprint_perspectives.py --sprint sprint-11 --dev-graph-api http://localhost:8080 --no-pdf - Embed visuals (drop SVG/PNG into the sprint folder first):
- Put files under:
docs/sprints/sprint-11/_dev_graph_visuals/ - Then run:
python skills/sprint-perspectives/scripts/generate_sprint_perspectives.py --sprint sprint-11 --no-pdf
- Put files under:
Outputs (per sprint folder)
docs/sprints/<sprint>/PERSPECTIVES.mddocs/sprints/<sprint>/_linked_docs.json(docs only)docs/sprints/<sprint>/_cochanged_files.json(all files)docs/sprints/<sprint>/SPRINT_PERSPECTIVES_CARDS.pdf(whenweasyprintis installed; otherwise HTML is left next to the intended PDF path)
Notes
- Works git-first (no Dev Graph required). When provided,
--dev-graph-apiadds sprint-window receipts and basic subgraph counts. - The main protagonist is documentation evidence (
.md/.txt/.pdf), but code-change metrics are included as supportive context.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です