small-fix
SolidMake a small, reviewable NeMo Relay bug fix without widening scope unnecessarily
AI & Automation 122 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Contribute A Small Fix
## Companion Guidance
Use `karpathy-guidelines` alongside this skill for implementation or review
work. Keep changes scoped, surface assumptions, and define focused validation
before editing.
Use this skill for narrowly scoped bug fixes or behavior corrections.
## Rules
- Reproduce or identify the failing behavior first
- Keep the change as small as possible
- Avoid opportunistic refactors unless they are required to fix the bug safely
- Add or update the smallest meaningful test that proves the fix
## Checklist
- [ ] Scope of the fix is explicit
- [ ] Affected language surfaces are understood
- [ ] A regression test or focused validation path exists
- [ ] Docs updated if public behavior changed
- [ ] PR notes can explain what failed before and why the fix is safe
## References
- `CONTRIBUTING.md`
- `validate-change`
Details
- Author
- NVIDIA
- Repository
- NVIDIA/NeMo-Relay
- Created
- 4 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
minimal-fix
Produce the smallest possible code change that fixes a specific, well-scoped issue (CI failure, reviewer comment, typo). Use only when the fix target is explicit. Never refactor unrelated code.
10,518 Updated today
cobusgreyling AI & Automation Solid
prepare-pr
Prepare, open, create, publish, update, or edit a NeMo Relay pull request or PR body with the right tests, docs, contributor hygiene, and repository pull request template
122 Updated today
NVIDIA AI & Automation Solid
validate-change
Choose and run the right NeMo Relay validation matrix for a change instead of using one fixed test list
122 Updated today
NVIDIA