32 lines
727 B
Markdown
32 lines
727 B
Markdown
---
|
|
title: "Comprehensive Test Review"
|
|
description: "Perform thorough test review following standard checklist"
|
|
command_type: "testing"
|
|
last_updated: "2025-11-02"
|
|
related_docs:
|
|
- "./analyze-test-failures.md"
|
|
- "./test-failure-mindset.md"
|
|
---
|
|
|
|
# Comprehensive Test Review
|
|
|
|
I need to review and ensure comprehensive testing for: $ARGUMENTS
|
|
|
|
## Test Review Process
|
|
|
|
I'll perform a thorough test review following our standard checklist:
|
|
|
|
@include templates/test-checklist.md
|
|
|
|
## Additional Considerations
|
|
|
|
Beyond the standard checklist, I'll also examine:
|
|
|
|
- Test isolation and independence
|
|
- Mock usage appropriateness
|
|
- Test execution time
|
|
- Flaky test patterns
|
|
- Test naming clarity
|
|
|
|
Let me analyze the testing situation...
|