What problem does it solve?
This Skill automates the entire development and quality assurance pipeline, ensuring code is built, reviewed by an AI architect, and rigorously tested in a real browser before deployment. It creates a robust feedback loop to catch and fix issues early.
Core Features & Use Cases
- End-to-End Orchestration: Manages a multi-phase workflow from initial coding to final QA.
- AI-Driven Review: Uses Codex as an architect and reviewer, ensuring adherence to design and quality standards.
- Real Browser Testing: Integrates with
/qa-test skill for functional browser testing with Playwright, capturing screenshots and logs.
- Automated Feedback Loop: Reruns the cycle (dev fix, Codex review, QA test) on failure up to three times.
- Use Case: A developer can initiate this skill with a task description (e.g., "Implement dark mode toggle on settings page"). The skill will then orchestrate the entire process, from Codex planning to dev implementation, Codex review, and QA testing, providing a final pass/fail status.
Quick Start
Use the dev-qa skill to implement a new feature by running '/dev-qa <task-description>'.