Review test cases for completeness, quality, and best practices - accepts file path or direct oc commands/test code
Analyzes OpenShift test cases for completeness, quality, and adherence to testing best practices.
/plugin marketplace add openshift-eng/ai-helpers/plugin install openshift@ai-helpers[file-path-or-test-code-or-commands]openshift:review-test-cases
/openshift:review-test-cases [file-path-or-test-code-or-commands]
The review-test-cases command provides comprehensive review of OpenShift test cases to ensure quality, completeness, and adherence to best practices. It accepts three types of input:
/path/to/test.sh or /path/to/test.go)The command analyzes test code in both oc CLI shell scripts and Ginkgo Go tests, helping QE engineers identify gaps in test coverage, improve test reliability, and ensure tests follow OpenShift testing standards.
The command analyzes test cases and provides structured feedback:
CRITICAL: All reviews MUST be evaluated against the specific standards, references, and best practices listed in the "Testing Guidelines and References" section below. Do not use generic testing advice - follow the OpenShift-specific guidelines provided.
The review follows established testing best practices from:
For Ginkgo/E2E Tests:
For oc CLI Tests:
Key Testing Standards: