repo-intelligence
Installation
SKILL.md
Repo Intelligence
A metric that does not name a cause is decoration. Every number comes with the PRs, jobs, or files behind it.
DORA four keys
| Metric | Computation from repository data |
|---|---|
| Deployment frequency | Releases, or merges to the branch the repo actually deploys from |
| Lead time for changes | First commit on the branch → merge, per PR |
| Change failure rate | Merges followed within the failure window by a revert, hotfix branch, or incident-labeled issue referencing them |
| Time to restore | Incident issue opened → the PR closing it merged |
Report p50 and p90, never means. A mean lead time is dominated by a few PRs that sat for a month, and it hides everyone else's experience. p90 is what the team actually feels.