80
/ 100
Good community traction and solid fundamentals. Nearly in the top tier.
This is an active mirror of the KiCad development branch, which is hosted at GitLab (updated every time something is pushed). Pull requests on GitHub are not accepted or watched.
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
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
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
88
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under GPL-3.0.
Engineering
68
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/lockdown.yml).
Test files detected (qa/resources/fonts/make_symbol_pua_test.py).
Lockfile present (qa/data/pcbnew/wizards/qfp_wizard/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (qa/data/pcbnew/wizards/qfp_wizard/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
- 344 / 1105Commits (30d / 90d)
- 654Forks
- 41Releaseslatest 3y ago
Community
- 62% - FairCommunity health
- 4 bus factorauthors own >50% of commits
- 2,778Watchers
Responsiveness
- -Median issue response
- -Median PR merge time
- 0Open issues
Repository files55 root entries
- .githooks
- .githubGood: CI is configured (.github/workflows/lockdown.yml).
- .gitlab
- 3d-viewer
- api
- bitmap2component
- cmake
- common
- cvpcb
- demos
- doxygen
- eeschema
- gerbview
- include
- kicad
- libs
- pagelayout_editor
- pcb_calculator
- pcbnew
- plugins
- qaGood: Test files detected (qa/resources/fonts/make_symbol_pua_test.py).Good: Lockfile present (qa/data/pcbnew/wizards/qfp_wizard/requirements.txt). Installs are reproducible.Good: Environment pinned via qa/arm64/Dockerfile.Good: Dependency manifest found (qa/data/pcbnew/wizards/qfp_wizard/requirements.txt).
- resources
- signing
- thirdpartyGood: Issue or PR templates present.
- tools
- translation
- utils
- _clang-format
- .clang-tidy
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitlab-ci.yml
- AUTHORS.txt
- CMakeLists.txt
- CMakePresets.json.sample
- code-of-conduct.md
- 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.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- copyright.h
- install-deps.sh
- INSTALL.txt
- LICENSEGood: Licensed under GPL-3.0.
- LICENSE.3-CLAUSE-BSD
- LICENSE.APACHE-2.0
- LICENSE.BOOSTv1_0
- LICENSE.CC-BY-SA-4.0
- LICENSE.CC0
- LICENSE.GPLv3
- LICENSE.ISC
- LICENSE.MIT
- LICENSE.READMEGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- setup-env.sh
- uncrustify.cfg
- vcpkg-configuration.json
- vcpkg.json
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/kicad/kicad-source-mirror)