Good shape overall. A few tweaks would push it into the top tier.
Mirror | Please open new issues in our issue tracker on GitLab.com
Documentation
74
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under MIT.
Engineering
86
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (go.sum). Installs are reproducible.
Test files detected (cache/adapter_test.go).
CI is configured (.gitlab-ci.yml).
Formatting enforced (.editorconfig).
Project health
94
.gitignore present.
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 86Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 245Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files59 root entries
- .gitlab
- .vscode
- apps
- cacheGood: Test files detected (cache/adapter_test.go).
- certs
- ci
- commands
- common
- dockerfilesGood: Environment pinned via dockerfiles/runner-helper/Dockerfile.
- docs
- docs-locale
- executors
- functions
- helpers
- log
- magefiles
- network
- packaging
- referees
- router
- scripts
- session
- shells
- steps
- tests
- .dockerignore
- .editorconfigGood: Formatting enforced (.editorconfig).
- .envIssue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .flaky-tests.txt
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitlab-ci.ymlGood: CI is configured (.gitlab-ci.yml).
- .golangci.yml
- .labkit_logging_todo.yml
- .markdownlint-cli2.yaml
- .mockery.yaml
- .tool-versions
- .vale.ini
- AGENTS.md
- argo_translation.yml
- CHANGELOG.md
- config.toml.example
- 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.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.
- Dangerfile
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under MIT.
- main_test.go
- main.go
- Makefile
- Makefile.build.mk
- Makefile.runner_helper.mk
- NOTICE
- PROCESS.md
- Procfile
- PROVENANCE.md
- README.mdGood: 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- Vagrantfile
- VERSION