Skip to content

chore(plugins): rename design-tokens to design-foundations, relocate skills#59

Merged
jpuzz0 merged 1 commit intopatternfly:mainfrom
jpuzz0:broaden-design-tokens
Apr 20, 2026
Merged

chore(plugins): rename design-tokens to design-foundations, relocate skills#59
jpuzz0 merged 1 commit intopatternfly:mainfrom
jpuzz0:broaden-design-tokens

Conversation

@jpuzz0
Copy link
Copy Markdown
Collaborator

@jpuzz0 jpuzz0 commented Apr 17, 2026

Summary

  • Broaden design-tokens plugin to design-foundations to cover all design system primitives (tokens, icons, colors, spacing)
  • Relocate skills to their correct domain plugins based on decision tests:
    • icon-finder → design-foundations (searches @rhds/icons, not a React component)
    • pf-class-migration-scanner → design-foundations (scans CSS classes/tokens, same domain as pf-analyze-modifiers)
    • pf-bug-triage → issue-management (triages issues, doesn't write/test components)

Resolves PF-4023

Summary by CodeRabbit

  • Chores

    • Renamed the design-tokens plugin to design-foundations with expanded scope to include tokens, icons, colors, and spacing.
    • Updated all plugin manifests, marketplace entries, and command prefixes (e.g., /design-tokens:/design-foundations:).
  • Documentation

    • Updated contributing guides and plugin documentation to reflect the design-foundations naming and broadened functionality.

@jpuzz0 jpuzz0 requested a review from bekah-stephens April 17, 2026 15:14
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@jpuzz0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 34 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 18 minutes and 34 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 18e3e5e9-74d7-432b-adf2-a17f1bba5982

📥 Commits

Reviewing files that changed from the base of the PR and between 257b2e7 and 44471dc.

📒 Files selected for processing (23)
  • .claude-plugin/marketplace.json
  • .cursor-plugin/marketplace.json
  • CONTRIBUTING-SKILLS.md
  • CONTRIBUTING.md
  • PLUGINS.md
  • README.md
  • plugins/design-foundations/.claude-plugin/plugin.json
  • plugins/design-foundations/.cursor-plugin/plugin.json
  • plugins/design-foundations/README.md
  • plugins/design-foundations/skills/css-var-analyzer/SKILL.md
  • plugins/design-foundations/skills/css-var-analyzer/css-var-analyzer.js
  • plugins/design-foundations/skills/css-var-analyzer/format-css-report.js
  • plugins/design-foundations/skills/css-var-analyzer/scripts/analyze-css-vars.sh
  • plugins/design-foundations/skills/icon-finder/SKILL.md
  • plugins/design-foundations/skills/pf-analyze-modifiers/SKILL.md
  • plugins/design-foundations/skills/pf-class-migration-scanner/SKILL.md
  • plugins/design-foundations/skills/pf-raw-colors-scan/SKILL.md
  • plugins/design-foundations/skills/pf-token-auditor/SKILL.md
  • plugins/design-foundations/skills/pf-token-auditor/token-reference.md
  • plugins/design-foundations/skills/pf-tokens/SKILL.md
  • plugins/issue-management/skills/pf-bug-triage/SKILL.md
  • plugins/issue-management/skills/pf-bug-triage/reference.md
  • plugins/repo-management/skills/semantic-release-troubleshooting/SKILL.md

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: String must contain at most 250 character(s) at "tone_instructions"
⚙️ Configuration instructions
  • 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

Walkthrough

This PR renames the "design-tokens" plugin to "design-foundations", updates its source path and description to reflect broader scope (tokens, icons, colors, spacing), and reorganizes related skills across namespaces. Updates occur across marketplace configs, documentation, and plugin manifests.

Changes

Cohort / File(s) Summary
Marketplace & Plugin Manifests
.claude-plugin/marketplace.json, .cursor-plugin/marketplace.json, plugins/design-foundations/.claude-plugin/plugin.json, plugins/design-foundations/.cursor-plugin/plugin.json
Updated plugin name from design-tokens to design-foundations, source path from ./plugins/design-tokens to ./plugins/design-foundations, and expanded description scope to include tokens, icons, colors, and spacing.
Contributing Guides
CONTRIBUTING.md, CONTRIBUTING-SKILLS.md
Updated plugin naming examples and taxonomy table entries from design-tokens to design-foundations with expanded scope descriptions.
Plugin Documentation
PLUGINS.md, README.md, plugins/design-foundations/README.md
Renamed design-tokens section to design-foundations, updated skill namespaces (/design-tokens:*/design-foundations:*), relocated icon-finder and pf-class-migration-scanner from react to design-foundations, and moved pf-bug-triage to issue-management.
Skill Documentation
plugins/design-foundations/skills/pf-analyze-modifiers/SKILL.md
Updated command examples to use /design-foundations:pf-analyze-modifiers instead of /design-tokens:pf-analyze-modifiers.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • lboehling
🚥 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 clearly summarizes the main changes: renaming the design-tokens plugin to design-foundations and relocating associated skills to appropriate domains.
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.

@jpuzz0 jpuzz0 mentioned this pull request Apr 17, 2026
6 tasks
@jpuzz0 jpuzz0 force-pushed the broaden-design-tokens branch 2 times, most recently from 67c1d00 to 257b2e7 Compare April 17, 2026 15:23
@jpuzz0 jpuzz0 changed the title PF-4023: rename design-tokens to design-foundations, relocate skills chore(plugins): rename design-tokens to design-foundations, relocate skills Apr 17, 2026
@jpuzz0
Copy link
Copy Markdown
Collaborator Author

jpuzz0 commented Apr 17, 2026

@coderabbitai full review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 17, 2026

✅ Actions performed

Full review triggered.

…skills

Rename plugin directory and update all references. Move icon-finder
and pf-class-migration-scanner to design-foundations, pf-bug-triage
to issue-management, semantic-release-troubleshooting to
repo-management. Remove empty pf-workflow plugin.
@jpuzz0 jpuzz0 force-pushed the broaden-design-tokens branch from 257b2e7 to 44471dc Compare April 20, 2026 16:07
@jpuzz0 jpuzz0 merged commit d3c981d into patternfly:main Apr 20, 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.

1 participant