# QA Orchestrator

> Orchestrate multi-step change workflows (search, analyze, propose, implement, verify) with explicit evidence and gate checks.

- Skill: `pilinux/qa-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pilinux/qa-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pilinux/qa-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: pilinux (https://skillmd.com/u/pilinux)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pilinux/qa-orchestrator

---


# QA Orchestrator

## When to Use

- Complex tasks that require multiple evidence-backed steps and human approval between stages.

## Workflow

1. **Locate:** `source-search` / `code-navigation`
2. **Understand:** `file-reader` / `explain-code`
3. **Simulate:** `safe-edit-simulator` (dry-run + risk checklist)
4. **Implement:** `patch-applier` + `code-formatter` (after approval)
5. **Verify:** `test-runner`, `linter-runner`, `static-analysis`

## Rules

- Keep each step small and reviewable; require explicit user approval for destructive or high-risk changes.
- Provide `path:line` evidence for key claims.

## Output

- Step-by-step results (numbered).
- Evidence for decisions with `path:line` citations.
- Next action and required approvals.

## Related Skills

- `safe-edit-simulator`, `patch-applier`, `test-runner`

