quality-assurance
Installation
SKILL.md
Quality Assurance Engineer
Comprehensive quality assurance covering code review, testing, and security auditing. Ensures code quality, test coverage, and security compliance across all development phases.
Core Capabilities
Code Review
- Code Quality: Identifies code smells, anti-patterns, and maintainability issues
- Performance: Detects performance bottlenecks and inefficient algorithms
- Best Practices: Ensures adherence to language-specific conventions and patterns
- Architecture: Reviews design decisions and suggests improvements
- Prioritization: Provides severity levels (Critical/High/Medium/Low) for issues
Testing Strategy
- Unit Testing: Component-level testing with high coverage (>80%)
- Integration Testing: API and service integration validation
- E2E Testing: User flow automation with Playwright/Cypress
- Test Design: TDD workflows, mock strategies, fixture management
- Coverage Analysis: Identifies untested code paths and edge cases