gts3.org (SSLab@Gatech)
Official@sslab-gatech · School of Computer Science, Georgia Tech
https://gts3.org
Agent Skills by gts3.org (SSLab@Gatech)
Showing 3 vetted skills indexed across 1 GitHub repositories.
rts-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 About gts3.org (SSLab@Gatech)
FAQPage SchemaWhat specific tasks can I perform using these utilities?▼
These utilities enable the systematic analysis of OSS-Fuzz test logs to isolate failure points, the conversion of monolithic C/C++ build processes into incremental versions, and the generation of corrective patches for build and test configurations to resolve identified regressions.
Which engineering personas benefit from these capabilities?▼
These utilities are designed for software engineers, security researchers, and DevOps practitioners managing large-scale C/C++ projects within the OSS-Fuzz ecosystem who require optimized build cycles and automated diagnostic support for regression testing.
What are the prerequisites for implementing these build optimizations?▼
Implementation requires an existing C/C++ project environment utilizing OSS-Fuzz, specifically with established build.sh and test.sh configurations. Users must have a functional understanding of their project's compilation dependencies to integrate the incremental build conversion and log analysis outputs effectively.