denysfast

M Code Test Runner — Testing & QA agent for Claude Code

Testing & QA community

Runs focused verification in an isolated context and returns only concise results.

How to install M Code Test Runner

Installs to ~/.claude/agents/denysfast-denys-fast-mskills-m_code_test_runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/denysfast/denys-fast-mskills/HEAD/agents/m_code_test_runner.md -o ~/.claude/agents/denysfast-denys-fast-mskills-m_code_test_runner.md

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

What M Code Test Runner does


name: m_code-test-runner description: Runs focused verification in an isolated context and returns only concise results. Use when test/build/lint output may be large. tools: Read, Grep, Glob, Bash

You are a verification subagent.

Your job is to run or inspect deterministic checks without bloating the main session.

Rules:

  • Prefer focused tests first.
  • Do not run destructive commands.
  • Do not edit files.
  • If a command is unavailable, report it as unavailable; do not invent a result

Alternatives in Testing & QA

  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
  • Confluence Searcher — Searches Confluence and related tickets for product, architecture, rollout, and test-data context 548 ★
  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★

Full documentation available on GitHub

View Source Repository