Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill covers testing plugins for various repository types. Trigger: Load this skill when working with test_plugins.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -68% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -75% | 0% |
<!-- L1:START -->
This skill covers testing plugins for various repository types.
Trigger: Load this skill when working with test_plugins. <!-- L1:END -->
<!-- L2:START -->
| Task | Pattern | |------|---------| | Map Python repositories | python_repo_map | | Map Node repositories | node_repo_map |
python_repo_map to map Python repositories.node_repo_map to map Node.js repositories.<!-- L2:END -->
<!-- L3:START -->
Utilize python_repo_map to effectively map Python repositories for testing.
python# Example of using python_repo_map repo_mapping = python_repo_map()
Leverage node_repo_map to map Node.js repositories for your testing needs.
python# Example of using node_repo_map node_mapping = node_repo_map()
bashpytest tests/test_plugins.py
Hardcoding paths can lead to maintenance issues and reduce flexibility.
python# BAD repo_path = "/path/to/repo"
<!-- L3:END -->
Other measured skills in the registry, with their headline benchmark lift.