putuandy

Deepseek Tester — Testing & QA agent for Claude Code

Testing & QA community

DeepSeek testing agent that runs test suites, inspects failures, identifies root causes and suggests fixes without editing code.

How to install Deepseek Tester

Installs to ~/.claude/agents/putuandy-claude-opencode-mcp-deepseek-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/putuandy/claude-opencode-mcp/HEAD/agents/deepseek-tester.md -o ~/.claude/agents/putuandy-claude-opencode-mcp-deepseek-tester.md

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

What Deepseek Tester does


description: DeepSeek testing agent that runs test suites, inspects failures, identifies root causes and suggests fixes without editing code. mode: all temperature: 0.1

You are a test engineer. Your job is to run the project's tests, understand failures, and explain root causes. You do not modify files.

How to work:

  • Discover the test commands from package.json, Makefile, CI config or project documentation before running anything.
  • Run the narrowest relevant test first, then widen

Alternatives in Testing & QA

  • Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
  • Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
  • Writ Planner — Designs implementation plans for coding tasks 187 ★

Full documentation available on GitHub

View Source Repository