Skip to content

feat: Rename plugins to domain-based names#50

Merged
jpuzz0 merged 8 commits intopatternfly:mainfrom
jpuzz0:rename-plugins-to-domain-names
Apr 7, 2026
Merged

feat: Rename plugins to domain-based names#50
jpuzz0 merged 8 commits intopatternfly:mainfrom
jpuzz0:rename-plugins-to-domain-names

Conversation

@jpuzz0
Copy link
Copy Markdown
Collaborator

@jpuzz0 jpuzz0 commented Apr 6, 2026

Summary

Closes PF-3908

  • Renames plugin directories from pf-* prefixed to descriptive, domain-based names so plugin names tell users exactly what they help with
  • Splits pf-workflow into two focused plugins: issue-management and repo-management
  • Updates marketplace configs, contributing guidelines, and auto-generated docs

Rename map

Before After
pf-react react
pf-styling design-tokens
pf-a11y a11y
pf-figma figma
pf-workflow issue-management + repo-management

Why

  • Plugin names are the first thing users see in the marketplace. pf-styling doesn't tell you what it does — design-tokens does. pf-workflow covered two unrelated domains — issue tracking and repo maintenance — so it's split into two.
  • The pf- prefix moves to the skill level where it distinguishes PatternFly-specific skills (pf-unit-test-generator) from generic ones (dependency-recommender). No skill renames in this PR.
  • This also sets up the repo for clean upstream merges into the GitLab UXD AI helpers fork — domain-based plugins let both repos contribute skills to the same plugin directory without conflicts.

Summary by CodeRabbit

  • New Features

    • Added Issue Management, Repo Management, and React plugins.
  • Updates

    • Simplified plugin names (react, design-tokens, a11y, figma, issue-management, repo-management).
    • Updated skill invocation paths to the new plugin identifiers.
    • Re-scoped and added several skills under design-tokens, issue-management, react, and repo-management.
  • Documentation

    • Updated README, PLUGINS.md, CONTRIBUTING.md/CONTRIBUTING-SKILLS.md with naming standards and install/invocation guidance.

@jpuzz0 jpuzz0 force-pushed the rename-plugins-to-domain-names branch from 5df3d13 to 954a936 Compare April 6, 2026 16:13
@jpuzz0 jpuzz0 force-pushed the rename-plugins-to-domain-names branch from 954a936 to 7d2cc76 Compare April 6, 2026 16:17
Copy link
Copy Markdown

@dlabaj dlabaj left a comment

Choose a reason for hiding this comment

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

LGTM

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 7, 2026

Warning

Rate limit exceeded

@jpuzz0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 42 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 2 minutes and 42 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b3e22490-5535-4bf4-9f8a-9c3af31611b1

📥 Commits

Reviewing files that changed from the base of the PR and between b4c3eab and 57f5d50.

📒 Files selected for processing (11)
  • PLUGINS.md
  • plugins/design-tokens/skills/pf-analyze-modifiers/SKILL.md
  • plugins/react/agents/component-structure-audit.md
  • plugins/react/skills/pf-component-structure/SKILL.md
  • plugins/react/skills/pf-component-structure/references/containers.md
  • plugins/react/skills/pf-component-structure/references/data-components.md
  • plugins/react/skills/pf-component-structure/references/navigation-toolbar.md
  • plugins/react/skills/pf-component-structure/references/page-layout.md
  • plugins/react/skills/write-example-description/SKILL.md
  • plugins/repo-management/skills/analytics-repo-pruning/scripts/analytics-repo-pruning.sh
  • scripts/generate-plugins-md.sh
📝 Walkthrough

Walkthrough

This PR renames five PatternFly-prefixed plugins to shorter domain names (pf-reactreact, pf-stylingdesign-tokens, pf-a11ya11y, pf-figmafigma), splits pf-workflow into issue-management and repo-management, and updates manifests, marketplace entries, documentation, and skill identifiers accordingly.

Changes

