What problem does it solve?
Ensures that newly implemented features meet all acceptance criteria, are free of bugs, and pass a thorough security audit before release.
Core Features & Use Cases
- Comprehensive Testing: Reads the feature spec, runs manual functional tests across iPhone and iPad simulators, and verifies all acceptance criteria and edge cases.
- Security Red‑Team Audit: Performs authentication, authorization, input injection, rate‑limiting, and secret leakage checks from an attacker’s perspective.
- Regression & Bug Management: Executes regression tests on related features, creates detailed GitHub issues for every bug found, and updates project context with learnings.
Quick Start
Invoke the QA skill with the command /qa <feature-spec-path> to begin testing and security auditing of the feature.