hackclub/hcb
Grade a repo

0

/ 100

GradeA

Polished and well engineered. Punching above its star count.

Top 12% of 5,156 graded repos

🏦 Open source, transparency-orientated fiscal sponsorship platform for hackers & creatives.

Top fixes

Highest-impact changes first, ranked by point weight

5 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  3. 3
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  4. 4
    Contributing guide5pt

    Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

80

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

93

Tests18pt80

Test files detected (spec).

CI/CD14pt100

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

Linting and formatting5pt100

Ruby linting configured (.prettierrc).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Gemfile).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 117
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 860
    Watchers

Responsiveness

  • 11h
    Median issue response
  • <1h
    Median PR merge time
  • 357
    Open issues
Repository files61 root entries
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 3 ecosystems (bundler, npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vscode
  • app
  • bin
  • config
  • db
  • dev-docs
  • docs
  • lib
  • log
  • public
  • runbooks
  • scripts
  • spec
    Good: Test files detected (spec).
  • storage
  • vendor
  • .annotaterb.yml
  • .dockerignore
  • .env.development.example
  • .erb_lint.yml
  • .foreman
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .node-version
  • .prettierrc
    Good: Ruby linting configured (.prettierrc).
  • .rspec
  • .rubocop_todo.yml
  • .rubocop.yml
  • .ruby-version
  • .simplecov
  • .slugignore
  • .solargraph.yml
  • app.json
  • Aptfile
  • config.ru
  • docker_dev_setup.sh
  • docker_setup.sh
  • docker_start.sh
  • docker-compose.dbonly.yml
  • docker-compose.production.yml
  • docker-compose.solargraph.yml
  • docker-compose.yml
  • Dockerfile
  • eslint.config.mjs
  • Gemfile
    Good: Dependency manifest found (Gemfile).
  • Gemfile.lock
    Good: Lockfile present (Gemfile.lock). Installs are reproducible.
  • hcb_laser.gif
  • heroku.yml
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • package.json
  • postcss.config.js
  • Procfile
  • Procfile.dev
  • production.Dockerfile
  • 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.
    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.
  • SECURITY.md
    Good: Security policy present.
  • tailwind.config.js
  • webpack.config.js
  • yarn.lock
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/hackclub/hcb)](https://www.repo-grade.com/report/hackclub/hcb)

More graded Ruby repos