0

/ 100

GradeA

A well-known project done right. Strong docs and solid engineering throughout.

Top 10% of 5,156 graded repos

👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.

Top fixes

Highest-impact changes first, ranked by point weight

6 to address
  1. 1
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  2. 2
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  3. 3
    Install and run instructions9pt

    Add a section showing how to install dependencies.

  4. 4
    Install and run instructions9pt

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

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

Install and run instructions9pt45

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

96

CI/CD14pt85

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

Tests18pt100

Test files detected (cmd/about/about_test.go).

Linting and formatting5pt100

Formatting enforced (.editorconfig).

Reproducibility6pt100

Lockfile present (go.sum). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

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)
  • 166
    Forks
  • 823
    Releaseslatest 5y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 1,316
    Watchers

Responsiveness

  • 89d 10h
    Median issue response
  • 2h
    Median PR merge time
  • 297
    Open issues
Repository files60 root entries
  • .atmos.d
  • .claude
  • .claude-plugin
  • .cursor
  • .devcontainer
    Good: Environment pinned via .devcontainer/Dockerfile.
  • .github
    Good: CI is configured (.github/workflows/build.yml).
    Good: Dependabot covers 3 ecosystems (gomod, github-actions, npm). Dependencies stay current.
    Good: Issue or PR templates present.
  • .specify
  • actions
  • agent-skills
  • aqua
  • cmd
    Good: Test files detected (cmd/about/about_test.go).
  • demo
  • docs
  • errors
  • examples
  • gists
  • internal
  • pacts
  • pkg
  • scripts
  • specs
  • tests
  • tools
  • website
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
  • .coderabbit.yaml
  • .custom-gcl.yml
  • .dockerignore
  • .editorconfig
    Good: Formatting enforced (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .go-version
  • .golangci.yml
  • .goreleaser.draft.yml
  • .goreleaser.yml
  • .pre-commit-config.yaml
  • .prettierignore
  • .tool-versions
  • atmos.yaml
  • Brewfile
  • CLAUDE.md
  • codecov.yml
  • conductor.json
  • debug_plan_diff_windows.md
  • Dockerfile
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • lychee.toml
  • main_hooks_and_keychain_store_integration_test.go
  • main_hooks_and_store_integration_test.go
  • main_plan_diff_integration_test.go
  • main_test.go
  • main.go
  • Makefile
  • NOTICE
  • package-lock.json
  • 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.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Good: README documents how to run the project.
  • README.yaml
  • renovate.json
  • tools.yaml
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/cloudposse/atmos)](https://www.repo-grade.com/report/cloudposse/atmos)

More graded Go repos