0

/ 100

GradeC

Good shape overall. A few tweaks would push it into the top tier.

Top 36% of 5,156 graded repos

Atom Agent, Open-Source AI Agent Platform for Self-Hosted Automation

Python771AGPL-3.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

12 to address
  1. 1
    Tests18pt

    Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".

  2. 2
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

  3. 3
    Issue and PR templates6pt

    Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

  4. 4
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

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

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 AGPL-3.0.

Engineering

61

Issue and PR templates6pt0

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.

Tests18pt35

Test files detected (.archive/tauri-root-dev-2025-01-30/src-tauri/tests).

Reproducibility6pt80

Lockfile present (package-lock.json). Installs are reproducible.

CI/CD14pt100

CI is configured (frontend-nextjs/.github/workflows/frontend-accessibility.yml).

Linting and formatting5pt100

Linter or formatter configured (.flake8).

Project health

79

Dependency manifest6pt55

Dependency manifest found (package.json).

Housekeeping3pt60

.gitignore present.

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 79
    Forks
  • 7
    Releaseslatest 5mo ago

Community

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

Responsiveness

  • 16h
    Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files52 root entries
  • .archive
    Good: Test files detected (.archive/tauri-root-dev-2025-01-30/src-tauri/tests).
  • .git-rewrite
  • .githooks
  • .github
  • .planning
  • .prometheus
  • .zed
  • assets
  • backend
  • config
  • deploy
  • desktop
  • docker
  • docs
  • frontend-nextjs
    Good: CI is configured (frontend-nextjs/.github/workflows/frontend-accessibility.yml).
    Issue: Build artifacts or local files may be committed (frontend-nextjs/src-tauri/venv/requirements.txt) (−40 pts).Fix: Remove them and add to .gitignore.
  • infra
  • installer
  • menubar
  • mobile
  • packages
  • reports
  • scripts
  • src
  • tests
  • workflow_states
  • .continue-here.md
  • .dockerignore
  • .env.example
  • .env.oauth.template
  • .env.production.template
  • .flake8
    Good: Linter or formatter configured (.flake8).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .isort.cfg
  • .percy.yml
  • .pre-commit-config.yaml
  • ATOM_ENHANCEMENT_PLAN.md
  • CLAUDE.md
  • 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.
  • docker-compose-e2e-ui.yml
  • docker-compose-e2e.yml
  • docker-compose-personal.yml
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • fly.toml
  • LICENSE.md
    Good: Licensed under AGPL-3.0.
  • MANIFEST.in
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.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.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • ROADMAP.md
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/rush86999/atom)](https://www.repo-grade.com/report/rush86999/atom)

More graded Python repos