BaseCoat — Adoption Dashboard

Measuring Copilot customization effectiveness across dogfooding projects

Metrics
Monitored Repos
Loading metrics...

Monitored Repositories

These repos are scanned weekly for adoption metrics. Manage via CLI or update the DASHBOARD_REPOS secret.

Loading repo list...

CLI Commands

# List monitored repos
pwsh scripts/bootstrap-dashboard.ps1 -List

# Add repos interactively
pwsh scripts/bootstrap-dashboard.ps1 -Add

# Remove repos
pwsh scripts/bootstrap-dashboard.ps1 -Remove

# Or set directly via secret (JSON array)
echo '["org/repo1","org/repo2"]' | gh secret set DASHBOARD_REPOS