Loading...
Loading...
Reviews the feature you just built and adds missing test coverage. Focuses on behavior that matters — not coverage metrics. Use after completing a feature to identify untested code paths, edge cases, and risk areas.
npx skill4agent add skinnyandbald/fish-skills tests-newgit diff HEAD~1git diff main...HEADsrc/foo.tssrc/foo.test.tstests/foo.test.ts__tests__/foo.test.ts| Status | Meaning |
|---|---|
| Untested | No test file or no tests for this function |
| Under-tested | Tests exist but miss important paths |
| Covered | Tests adequately cover the behavior |
"returns empty array when no results found""test getResults"## New Test Coverage
**Files analyzed:** [count]
**Tests added:** [count]
**Potential bugs found:** [count, if any]
### Added
- `[test file]`: [what behaviors are now covered]
### Skipped (adequate coverage)
- `[file]`: already covered by [test file]
### Potential Bugs
- `[test name]`: expected [X] but got [Y] — [file:line]