novasky-ai/skyrl

0

/ 100

Python2,017Apache-2.01d ago
Grade a repo

Good community traction and solid fundamentals. Nearly in the top tier.

SkyRL: A Modular Full-stack RL Library for LLMs

Documentation

88

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt80

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

68

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.

CI/CD14pt57

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

Reproducibility6pt80

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

Tests18pt85

Test files detected (examples/train/gptoss/test_gptoss.py).

Linting and formatting5pt100

Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).

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)
  • 359
    Forks
  • 6
    Releaseslatest 2mo ago

Community

  • Community health
  • authors own >50% of commits
  • 2,017
    Watchers

Responsiveness

  • 13h
    Median issue response
  • <1h
    Median PR merge time
  • 357
    Open issues
Repository files22 root entries
  • .claude
    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.
  • .gemini
  • .github
    Good: CI is configured (.github/workflows/gpu_ci_h100.yaml).
  • ci
  • docker
    Good: Environment pinned via docker/Dockerfile.
  • docs
  • examples
    Good: Test files detected (examples/train/gptoss/test_gptoss.py).
  • skyrl
  • skyrl-agent
  • skyrl-gym
  • skyrl-train
  • skyrl-tx
  • tests
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • .python-version
  • CLAUDE.md
  • format.sh
  • LICENSE
    Good: Licensed under Apache-2.0.
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    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.
  • uv.lock
    Good: Lockfile present (uv.lock). Installs are reproducible.