Deepseek Tester — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Auto Error Resolver
Fix compilation errors, build failures, type errors, or test failures. Systematically identifies root causes a
Dnp Build Error Resolver
🔧 Autonomous iterative build-error fixing — parses dotnet build/test output, diagnoses root causes, and appli
Acceptance Test Fixer
Fixes failing acceptance test scenarios by diagnosing root causes and applying proven fix patterns. Use proact
IDE Debugger
Autonomous debugging agent that uses IDE bridge debug and terminal tools. Sets breakpoints, evaluates expressi
Test Triager
Diagnoses failing tests, builds, type errors, and CI failures — reproduces the failure, finds the first meanin
QA Test Coverage Reviewer
Coverage gap reviewer that identifies untested code paths, prioritizes by risk, and suggests refactoring for t
Related Skills
Dx Gha
Diagnose GitHub Actions failures. Fetches recent failed runs, reads logs, identifies root cause, suggests fixe
Flaky Test Detector
Detect, analyze, and eliminate flaky tests across any test runner. An AI agent skill that identifies non-deter
Autonomous Debugger
Evidence-driven debugging skill for Claude Code and AI coding agents. Investigates codebases, reproduces failu