Cohort / File(s) Summary
Marketplace Configuration
\.claude-plugin/marketplace.json, \.cursor-plugin/marketplace.json
Renamed five plugins (removed pf- prefixes), updated source paths, and added repo-management entry.
Root Documentation
README.md, CONTRIBUTING.md, CONTRIBUTING-SKILLS.md, PLUGINS.md
Rewrote plugin references, install examples, TOC anchors, added plugin naming standard, and updated skill identifier prefixes to new plugin names.
a11y Plugin
plugins/a11y/.claude-plugin/plugin.json, plugins/a11y/.cursor-plugin/plugin.json, plugins/a11y/README.md
Renamed pf-a11ya11y; shortened description and updated install/invocation docs.
design-tokens Plugin (formerly pf-styling)
plugins/design-tokens/...
Renamed pf-stylingdesign-tokens; updated manifest description, README, and skill listings/invocation paths.
figma Plugin
plugins/figma/...
Renamed pf-figmafigma; removed PatternFly-specific phrasing from descriptions and docs.
react Plugin
plugins/react/.claude-plugin/plugin.json, plugins/react/.cursor-plugin/plugin.json, plugins/react/README.md, plugins/react/skills/.../SKILL.md
Added react manifests, updated README, and adjusted skill/agent references from /pf-react:*/react:*.
issue-management Plugin (split from pf-workflow)
plugins/issue-management/...
Added issue-management manifests and README; moved relevant skills and updated env var usage (JIRA_SITE_URLATLASSIAN_SITE_URL in quarterly-initiative-report docs).
repo-management Plugin (new, split from pf-workflow)
plugins/repo-management/...
Added repo-management manifests, README, and moved repo-focused skills; updated skill invocation prefixes.
Removed pf-workflow Plugin
plugins/pf-workflow/.claude-plugin/plugin.json, plugins/pf-workflow/.cursor-plugin/plugin.json, plugins/pf-workflow/README.md
Deleted pf-workflow plugin manifests and README, splitting responsibilities into the two new plugins.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers

  • cdcabrera
  • nicolethoen
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: Rename plugins to domain-based names' accurately describes the main objective of the changeset: renaming plugins from pf-prefixed names to domain-based names.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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.

Copy link
Copy Markdown
Contributor

@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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
plugins/react/skills/patternfly-component-structure/SKILL.md (1)

1-96: ⚠️ Potential issue | 🔴 Critical

Add required name: field to frontmatter.

The SKILL.md frontmatter is missing the required name: field. Guidelines require: "Frontmatter is required in SKILL.md with name and description. The name must match the directory name." This field controls how the skill is invoked and must be present.

Also follow the pf- prefix convention used by other PatternFly-specific skills in this plugin (pf-bug-triage, pf-unit-test-generator, etc.). The directory and name should be pf-component-structure to match the pattern.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@plugins/react/skills/patternfly-component-structure/SKILL.md` around lines 1
- 96, Add a required frontmatter "name:" field to the SKILL.md frontmatter and
set it to the PatternFly-prefixed directory name "pf-component-structure" (so
name matches the directory and follows the pf- convention); update the top YAML
block (the existing description: line) to include name: pf-component-structure
directly under the initial --- frontmatter; ensure there are both name and
description keys and no other changes to content.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@PLUGINS.md`:
- Around line 62-63: The PLUGINS.md entry for the skill
write-example-description contains a leaked YAML block scalar (">-") because the
skill's SKILL.md frontmatter has an empty or malformed description; open the
SKILL.md for the skill id write-example-description, fix the frontmatter by
replacing the block scalar with a proper non-empty description string (or remove
the empty description field), save, then re-run the docs/metadata generator that
produces PLUGINS.md so the entry is rebuilt without the raw ">-" artifact.

In `@plugins/react/README.md`:
- Line 39: Update the stale plugin invocation string: locate the occurrence of
"/pf-react:pf-library-test-writer" in the README and replace it with the new
plugin name "/react:pf-library-test-writer" so the skill invocation matches the
renamed plugin; ensure any other occurrences of the old prefix "pf-react:" are
similarly updated to "react:" to keep references consistent.

---

Outside diff comments:
In `@plugins/react/skills/patternfly-component-structure/SKILL.md`:
- Around line 1-96: Add a required frontmatter "name:" field to the SKILL.md
frontmatter and set it to the PatternFly-prefixed directory name
"pf-component-structure" (so name matches the directory and follows the pf-
convention); update the top YAML block (the existing description: line) to
include name: pf-component-structure directly under the initial --- frontmatter;
ensure there are both name and description keys and no other changes to content.
🪄 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e5092b82-3762-42bd-89a6-d46478c592f3

📥 Commits

Reviewing files that changed from the base of the PR and between e0b1a67 and 37f1f6f.

