From dh
Reviews test suites for coverage, isolation, mock usage, naming conventions, and completeness using checklist for 80%+ coverage, AAA pattern, mock correctness, type safety, and best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dh:comprehensive-test-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform thorough test review for the specified test files or directories.
Perform thorough test review for the specified test files or directories.
Coverage Requirements:
Test Quality:
Mocking Standards:
Type Safety:
Beyond the standard checklist:
{test command from language manifest}Provide findings in this structure:
## Test Review Summary
### Coverage Analysis
- Overall: X%
- Critical modules: Y%
- Gaps identified: [list]
### Quality Issues
**HIGH Priority:**
- [Issue with location and fix]
**MEDIUM Priority:**
- [Issue with recommendation]
**LOW Priority:**
- [Minor improvements]
### Recommendations
1. [Prioritized action items]
npx claudepluginhub jamie-bitflight/claude_skills --plugin dhReviews pytest test suites for coverage, isolation, mock usage, naming conventions, and completeness using checklists and coverage reports.
Reviews pytest test suites for coverage, isolation, mock usage, naming, AAA pattern adherence, and completeness using checklist and coverage analysis.
Reviews test files for bug-catching quality, grading on six dimensions like assertion depth, input coverage, mock health with actionable scorecard.