What problem does it solve?
This Skill automates the process of testing software features against acceptance criteria, identifying bugs, and performing security audits to ensure quality and robustness.
Core Features & Use Cases
- Feature Testing: Verifies that new features meet all specified acceptance criteria and edge cases.
- Bug Detection: Identifies and documents defects with severity and steps to reproduce.
- Security Auditing: Performs a red-team style security review to uncover vulnerabilities like injection flaws and authorization issues.
- Regression Testing: Ensures that existing functionality remains intact after changes.
- Use Case: After a new user authentication module is developed, this Skill can be triggered to thoroughly test its security, functionality, and ensure it doesn't break existing login flows.
Quick Start
Run the dev-qa skill to test the new user profile feature.