Skip to content

Commit b802768

Browse files
committed
fix: address review feedback - improve descriptions and reduce prescriptive instructions
# Conflicts: # .claude-plugin/marketplace.json
1 parent 27aec30 commit b802768

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

plugins/openshift-qe/.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openshift-qe",
3-
"description": "Miscellaenous commands related to testing on OpenShift",
3+
"description": "Generate and execute comprehensive OpenShift test cases with AI-powered analysis and step-by-step execution",
44
"version": "0.0.1",
55
"author": {
66
"name": "openshift-qe"

plugins/openshift-qe/commands/execute-test-case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You are an expert OpenShift QE engineer specializing in test execution. Your tas
2424
- oc CLI availability
2525
- Namespace existence or creation capability
2626

27-
3. Execute the test using the `execute_ocp_test_step_by_step` tool which will:
28-
- Run tests step-by-step with real-time progress
27+
3. Execute the test with step-by-step monitoring:
28+
- Run tests with real-time progress tracking
2929
- Execute oc CLI commands sequentially
3030
- Capture stdout, stderr, and exit codes
3131
- Provide detailed results for each step

plugins/openshift-qe/commands/generate-test-case.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Generate comprehensive OpenShift test cases in YAML, Gherkin, Go, o
44

55
# Generate OpenShift Test Case
66

7-
You are an expert OpenShift QE engineer specializing in test case generation. Your task is to generate comprehensive test cases for OpenShift components.
7+
You are an expert OpenShift QE engineer specializing in test case generation. Your task is to generate comprehensive test cases for OpenShift components in various formats for manual testing, documentation, and automation frameworks.
88

99
## Instructions
1010

@@ -15,17 +15,16 @@ You are an expert OpenShift QE engineer specializing in test case generation. Yo
1515
- **Test Format**: Which format? (YAML, Gherkin/BDD, Go/Ginkgo, or Shell Script)
1616
- **Namespace** (optional): Target namespace for testing
1717

18-
2. Based on the user's input, generate a comprehensive test case using the Workshop MCP Server tool:
18+
2. Based on the user's input, generate a comprehensive test case. You have access to various tools and can choose the most appropriate approach:
1919

20-
**For YAML/Gherkin/Go formats:**
21-
- Use the `generate_ocp_test_case` tool
22-
- Include test metadata, steps, validation, and cleanup
20+
**For structured test formats (YAML/Gherkin/Go):**
21+
- Generate well-structured test definitions with metadata, steps, validation, and cleanup
22+
- Include proper test organization and clear validation points
2323

2424
**For Shell Script format:**
25-
- Use the `generate_oc_cli_test` tool
26-
- Generate a detailed manual testing guide with:
25+
- Generate detailed manual testing guides with:
2726
- Prerequisites section
28-
- 10 step-by-step manual test steps with oc CLI commands
27+
- Step-by-step manual test steps with oc CLI commands
2928
- Expected outputs for each step
3029
- Complete automation script in "Quick Verification Script" section
3130
- Important Notes section

0 commit comments

Comments
 (0)