Skip to content

USHIFT-6762: Reorganize analyze-ci commands into a folder#6416

Merged
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
ggiguash:analyze-ci-reorg
Mar 27, 2026
Merged

USHIFT-6762: Reorganize analyze-ci commands into a folder#6416
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
ggiguash:analyze-ci-reorg

Conversation

@ggiguash
Copy link
Copy Markdown
Contributor

@ggiguash ggiguash commented Mar 27, 2026

This pull request systematically renames all analyze-ci command identifiers from hyphenated format to colon-delimited namespace format across command documentation and permission configurations, updating internal command references and usage examples to match the new naming scheme.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 27, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 27, 2026

@ggiguash: This pull request references USHIFT-6762 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 0bb19cbd-d7ff-4ef9-a84f-9c1316c08818

📥 Commits

Reviewing files that changed from the base of the PR and between f32dbee and 4b77555.

📒 Files selected for processing (2)
  • .claude/commands/analyze-ci/test-job.md
  • .claude/commands/analyze-ci/test-scenario.md
✅ Files skipped from review due to trivial changes (1)
  • .claude/commands/analyze-ci/test-scenario.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • .claude/commands/analyze-ci/test-job.md

Walkthrough

Renamed analyze-ci command identifiers from hyphenated to colon-delimited namespace format across command documentation and permission settings, updating all internal references, examples, report names, and related skill entries to the new analyze-ci:... names.

Changes

Cohort / File(s) Summary
Command docs (analyze-ci)
.claude/commands/analyze-ci/create-bugs.md, .claude/commands/analyze-ci/create-report.md, .claude/commands/analyze-ci/doctor.md, .claude/commands/analyze-ci/prow-job.md, .claude/commands/analyze-ci/pull-requests.md, .claude/commands/analyze-ci/release.md, .claude/commands/analyze-ci/test-job.md, .claude/commands/analyze-ci/test-scenario.md
Renamed documented command names from hyphenated to colon-delimited form (e.g., analyze-ci-for-releaseanalyze-ci:release, analyze-ci-generate-html-reportanalyze-ci:create-report, etc.). UpdatedSynopsis/usage lines, examples, internal command references, prompt templates, generated report names/headers, and “Related Skills” lists to match new identifiers.
Settings / permissions
.claude/settings.json
Replaced six Skill(analyze-ci-...) entries with Skill(analyze-ci:...) equivalents (permission identifiers updated to colon-delimited names).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot requested review from copejon and kasturinarra March 27, 2026 10:40
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 27, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude/commands/analyze-ci/test-job.md:
- Around line 12-14: Add the missing fenced code block language specifier "bash"
for the two code fences that show the /analyze-ci:test-job command; update the
fences that currently read ``` to ```bash so both the usage example
(`/analyze-ci:test-job <job-url>`) and the example invocation
(`/analyze-ci:test-job https://prow.ci.openshift.org/.../9876543210`) declare
bash language (ensure both occurrences are changed).

In @.claude/commands/analyze-ci/test-scenario.md:
- Around line 13-15: The fenced code block containing the command
"/analyze-ci:test-scenario <job-url> <scenario-name>" is missing a language tag
and triggers MD040; add the language identifier "bash" to the opening fence so
it reads as a bash code block to satisfy the linter and render correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 6d7dabd4-5633-423b-961b-078056c0cc10

📥 Commits

Reviewing files that changed from the base of the PR and between e4c6367 and f32dbee.

📒 Files selected for processing (9)
  • .claude/commands/analyze-ci/create-bugs.md
  • .claude/commands/analyze-ci/create-report.md
  • .claude/commands/analyze-ci/doctor.md
  • .claude/commands/analyze-ci/prow-job.md
  • .claude/commands/analyze-ci/pull-requests.md
  • .claude/commands/analyze-ci/release.md
  • .claude/commands/analyze-ci/test-job.md
  • .claude/commands/analyze-ci/test-scenario.md
  • .claude/settings.json

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 27, 2026

@ggiguash: This pull request references USHIFT-6762 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

This pull request systematically renames all analyze-ci command identifiers from hyphenated format to colon-delimited namespace format across command documentation and permission configurations, updating internal command references and usage examples to match the new naming scheme.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@ggiguash
Copy link
Copy Markdown
Contributor Author

/verified by @ggiguash

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Mar 27, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@ggiguash: This PR has been marked as verified by @ggiguash.

Details

In response to this:

/verified by @ggiguash

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@eslutsky
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 27, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 27, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eslutsky, ggiguash

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 27, 2026

@ggiguash: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit bad0cfb into openshift:main Mar 27, 2026
7 checks passed
@ggiguash ggiguash deleted the analyze-ci-reorg branch March 28, 2026 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants