Good community traction and solid fundamentals. Nearly in the top tier.
SkyRL: A Modular Full-stack RL Library for LLMs
Documentation
88
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
68
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 is configured (.github/workflows/gpu_ci_h100.yaml).
Lockfile present (uv.lock). Installs are reproducible.
Test files detected (examples/train/gptoss/test_gptoss.py).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Project health
96
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 359Forks
- 6Releaseslatest 2mo ago
Community
- —Community health
- —authors own >50% of commits
- 2,017Watchers
Responsiveness
- 13hMedian issue response
- <1hMedian PR merge time
- 357Open issues
Repository files22 root entries
- .claudeGood: 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
- .githubGood: CI is configured (.github/workflows/gpu_ci_h100.yaml).
- ci
- dockerGood: Environment pinned via docker/Dockerfile.
- docs
- examplesGood: Test files detected (examples/train/gptoss/test_gptoss.py).
- skyrl
- skyrl-agent
- skyrl-gym
- skyrl-train
- skyrl-tx
- tests
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .python-version
- CLAUDE.md
- format.sh
- LICENSEGood: Licensed under Apache-2.0.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: 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.lockGood: Lockfile present (uv.lock). Installs are reproducible.