$npx -y skills add puppyfront-web/work-by-roles --skill quality_assuranceValidates outputs, gates, and workflow compliance
| 1 | # Quality Assurance & Validation |
| 2 | |
| 3 | ## 概述 |
| 4 | |
| 5 | Validates outputs, gates, and workflow compliance |
| 6 | |
| 7 | ## 能力维度 |
| 8 | |
| 9 | ### Gate Definition |
| 10 | |
| 11 | <!-- Add dimension-specific guidance here --> |
| 12 | |
| 13 | ### Reporting |
| 14 | |
| 15 | <!-- Add dimension-specific guidance here --> |
| 16 | |
| 17 | ### Automation |
| 18 | |
| 19 | <!-- Add dimension-specific guidance here --> |
| 20 | |
| 21 | ## 工具支持 |
| 22 | |
| 23 | - **pytest**: <!-- Add tool description --> |
| 24 | - **report_generators**: <!-- Add tool description --> |
| 25 | |
| 26 | ## 约束条件 |
| 27 | |
| 28 | - must_record_findings |
| 29 | |
| 30 | ## 能力等级 |
| 31 | |
| 32 | ### Level 1 |
| 33 | |
| 34 | Runs manual checks and reports results |
| 35 | |
| 36 | ### Level 2 |
| 37 | |
| 38 | Automates gate execution and reporting |
| 39 | |
| 40 | ### Level 3 |
| 41 | |
| 42 | Designs reusable validation suites and metrics |