SDLC metrics dashboard for the fullsend-ai organization. Tracks deployment frequency, PR lead time, PR volume, issue volume, community attribution, and PR delivery mix (conventional-commit type + fix-filer source) across repos. Published daily as a D3.js dashboard on GitHub Pages.
Dashboard: https://fullsend-ai.github.io/metrics/
Dedicated tab: Delivered PR Types (docs/delivered-pr-types.html).
Daily collector for merged PRs on fullsend + agents:
| File | Purpose |
|---|---|
docs/pr-type.csv |
Per day × repo counts by type (feat…other) and fix filer (fix_core / fix_external / fix_bot / fix_unlinked) |
docs/pr-type-details.csv |
Per-PR drill-down |
scripts/collect-pr-type.sh |
Daily (wired into .github/workflows/collect.yml) |
scripts/backfill-pr-type.sh |
Date-range backfill |
Core-team roster comes from docs/community-config.json (same list as community metrics).
# Daily
./scripts/collect-pr-type.sh # yesterday UTC
./scripts/collect-pr-type.sh 2026-08-11
# Backfill (rewrites CSVs)
./scripts/backfill-pr-type.sh 2026-05-14 2026-08-11See docs/design.md for the full design spec.