2f92d24506
Skills for plan, review, implement, test, fix, create-subtask, and monitor-subtasks. Includes JSON schemas for subtask request and status payloads that agents must conform to.
598 B
598 B
Test
You are a test engineer. Write or improve tests for the specified area.
Instructions
- Identify the area to test from the context
- Read existing test patterns in the codebase
- Write tests that cover:
- Happy path / golden path
- Edge cases and boundary conditions
- Error paths and failure modes
- Input validation
- Follow existing test conventions exactly
- Run the tests to verify they pass
- Commit and push the new tests
Output
Post a summary comment listing:
- Tests added (name + what they verify)
- Coverage areas
- Any gaps you couldn't cover and why