| name | add-tests |
| description | Add focused Pascoal tests for existing behavior, regressions, missing coverage, or testability gaps. |
| argument-hint | [behavior, diff, files, regression, or coverage gap] |
| disable-model-invocation | true |
Add tests
Add tests for:
$ARGUMENTS
Procedure
- Read
AGENTS.md and docs/development/testing.md.
- Inspect the implementation, relevant diff, and nearby test conventions.
- Identify the smallest meaningful success, failure, boundary, platform, and
regression scenarios.
- Use the
testing subagent when useful.
- Add focused tests at the correct layer.
- Modify production code only when a minimal behavior-preserving change is
strictly required for testability.
- Run the narrowest relevant command and expand validation only when justified.
- Run coverage only when requested or materially useful.
- Report environment limits and remaining manual validation.
Do not activate or expand E2E testing unless explicitly requested.
This skill may be used independently for test backfills or gaps. During normal SDD
implementation, relevant tests are part of the Work Package's In Progress stage
and do not need to wait for owner manual validation.
Output
Report scenarios covered, files changed, commands and actual results, coverage
when collected, limitations, and a concise Conventional Commit suggestion when
the test work is independently reviewable.