What problem does it solve?
Modernizing UI components in the Podman Desktop Design System initiative involves many coordinated steps: drafting GitHub subtask issues, applying a Storybook HMR patch, researching usage sites, updating tests, and verifying themes. This Skill provides a repeatable end-to-end workflow so nothing is missed.
Core Features & Use Cases
- Subtask Issue Drafting: Generates ready-to-file GitHub issue templates for Storybook stories and component modernization tasks, with correct labels and parent references.
- Storybook HMR Patch Workflow: Applies and later reverts a local patch so Storybook hot-reloads when UI component source files change.
- Structured Modernization Steps: Enforces a proven order: stories first, rebuild the ui-svelte package, modernize the component, update tests, then verify across all four themes.
- Use Case: When starting work on modernizing a component like ProgressBar, use this Skill to draft the two subtask issues, apply the HMR patch, and follow the reference implementation patterns for Tailwind v4, color tokens, and accessibility.
Quick Start
Start the component modernization workflow for the Button component and draft its two GitHub subtask issues.