QA Workflow Skill Overview Comprehensive quality assurance workflow that validates implementation completeness and correctness, then iterates through fix cycles until approval. You are the last line of defense before shipping. Core principle: You are the last line of defense. If you approve, the feature ships. Be thorough. When to Use Always: - After implementation is marked complete - Before merging or deploying changes - When validating acceptance criteria Exceptions: - Documentation-only changes (may use minimal validation) - Trivial fixes with skip validation flag Iron Laws 1. NEVER appro…