📒 Files selected for processing (80)
  • .claude-plugin/marketplace.json
  • .cursor-plugin/marketplace.json
  • CONTRIBUTING-SKILLS.md
  • CONTRIBUTING.md
  • PLUGINS.md
  • README.md
  • plugins/a11y/.claude-plugin/plugin.json
  • plugins/a11y/.cursor-plugin/plugin.json
  • plugins/a11y/README.md
  • plugins/design-tokens/.claude-plugin/plugin.json
  • plugins/design-tokens/.cursor-plugin/plugin.json
  • plugins/design-tokens/README.md
  • plugins/design-tokens/skills/css-var-analyzer/SKILL.md
  • plugins/design-tokens/skills/css-var-analyzer/css-var-analyzer.js
  • plugins/design-tokens/skills/css-var-analyzer/format-css-report.js
  • plugins/design-tokens/skills/css-var-analyzer/scripts/analyze-css-vars.sh
  • plugins/design-tokens/skills/pf-analyze-modifiers/SKILL.md
  • plugins/design-tokens/skills/pf-raw-colors-scan/SKILL.md
  • plugins/design-tokens/skills/pf-token-auditor/SKILL.md
  • plugins/design-tokens/skills/pf-token-auditor/token-reference.md
  • plugins/design-tokens/skills/pf-tokens/SKILL.md
  • plugins/figma/.claude-plugin/plugin.json
  • plugins/figma/.cursor-plugin/plugin.json
  • plugins/figma/README.md
  • plugins/figma/skills/figma-changes/README.md
  • plugins/figma/skills/figma-changes/SKILL.md
  • plugins/figma/skills/figma-changes/examples/.figma-sync-cache.json
  • plugins/figma/skills/figma-changes/examples/sample-output.md
  • plugins/figma/skills/figma-changes/examples/token-mappings.json
  • plugins/figma/skills/figma-changes/references/figma-api-guide.md
  • plugins/figma/skills/figma-changes/references/template-changelog.md
  • plugins/figma/skills/figma-changes/references/template-detailed-report.md
  • plugins/figma/skills/figma-changes/references/template-release-notes.md
  • plugins/figma/skills/figma-changes/references/troubleshooting.md
  • plugins/figma/skills/figma-changes/references/validation-checklists.md
  • plugins/figma/skills/figma-changes/report-templates.md
  • plugins/figma/skills/figma-changes/scripts/compare-tokens.js
  • plugins/figma/skills/figma-changes/scripts/compare-tokens.sh
  • plugins/figma/skills/figma-changes/scripts/extract-figma-file-key.sh
  • plugins/figma/skills/figma-changes/scripts/figma-sync.sh
  • plugins/issue-management/.claude-plugin/plugin.json
  • plugins/issue-management/.cursor-plugin/plugin.json
  • plugins/issue-management/README.md
  • plugins/issue-management/skills/duplicate-epic/SKILL.md
  • plugins/issue-management/skills/duplicate-epic/scripts/duplicate_epic.sh
  • plugins/issue-management/skills/pf-create-issue/EXAMPLE.md
  • plugins/issue-management/skills/pf-create-issue/README.md
  • plugins/issue-management/skills/pf-create-issue/SKILL.md
  • plugins/issue-management/skills/quarterly-initiative-report/SKILL.md
  • plugins/pf-workflow/.claude-plugin/plugin.json
  • plugins/pf-workflow/.cursor-plugin/plugin.json
  • plugins/pf-workflow/README.md
  • plugins/react/.claude-plugin/plugin.json
  • plugins/react/.cursor-plugin/plugin.json
  • plugins/react/README.md
  • plugins/react/agents/component-structure-audit.md
  • plugins/react/agents/pf-coding-standards.md
  • plugins/react/agents/pf-unit-test-standards.md
  • plugins/react/skills/icon-finder/SKILL.md
  • plugins/react/skills/patternfly-component-structure/SKILL.md
  • plugins/react/skills/patternfly-component-structure/references/containers.md
  • plugins/react/skills/patternfly-component-structure/references/data-components.md
  • plugins/react/skills/patternfly-component-structure/references/navigation-toolbar.md
  • plugins/react/skills/patternfly-component-structure/references/page-layout.md
  • plugins/react/skills/pf-bug-triage/SKILL.md
  • plugins/react/skills/pf-bug-triage/reference.md
  • plugins/react/skills/pf-class-migration-scanner/SKILL.md
  • plugins/react/skills/pf-import-checker/SKILL.md
  • plugins/react/skills/pf-library-test-writer/SKILL.md
  • plugins/react/skills/pf-project-scaffolder/SKILL.md
  • plugins/react/skills/pf-unit-test-generator/SKILL.md
  • plugins/react/skills/write-example-description/SKILL.MD
  • plugins/repo-management/.claude-plugin/plugin.json
  • plugins/repo-management/.cursor-plugin/plugin.json
  • plugins/repo-management/README.md
  • plugins/repo-management/skills/analytics-repo-pruning/SKILL.md
  • plugins/repo-management/skills/analytics-repo-pruning/reference.md
  • plugins/repo-management/skills/analytics-repo-pruning/scripts/analytics-repo-pruning.sh
  • plugins/repo-management/skills/dependency-recommender/SKILL.md
  • plugins/repo-management/skills/pf-org-version-update/SKILL.md
💤 Files with no reviewable changes (3)
  • plugins/pf-workflow/README.md
  • plugins/pf-workflow/.claude-plugin/plugin.json
  • plugins/pf-workflow/.cursor-plugin/plugin.json

Comment thread PLUGINS.md Outdated
Comment thread plugins/react/README.md Outdated
@jpuzz0 jpuzz0 merged commit ae99e2e into patternfly:main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants