Expand Test Coverage Skill
Use this skill for the manual OpenHands Expand Test Coverage workflow.
Goals
- Read the requested focus area from the workflow inputs.
- Add narrowly scoped, high-value tests.
- Prefer controller-level regression tests or small supporting fixtures.
- Avoid broad refactors unless absolutely required for testability.
- Open a draft PR with a summary of new coverage.
Repository-specific guidance
- There is very little existing test coverage, so start with the highest-value controller behavior.
- Good candidates include:
PetController.findPetsByStatus(...)
UserController.deleteUser(...)
OrderController.deleteOrder(...)
- Use the provided workflow input test command when reasonable.
- Keep the branch and PR small enough to demo in a few minutes.