Full documentation available in: Portuguese Version
The QA Loop Workflow defines the quality assurance cycle within AIOX development. It ensures:
- Comprehensive test coverage
- Code quality standards
- Performance validation
- Security checks
- Accessibility compliance
- During the QA phase of story-development-cycle
- For dedicated quality review sessions
- Before release preparation
@qa- Primary quality assurance@dev- Bug fixes and improvements@architect- Architecture review
- Test Planning - Test strategy and coverage goals
- Automated Testing - Unit, integration, E2E tests
- Manual Review - Code review and exploratory testing
- Issue Tracking - Bug identification and prioritization
- Resolution - Fix implementation and verification
- All tests passing
- Linting and type checking clean
- Code coverage thresholds met
- No critical security issues
For complete details, diagrams, and step-by-step instructions, see the Portuguese documentation.