huggingface/write-tests
Write failing tests from requirements. Invoke for each todo before /implement.
npx skills add https://github.com/huggingface/OpenEnv --skill write-tests
Write failing tests that encode acceptance criteria.
/write-tests
/write-tests Add logout button to header
/implement/implementThe tester agent will produce:
## Tests Written
### Files Created/Modified
- `tests/test_client.py`
### Tests Added
| Test | Verifies |
|------|----------|
| `test_client_reset_returns_observation` | Reset returns valid observation |
| `test_client_step_advances_state` | Step mutates state correctly |
| `test_client_handles_invalid_action` | Error handling for bad input |
### Verification
All tests FAIL as expected (no implementation yet).
### Next Step
Run `/implement` to make these tests pass.
/implement's job)Before returning, verify:
tests/ for examples)Take huggingface/write-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.