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 guide5pt92

Contributing guide is detailed and thorough.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

87

Tests18pt80

Test files detected (samples/XML/phpunit.xml.dist).

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Reproducibility6pt92

Lockfile present (samples/Gemfile.lock). Installs are reproducible.

Linting and formatting5pt100

Ruby linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (Gemfile).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository files26 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot configured for bundler.
    Good: Issue or PR templates present.
  • bin
  • docs
  • ext
  • lib
  • samples
    Good: 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
  • .editorconfig
    Good: Ruby linting configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • AGENTS.md
  • Brewfile
  • CONTRIBUTING.md
    Good: 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
  • Gemfile
    Good: Dependency manifest found (Gemfile).
  • github-linguist.gemspec
  • go.work
  • grammars.yml
  • LICENSE
    Good: Licensed under MIT.
  • Rakefile
  • README.md
    Good: 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.