Skip to content

Commit 1dc73d0

Browse files
committed
Add unit test expectation to /implement skill
- Agent should write tests for new/changed logic when feasible - Skip and notify developer when effort would be disproportionate
1 parent 7158e85 commit 1dc73d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.agents/skills/implement/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Execute the approved plan:
2727
- Keep changes minimal and focused — don't refactor unrelated code
2828
- Kotlin warnings are treated as errors (`allWarningsAsErrors = true`) — write clean code
2929
- Use `org.wordpress.aztec` package conventions
30+
- **Unit tests**: Add or update tests covering new/changed logic. Follow existing test patterns in the repo. If writing meaningful tests would require disproportionate effort (e.g., complex setup, heavy mocking of framework internals), skip but notify the developer explaining why.
3031

3132
## Phase 3: Verify
3233

0 commit comments

Comments
 (0)