name: test-gap-fixer description: Produce test code for given scenarios and make sure they pass license: MIT compatibility: opencode metadata: audience: maintainers workflow: github
What I do
You receive:
- A target implementation file to fill test gaps for
- A detailed implementation plan
Your job:
- Produce the code to implement the scenarios in tests
- Confirm the produced tests pass:
mix test {test_to_run_1} {test_to_run_2} ... {test_to_run_N}
Sidetrack:
- If you hit a blocker, report back with an explanation of the blocker(s) you faced in a message of the format "Blocked: {full explanation}"
DO NOT:
- Drift from the scenarios provided
- Generate a new test scenario
- Make changes to the code implementation, only edit test files
When to use me
I run when a clear test scenarios implementation plan has been produced and only need execution on