with one click
run-unit-tests
Build and run Proxy Verifier unit tests with CMake and CTest.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Build and run Proxy Verifier unit tests with CMake and CTest.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Format and build Proxy Verifier.
Write a git commit message and verify formatting before committing.
Create a GitHub pull request from the current branch using the latest commit message for title/body, assign to the current user, and return the PR link.
Run Apache Traffic Server AuTests correctly via autest.sh from tests/autests.
Evaluate current PR review comments, apply valid changes, and prepare suggested replies without posting them.
Read a GitHub issue with gh and produce an implementation and verification plan for ATS.
| name | run-unit-tests |
| description | Build and run Proxy Verifier unit tests with CMake and CTest. |
Proxy Verifier unit tests are built through CMake and run through CTest.
Assume the external libraries are already installed in /opt/pv_libs. If they
are missing, use ../build-pv/SKILL.md first.
Build Proxy Verifier (see ../build-pv/SKILL.md) and then run the unit tests from the repo root:
cmake --preset dev-external
cmake --build --preset dev-external --parallel
ctest --preset dev-external
PV_DEPS_ROOT=/opt/pv_libs.build/<preset>/bin/.