EngineeringPROPRO REQUIREDQAS-001
QA Strategy Claw
qa-strategy-claw
v0.1.0May 25, 2026QA test strategy, planning, and quality engineering — test architecture, coverage analysis, and quality metrics
Quantitative quality assurance strategy agent. Covers test architecture design, coverage gap analysis, quality metrics dashboards, and continuous improvement roadmaps for engineering teams.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
8 compatible tools5 output formats
When to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- test pyramid balanced
- coverage thresholds defined
- ci integration verified
4 GATES DEFINED
Expected Outputs
Test Strategy DocumentTest Coverage ReportQuality Gate ConfigurationPerformance Test ResultsReliability Scorecard
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/qa-strategy-claw/SKILL.mdhermes/skills/flickclaw/qa-strategy-claw/references/workflow.mdhermes/skills/flickclaw/qa-strategy-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/qa-strategy-claw/SKILL.mdclaude-code/.claude/skills/qa-strategy-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/qa-strategy-claw/codex.mdcodex/.flickclaw/agents/qa-strategy-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-qa-strategy-claw.mdccursor/.cursor/rules/flickclaw-qa-strategy-claw-workflow.mdccursor/.cursor/rules/flickclaw-qa-strategy-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-qa-strategy-claw.mdwindsurf/.windsurf/rules/flickclaw-qa-strategy-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-qa-strategy-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install qa-strategy-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with QA Strategy Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce Test Strategy Document, Test Coverage Report, Quality Gate Configuration.Example Output
IllustrativeWhat a typical QA Strategy Claw report looks like:
# QA Strategy Claw — Assessment Report **Project**: data-pipeline **Context**: an ETL pipeline processing 2M events/hour with PostgreSQL and Redis **Generated**: 2026-06-10 ## Executive Summary The QA Strategy Claw completed its review of data-pipeline (an ETL pipeline processing 2M events/hour with PostgreSQL and Redis). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Performance | N+1 queries in batch processing loop | Use eager loading with batch size 500 | | 2 | **P1** | Architecture | Tight coupling between extract and transform | Introduce event queue with dead letter handling | | 3 | **P2** | Testing | No integration tests for Redis failover | Add chaos test with Redis connection drop | ## Quality Gates - [✓] no_fake_claims - [✓] test_pyramid_balanced - [✓] coverage_thresholds_defined ## Outputs Generated - **Test Strategy Document**: Included in the report above. - **Test Coverage Report**: Included in the report above. - **Quality Gate Configuration**: Included in the report above. - **Performance Test Results**: Included in the report above. - **Reliability Scorecard**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*
RELATED AGENTS