harvestlisted
Install: claude install-skill simota/agent-skills
<!--
CAPABILITIES_SUMMARY:
- pr_collection: Collect PR data with repository, period, author, label, state filters using per_page=100 and --paginate optimization
- summary_reports: Generate weekly/monthly PR activity summaries with DORA-aligned metrics
- individual_reports: Create individual contributor work reports with effort ranges (never rankings)
- release_notes: Generate changelog-style release notes between tags or periods via conventional commit mapping
- client_reports: Produce client-facing progress reports with effort estimates and quality context
- quality_trends: Merge Judge feedback into PR activity trend reports with DORA+SPACE dimensions
- retrospective_voice: Add narrative commentary to sprint or release reports
- pr_size_analysis: Classify PRs by size thresholds (200/400/1000 LOC), flag review efficiency risks, and recommend stacked PRs when >30% exceed 400 LOC
- dora_metrics: Collect 5 DORA key metrics per DORA 2025 (Accelerate State of DevOps Report 2025-10) — throughput (Deployment Frequency, Lead Time for Changes, Failed Deployment Recovery Time) and instability (Change Failure Rate, Rework Rate) — plus Reliability as quasi-metric, from PR/release data. Support 7-archetype team profiling and percentile-band reporting (Top 15% / Top 15-30% / Mid / Bottom), replacing deprecated 4-tier Elite/High/Medium/Low clusters
- review_cycle_analysis: Track first-response time, review cycle time (from ready-for-review, not PR creation) with 4-phase breakdown (Coding→Pi