qa-validation-workflow

Operates the winch and/or crane hoist mechanism to lift the cow during the procedure.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/feliperyba/ralph-orchestra --skill qa-validation-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-validation-workflow
Source: https://github.com/feliperyba/ralph-orchestra/tree/main/.claude/skills/qa-validation-workflow
Command: npx skills add https://github.com/feliperyba/ralph-orchestra --skill qa-validation-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA validation is often manual and error-prone during code reviews. This skill automates the end-to-end QA workflow to ensure changes meet quality gates before integration.

Core Features & Use Cases

  • Validation Pipeline: Type checking, linting, unit tests, test coverage checks, and mandatory E2E/browser tests.
  • Worktree Safeguards: Enforces correct worktree usage to prevent cross-branch validation.
  • Guardrails & Documentation: Provides explicit rules and guidance to ensure reproducible validation.

Quick Start

Run the QA validation workflow to validate the agent's worktree and execute mandatory E2E tests.

Frequently Asked Questions about qa-validation-workflow

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

FAQPage Schema
How do I automate end-to-end QA validation for agent code implementations?

You can automate QA validation by orchestrating type-checking, linting, unit tests, coverage checks, and mandatory browser-based E2E tests across worktrees. This enforces deterministic quality gates and explicit test execution order to prevent regressions before merging code implementations.

How do I enforce mandatory E2E browser tests in a CI pipeline?

To enforce mandatory E2E browser tests in a CI pipeline, configure a validation workflow with explicit test gates and step-by-step execution order. This ensures browser-based tests act as deterministic quality guards before code review cycles advance to merge.

What is the best way to prevent cross-branch validation errors in worktrees?

Preventing cross-branch validation errors in worktrees requires applying explicit worktree safeguards during the QA process. Enforcing correct worktree usage isolates type-checking, linting, and E2E tests to the proper branch, ensuring reproducible validation before integration.

Does automated QA validation work for agent development tasks?

Automated QA validation works for agent development tasks by applying deterministic checks and explicit test gates to the agent's worktree. It orchestrates type-checking, unit tests, coverage validation, and browser-based E2E tests to ensure code meets quality standards before merging.

What steps are needed to run type checking and linting before unit tests?

Running type checking and linting before unit tests requires a validation pipeline with a strict step-by-step execution order. This sequence ensures code compliance is verified deterministically before executing deeper functional checks like coverage validation and E2E tests.