What problem does it solve?
Engineering tasks often get marked done before tests, linting, typechecks, and PR readiness are verified, leading to broken builds and incomplete features. This Skill enforces a structured end-to-end workflow so every bugfix or feature in the Blade Design System is fully implemented, tested, and review-ready.
Core Features & Use Cases
- Task Classification: Categorizes incoming work as bugfix, feature, or other, then applies the appropriate checklist.
- Bugfix Workflow: Guides debugging, fixing, adding regression tests, and creating Storybook stories for visual bugs.
- Feature Workflow: Breaks large features into subtasks, adds stories and tests, and verifies implementation.
- Code Sanity Checklist: Runs browser verification, Prettier, tests, lint, build, and typecheck on changed files, iterating until all pass.
- Use Case: A developer asks the agent to fix a broken Button component hover state. The Skill walks through reproducing the bug, fixing it, adding a regression test and story, running all sanity checks, adding a changeset, and opening a ready-for-review PR.
Quick Start
Ask the agent to perform a bugfix or feature task end-to-end in the Blade repository, such as fixing a component bug and opening a ready-for-review PR.