dev-qa-workflow

Orchestrates development and QA pipelines with Codex review and Playwright browser testing.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/adampaulwalker/dev-qa-workflow --skill dev-qa-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-qa-workflow
Source: https://github.com/adampaulwalker/dev-qa-workflow/tree/main
Command: npx skills add https://github.com/adampaulwalker/dev-qa-workflow --skill dev-qa-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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>'.

Frequently Asked Questions about dev-qa-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review and browser-based testing in a single pipeline?

You can automate code review and browser-based testing by orchestrating a dev and QA pipeline that uses AI for architecture review and Playwright for functional testing, running automatically after development.

What is an automated dev and QA pipeline with AI-driven architecture?

An automated dev and QA pipeline with AI-driven architecture orchestrates multi-phase development workflows where an AI agent plans and reviews code, followed by automated browser testing to ensure quality before deployment.

Does the automated QA pipeline integrate with Playwright for real browser testing?

Yes, the automated QA pipeline integrates with Playwright to execute real browser-based functional testing, capturing screenshots and logs to validate code quality through real-world testing scenarios.

How do I run an automated feedback loop when QA testing fails?

You can run an automated feedback loop on failure by re-triggering the cycle of dev fixes, AI code review, and QA testing, which automatically reruns up to three times to catch and resolve issues.

Can I use Codex as an AI reviewer for automated code review?

Yes, you can use Codex as an AI reviewer and architect within the development pipeline to ensure code implementations adhere to design specifications and quality standards.

What are the limitations of automated dev and QA orchestration?

A limitation of automated dev and QA orchestration is the feedback loop cap, which reruns the cycle of development, AI review, and testing a maximum of three times before halting on unresolved failures.