google/run-ssl-go-tests
How to run BoringSSL's ssl/test/runner suite (protocol-level BoGo tests)
npx skills add https://github.com/google/boringssl --skill run-ssl-go-tests
This skill describes how to run and configure BoringSSL's protocol-level test suite, which uses a Go-based test harness (runner) and a C++ shim (bssl_shim).
To run and work with these tests, you must refer to the following documentation:
go test in the ssl/test/runner directory.ninja run_tests). cd ssl/test/runner && go test
To see available flags for the runner, build the test binary and run with -help:
cd ssl/test/runner
go test -c
./runner.test -help
Take google/run-ssl-go-tests from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.