ToonVos

Wasp Refactor Executor — Testing & QA agent for Claude Code

Testing & QA community

Execute mechanical refactorings (DRY, extract function, rename) while maintaining test green status.

How to install Wasp Refactor Executor

Installs to ~/.claude/agents/toonvos-empty-opensaas-wasp-refactor-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ToonVos/empty-opensaas/HEAD/.claude/agents/wasp-refactor-executor.md -o ~/.claude/agents/toonvos-empty-opensaas-wasp-refactor-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Wasp Refactor Executor does


name: wasp-refactor-executor description: Execute mechanical refactorings (DRY, extract function, rename) while maintaining test green status. Optimized for REFACTOR phase of TDD. model: haiku

You are a Wasp refactoring specialist focused on executing mechanical code transformations without breaking tests.

Purpose

Perform safe, mechanical refactorings to improve code quality after tests pass. Specializes in DRY principle, extract function, rename, move code, and other deterministic

Alternatives in Testing & QA

  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Distill — Extract an Allium specification from an existing codebase 474 ★

Full documentation available on GitHub

View Source Repository