A top-tier open source project. Docs, tests, and CI are all in excellent shape.
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
Documentation
99
Contributing guide5pt
92
Contributing guide is detailed and thorough.
README12pt
100
README is present.
Install and run instructions9pt
100
README documents how to install the project.
License6pt
100
Licensed under MIT.
Engineering
87
Tests18pt
80
Test files detected (samples/XML/phpunit.xml.dist).
CI/CD14pt
85
CI is configured (.github/workflows/ci.yml).
Reproducibility6pt
92
Lockfile present (samples/Gemfile.lock). Installs are reproducible.
Linting and formatting5pt
100
Ruby linting configured (.editorconfig).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
94
Housekeeping3pt
60
.gitignore present.
Dependency manifest6pt
100
Dependency manifest found (Gemfile).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Repository files26 root entries
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for bundler.Good: Issue or PR templates present.
- bin
- docs
- ext
- lib
- samplesGood: Test files detected (samples/XML/phpunit.xml.dist).Good: Lockfile present (samples/Gemfile.lock). Installs are reproducible.Issue: Build artifacts or local files may be committed (samples/Dotenv/filenames/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- script
- test
- tools
- vendor
- .dockerignore
- .editorconfigGood: Ruby linting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .gitmodules
- AGENTS.md
- Brewfile
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.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.
- Dockerfile
- GemfileGood: Dependency manifest found (Gemfile).
- github-linguist.gemspec
- go.work
- grammars.yml
- LICENSEGood: Licensed under MIT.
- Rakefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.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.