with one click
figma-changes
Diff Figma designs to identify what changed and generate code update checklists. Use when syncing code with updated designs or reviewing what changed between iterations. Requires Figma MCP.
Menu
Diff Figma designs to identify what changed and generate code update checklists. Use when syncing code with updated designs or reviewing what changed between iterations. Requires Figma MCP.
Summarize GitHub pull requests awaiting your review with status, age, and priority. Use when triaging your review queue, prioritizing code reviews, or checking what PRs need attention.
Identify PatternFly icons in Figma mockups and provide the correct React import statements. Use when implementing a design from Figma, verifying icon usage in a prototype, or finding the correct icon imports for React components. Requires Figma MCP.
Find Red Hat Design System icons (@rhds/icons) by keyword or use case with visual previews. Use when choosing an icon for a UI element or looking up available icons.
Apply Red Hat's AI design language to AI-powered features — chatbots, assistants, generation UIs. Use when building AI experiences that should follow Red Hat brand and UX patterns.
Check Figma designs against PatternFly v6 standards for colors, typography, spacing, and component usage. Use when validating a design before handoff, auditing existing mockups for compliance, or reviewing design token usage. Requires Figma MCP.
Create and edit Figma design files using PatternFly-approved component libraries. Use when building, updating, or restructuring Figma frames and components. Requires Figma MCP.
| name | figma-changes |
| description | Diff Figma designs to identify what changed and generate code update checklists. Use when syncing code with updated designs or reviewing what changed between iterations. Requires Figma MCP. |
| version | 3.1.0 |
Track Figma design updates and generate code checklists for PatternFly.
FIGMA_CHANGELOG.md - Internal design team changelog with all updates RELEASE_NOTES.md - Consumer-facing release notes figma-updates-[date].md - Detailed checklist with token changes
See report-templates.md for full template examples.
For each component update, focus on:
Assign each update one of three statuses:
✅ Design-only - Figma documenting what's already in code ⚠️ Code update needed - Design is ahead of code 🔍 Needs verification - Unclear if code matches design
Check if there's a related GitHub issue
Compare design tokens with code
Check recent git commits (last 2 weeks)
See references/troubleshooting.md for detailed decision tree and automation commands.
Include:
Create token comparison tables:
| ✓ | Token | Current | New | Where Used |
|---|---|---|---|---|
| [ ] | --pf-c-button--BackgroundColor | #0066CC | #004080 | Button background |
List files that need updating:
Button.scss - Update color tokensButton.md - Update documentationButton.test.tsx - Update snapshotsBe Specific - Use exact token names and values Link Everything - Figma, PatternFly.org, GitHub Prioritize - High (breaking, a11y), Medium (updates), Low (docs) Note Context - Always include the Figma page/section
Code Update Needed:
### Button - 2026-03-16
**Status**: ⚠️ Code update needed
**By**: Sarah Designer | **Page**: Component Library
Primary button color updated for better accessibility (WCAG AA).
Token: `--pf-c-button--m-primary--BackgroundColor`
Change: `#0066CC` → `#004080`
Design-Only:
### Card - 2026-03-10
**Status**: ✅ Design-only
**Related**: Issue #915 (closed)
Figma updated to match PatternFly 6.0.0. No code changes needed.