0

/ 100

GradeC

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

Top 39% of 5,156 graded repos

Configuration management examples for SONiC

Top fixes

Highest-impact changes first, ranked by point weight

14 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
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

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

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

55

Install and run instructions9pt0

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

Add a section showing how to install dependencies.

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.

License6pt100

Licensed under Other.

Engineering

80

CI/CD14pt57

CI is configured (.github/workflows/assignReviewers.yaml).

Reproducibility6pt80

Lockfile present (test_reporting/requirements.txt). Installs are reproducible.

Tests18pt85

Test files detected (.azure-pipelines/impacted_area_testing/test_get_test_scripts.py).

Linting and formatting5pt100

Linter or formatter configured (.flake8).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

96

Dependency manifest6pt86

Dependency manifest found (pyproject.toml).

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)
  • 1,061
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • 12h
    Median issue response
  • <1h
    Median PR merge time
  • 2,327
    Open issues
Repository files24 root entries
  • .azure-pipelines
    Good: Test files detected (.azure-pipelines/impacted_area_testing/test_get_test_scripts.py).
  • .github
    Good: CI is configured (.github/workflows/assignReviewers.yaml).
    Good: Issue or PR templates present.
  • .hooks
  • ansible
    Good: Environment pinned via ansible/files/docker-chrony/Dockerfile.
  • docs
  • sdn_tests
  • spytest
  • test_reporting
    Good: Lockfile present (test_reporting/requirements.txt). Installs are reproducible.
  • tests
  • tools
  • .flake8
    Good: Linter or formatter configured (.flake8).
  • .gitignore
    Good: .gitignore present.
  • .markdownlint.json
  • .pre-commit-config.yaml
  • .pre-commit-hooks.yaml
  • azure-pipelines.yml
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • pylintrc
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • 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.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • SECURITY.md
    Good: Security policy present.
  • setup-container.sh
  • sonic_dictionary.txt
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/sonic-net/sonic-mgmt)](https://www.repo-grade.com/report/sonic-net/sonic-mgmt)

More graded Python repos