You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clones an allowed OpenShift operator repository by short name into the current directory.
55
+
56
+
```shell
57
+
/oape:init cert-manager-operator
58
+
```
59
+
52
60
### `/oape:api-generate` -- Generate API Types from Enhancement Proposal
53
61
54
62
Reads an OpenShift enhancement proposal PR, extracts the required API changes, and generates compliant Go type definitions in the correct paths of the current OpenShift operator repository.
@@ -73,31 +81,48 @@ Reads an OpenShift enhancement proposal PR, extracts the required implementation
### `/oape:review` -- Code Review Against Jira Requirements
93
+
94
+
Performs a production-grade code review that verifies code changes against Jira requirements.
89
95
90
-
Generates test scenarios, step-by-step execution with `oc` commands, and e2e Go code for [openshift/zero-trust-workload-identity-manager](https://github.com/openshift/zero-trust-workload-identity-manager) PRs. See [plugins/oape/ztwim-test-generator/README.md](plugins/oape/ztwim-test-generator/README.md) for full docs.
96
+
```shell
97
+
/oape:review OCPBUGS-12345
98
+
/oape:review OCPBUGS-12345 origin/release-4.15
99
+
```
100
+
101
+
### `/oape:implement-review-fixes` -- Apply Fixes from Review Report
91
102
92
-
**Single command (all artifacts):**
103
+
Automatically applies code fixes from a review report.
**Individual commands:**`/oape:ztwim-generate-from-pr`, `/oape:ztwim-generate-execution-steps`, `/oape:ztwim-generate-e2e-from-pr` (each with a PR URL).
0 commit comments