Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Test authoring guidance
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -77% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -65% | 0% |
For agent changes prefer integration tests over unit tests. Integration tests are under core/suite and use test_codex to set up a test instance of codex.
Features that change the agent logic MUST add an integration test:
If unit tests are needed, put them in a dedicated test file (_tests.rs). Avoid test-only functions in the main implementation.
Check whether there are existing helpers to make tests more streamlined and readable.
Other measured skills in the registry, with their headline benchmark lift.