oss-crs
Orchestrate autonomous bug-finding and bug-fixing systems
All Skills in This Repository (3)
Pure Emerald Level Indicatorsrts-log-analyzer
Analyze OSS-Fuzz RTS test logs to extract failures and root causes.
c-incremental-build-converter
Convert C/C++ build.sh and test.sh scripts to support incremental builds.
rts-fix-suggester
Suggest targeted fixes for OSS-Fuzz build.sh and test.sh scripts from RTS log analysis.
Frequently Asked Questions
FAQPage SchemaHow to install OSS-CRS?โผ
Run `npx skills add sslab-gatech/oss-crs --all -g -y` in your terminal to install all skills in this suite globally.
What does OSS-CRS do?โผ
It is a standard framework for building and running autonomous bug-finding and bug-fixing systems against any project in OSS-Fuzz format, locally or in the cloud.
Can I run multiple bug-finding systems together?โผ
Yes. OSS-CRS lets you compose multiple systems into a single ensemble campaign and control CPU limits and LLM budgets for each one.
Does OSS-CRS work with Claude Code?โผ
Yes. It includes ready-made examples for Claude Code, Codex, Gemini CLI, and Copilot CLI, with OAuth or API key authentication.
What do I need to run OSS-CRS?โผ
You need Python 3.10 or later, Docker, Git, and the uv package manager, plus a target project that follows the OSS-Fuzz format.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core