EngineeringPROPRO REQUIREDFC-ENG-018
Testing Claw
testing-claw
Testing strategy: unit, integration, e2e, property-based, and mutation testing frameworks.
Testing Claw creates comprehensive testing strategies with unit, integration, end-to-end, property-based, and mutation testing frameworks.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
OpenClaw is the default target. Cursor example below.
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 explicit gate list for this agent in the current dataset.
4 GATES DEFINED
Expected Outputs
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/testing-claw/SKILL.mdhermes/skills/flickclaw/testing-claw/references/workflow.mdhermes/skills/flickclaw/testing-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/testing-claw/SKILL.mdclaude-code/.claude/skills/testing-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/testing-claw/codex.mdcodex/.flickclaw/agents/testing-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-testing-claw.mdccursor/.cursor/rules/flickclaw-testing-claw-workflow.mdccursor/.cursor/rules/flickclaw-testing-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-testing-claw.mdwindsurf/.windsurf/rules/flickclaw-testing-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-testing-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 testing-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Testing 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 .Example Output
IllustrativeWhat a typical Testing Claw report looks like:
# Testing Claw — Assessment Report **Project**: data-pipeline **Context**: an ETL pipeline processing 2M events/hour with PostgreSQL and Redis **Generated**: 2026-05-26 ## Executive Summary The Testing 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 ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 0 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*