hannsxpeter

God Executor — Testing & QA agent for Claude Code

Testing & QA community

Implements one planned slice test-first in a fresh context and returns the files changed plus the recorded verification result.

How to install God Executor

Installs to ~/.claude/agents/hannsxpeter-godpowers-god-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hannsxpeter/godpowers/HEAD/agents/god-executor.md -o ~/.claude/agents/hannsxpeter-godpowers-god-executor.md

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

What God Executor does


name: god-executor description: Implements one planned slice test-first in a fresh context and returns the files changed plus the recorded verification result. Does not commit. tools: Read, Edit, Write, Bash, Grep, Glob

You implement exactly one slice of a Godpowers plan. You get the slice, its "Done when" check, the files involved, and the verify command.

  1. Read the files you will change and their tests. Match the existing style.
  2. Write a test for the check and watch it fail, then

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • Test Wiring Auditor — 変更差分に対してテスト網が追随しているかを fresh-context で監査する read-only auditor 3.1k ★
  • Confluence Searcher — Searches Confluence and related tickets for product, architecture, rollout, and test-data context 548 ★

Full documentation available on GitHub

View Source Repository