UltraQA
Skill Verifiziert AktivQA cycling workflow - test, verify, fix, repeat until goal met
To provide an automated, persistent QA cycling workflow that ensures code quality goals are met without continuous manual oversight.
Funktionen
- Autonomous QA cycling workflow
- Automated goal parsing (tests, build, lint, typecheck, custom)
- Multi-agent orchestration for diagnosis and fixing
- Iterative execution with cycle limits and early exit conditions
- State tracking and cancellation support
Anwendungsfälle
- Automating repetitive QA cycles in development
- Ensuring build and test suites pass before deployment
- Continuously improving code quality through automated fixing
- Running complex verification tasks autonomously
Nicht-Ziele
- Performing manual QA testing
- Replacing developer-specific debugging tools
- Handling environment setup or dependency installation
Workflow
- Parse goal from arguments (tests, build, lint, typecheck, custom).
- Execute verification based on the goal type.
- Check the result: if successful, exit; otherwise, proceed.
- Spawn an architect agent to diagnose the failure.
- Apply recommended fixes using an executor agent.
- Repeat the cycle up to a maximum of 5 times or until specific exit conditions are met.
Praktiken
- Autonomous agent workflow design
- QA automation
- Error handling and recovery
- State management
Voraussetzungen
- Claude Code CLI
- Claude Max/Pro subscription or Anthropic API key
- tmux installed
- Project with standard build/test commands
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Telegram Crabbox E2e Proof
100Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Acp Router
100Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Agent Browser
100Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.
Swarm Orchestration
100Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.