Collects daily project stats — lines of code, PRs, commits, issues, test coverage, CI pass rate, autonomous percentage — and commits a JSON snapshot to the repo.
Requires: GitHub. Set up integrations
Runs daily at 9 AM UTC.
cloc src/ — count LoC. gh pr list --state merged. git rev-list --count HEAD. pnpm test --coverage. gh issue list with label filters.Produce metrics/daily/YYYY-MM-DD.json matching the schema (date, loc, files, prs, commits, test_coverage_pct, ci_pass_rate_pct, autonomous_pct, issues by status).
Open a PR adding the new daily JSON file.
Start building with a free Ona account.
This website uses cookies to enhance the user experience. Read our cookie policy for more info.