75
/ 100
Good shape overall. A few tweaks would push it into the top tier.
A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets and AArch64 native Linux development.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
- 4README12pt
Expand with a description, install steps, usage, and examples.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
64
This repository is large enough that GitHub truncated the file tree. The scan is based on a partial file list, so some checks may under-report.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Other.
Engineering
72
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
CI is configured (.github/workflows/check_downstream_changes.yml).
Test files detected (.ci/compute_projects_test.py).
Lockfile present (.ci/metrics/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (.ci/metrics/requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 6010 / 19443Commits (30d / 90d)
- 50Forks
- 6Releaseslatest 4mo ago
Community
- 87% - GoodCommunity health
- 18 bus factorauthors own >50% of commits
- 226Watchers
Responsiveness
- 12hMedian issue response
- <1hMedian PR merge time
- 25Open issues
Repository files24 root entries
- .ciGood: Test files detected (.ci/compute_projects_test.py).Good: Lockfile present (.ci/metrics/requirements.txt). Installs are reproducible.Good: Environment pinned via .ci/metrics/Dockerfile.Good: Dependency manifest found (.ci/metrics/requirements.txt).
- .githubGood: CI is configured (.github/workflows/check_downstream_changes.yml).Good: Issue or PR templates present.
- arm-software
- bolt
- clang
- clang-tools-extra
- cmake
- compiler-rt
- cross-project-tests
- flang
- flang-rt
- libc
- .clang-format
- .clang-format-ignore
- .clang-tidy
- .git-blame-ignore-revs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mailmap
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSE.TXTGood: Licensed under Other.
- README.mdGood: README is present.Issue: README is fairly short (−10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/arm/arm-toolchain)