Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill covers testing the _strip_yaml_frontmatter helper. Trigger: test_adapters.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -68% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -69% | 0% |
<!-- L1:START -->
This skill covers testing the _strip_yaml_frontmatter helper.
Trigger: test_adapters. <!-- L1:END -->
<!-- L2:START -->
| Task | Pattern | |------|---------| | Get users | get_users() | | Sample skills | sample_skills |
<!-- L2:END -->
<!-- L3:START -->
This pattern retrieves user data for testing purposes using the get_users function.
pythonusers = get_users()
This pattern accesses predefined skills for validation in tests.
pythonskills = sample_skills
bashpytest tests/test_adapters.py
Hardcoded values can lead to brittle tests that fail with changes in data.
python# BAD assert user['name'] == 'John Doe'
<!-- L3:END -->
Other measured skills in the registry, with their headline benchmark lift.