NO-JIRA: Add /find-component-pattern command
Summary
Adds /find-component-pattern slash command for analyzing component usage consistency across the OpenShift Console codebase.
Features
- Component Discovery: Locates component definition and all usages across frontend
- Pattern Analysis: Groups usages by similarity (props, context, wrapper patterns)
- Inconsistency Detection: Identifies missing required props, deprecated patterns, and outliers
- Scope Filtering:
--scope=all- Search entire frontend (default)--scope=core- Core components only--scope=package:NAME- Specific package
- Recommendations: Optional prioritized guidance for standardization (via
--show-recommendationsflag)
Use Cases
- Code quality audits and consistency reviews
- Identifying bugs (missing required props)
- Planning refactoring efforts
- Understanding component usage before API changes
- Onboarding new team members to component patterns
@sg00dwin: This pull request explicitly references no jira issue.
In response to this:
Summary
Adds
/find-component-patternslash command for analyzing component usage consistency across the OpenShift Console codebase.Features
- Component Discovery: Locates component definition and all usages across frontend
- Pattern Analysis: Groups usages by similarity (props, context, wrapper patterns)
- Inconsistency Detection: Identifies missing required props, deprecated patterns, and outliers
- Scope Filtering:
--scope=all- Search entire frontend (default)--scope=core- Core components only--scope=package:NAME- Specific package- Recommendations: Optional prioritized guidance for standardization (via
--show-recommendationsflag)Use Cases
- Code quality audits and consistency reviews
- Identifying bugs (missing required props)
- Planning refactoring efforts
- Understanding component usage before API changes
- Onboarding new team members to component patterns
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.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: sg00dwin Once this PR has been reviewed and has the lgtm label, please assign rhamilto for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Walkthrough
Adds a new documentation file that documents a CLI workflow to locate and analyze usage patterns of a specified component across the OpenShift Console codebase, including syntax, scope options, phased analysis steps, prompts, examples, edge‑case handling, and performance guidance.
Changes
| Cohort / File(s) | Summary |
|---|---|
Documentation (new CLI command guide) /.claude/commands/find-component-pattern.md |
Adds a comprehensive guide describing command usage and flags (--scope, --show-recommendations), scope rules (all/core/package), a four‑phase analysis workflow (Discovery, Pattern Analysis, Reporting, Recommendations), interactive prompts, edge‑case handling, performance considerations, related standards, and multiple example workflows. |
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
- Documentation-only addition; no code or public API changes.
- Review focus: accuracy of command syntax and flags, clarity of phase workflows and examples, and correctness of scope and performance notes.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
Comment @coderabbitai help to get the list of available commands and usage tips.
@coderabbit help
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
CodeRabbit commands
These commands are invoked using PR/Issue comments.
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai evaluate custom pre-merge check --instructions <custom-checks-instructions> --name <custom-checks-title> [--mode <error|warning>]to validate the custom pre-merge checks instructions. Defaults toerrorwhen--modeis omitted.@coderabbitai ignore pre-merge checksto override pre-merge checks and get an approval on PR.@coderabbitai run pre-merge checksto run pre-merge checks on the pull request.
@coderabbitai generate docstringsto generate docstrings for this PR.@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR.@coderabbitai generate unit teststo generate unit tests for this PR.@coderabbitai resolveto resolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreor@coderabbit ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit configuration file (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- You can also validate your configuration using the online YAML validator.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Status, support, documentation and community
- Visit our status page to check the current availability of CodeRabbit.
- Create a ticket on our support page for assistance with any issues or questions.
- Visit our documentation site for detailed information on how to use CodeRabbit.
- Join our Discord community to connect with other users and get help from the community.
- Follow us on X/Twitter for updates and announcements.
@coderabbitai resolve
✅ Actions performed
Comments resolved.
@sg00dwin: all tests passed!
Full PR test history. Your PR dashboard.
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.