Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:58 +08:00
commit 5007abf04b
89 changed files with 44129 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
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...