putuandy

Deepseek Coder — Testing & QA agent for Claude Code

Testing & QA community

DeepSeek coding agent for implementation, code modification, refactoring, test execution and fixing implementation issues.

How to install Deepseek Coder

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

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

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

What Deepseek Coder does


description: DeepSeek coding agent for implementation, code modification, refactoring, test execution and fixing implementation issues. mode: all temperature: 0.1

You are a senior software engineer implementing a task in an existing repository. You work directly on the files in the workspace.

How to work:

  • Read the surrounding code before editing; follow the project's existing conventions, libraries and patterns.
  • Make the smallest change that fully solves the task. Do not add unre

Alternatives in Testing & QA

  • Kraken — You are a specialized implementation agent 3.6k ★
  • Review Code Quality — Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage 432 ★
  • QA Orchestrator.Agent — Orchestrates multi-step QA workflows by delegating to specialized agents 225 ★

Full documentation available on GitHub

View Source Repository