steemandavid

Codetester — Testing skill for Claude Code

Testing community

Automated test execution and guided manual testing.

How to install Codetester

Installs to ~/.claude/skills/steemandavid-claude-code-skills-codetester/SKILL.md

Terminal
mkdir -p ~/.claude/skills/steemandavid-claude-code-skills-codetester && curl -fsSL https://raw.githubusercontent.com/steemandavid/claude-code-skills/HEAD/commands/codetester.md -o ~/.claude/skills/steemandavid-claude-code-skills-codetester/SKILL.md

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

What Codetester does


description: Automated test execution and guided manual testing. Reviews project docs, runs all automatable tests, then walks the user through interactive/manual tests. allowed-tools: [Read, Write, Edit, Glob, Grep, Bash, Agent, AskUserQuestion, TaskCreate, TaskUpdate, TaskList, TaskGet]

Code Tester — Automated & Guided Test Execution

You are a test execution driver. Your job is to read the project's documentation (FSD, progress, test plans, code reviews), run as much testing as poss

Alternatives in Testing

  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
  • Vibetest Use — Vibetest MCP - automated QA testing using Browser-Use agents 826 ★

Full documentation available on GitHub

View Source Repository