What problem does it solve?
This Skill automates the creation of comprehensive QA request messages by analyzing code changes, classifying them, and generating relevant checkpoints, streamlining the pre-QA communication process.
Core Features & Use Cases
- Automated Change Detection: Identifies modified files using
git diff.
- Intelligent Classification: Categorizes changes into CSS/Style, Components, Services/Utilities, Configuration, or Documentation.
- Dynamic Checkpoint Generation: Selects relevant QA checks based on the type of code modified (e.g., CSS, components, specific files like
openai.js).
- Standardized Message Formatting: Outputs a ready-to-use QA request message in a clear, copy-paste friendly format.
- Use Case: After making several CSS and component updates, this Skill generates a QA message that includes specific checks for styling and component integrity, along with general build and lint checks.
Quick Start
Run the qa skill to generate a QA message based on the current git diff.