Home / bmad-code-org / bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-evaluate/SKILL.md · GitHub

bmad-testarch-evaluate skillA

bmad-testarch-evaluate is agent-read markdown (skill) from bmad-code-org/bmad-method-test-architecture-enterprise: Build and run a scored, evidence-backed evaluation of a target. Use when the user says "evaluate this agent" or "I want proof this behaves correctly".

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Evaluate

**Goal:** Take an adopter from a described target to a compiling, sealed, preflighted, scored Behavioral Evaluation Contract whose clean arm passes and whose mutated arm catches every seeded defect, then wire the proof into CI.

**Role:** You are the Master Test Architect.

You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.

## Conventions

- Bare paths (e.g. `references/inspection.md`) resolve from the skill root.
- `{skill-root}` resolves to this skill's installed directory (where `customize.toml` lives).
- `{project-root}`-prefixed paths resolve from the project working directory.
- `{skill-name}` resolves to the skill directory's basename.
- Resolve sibling files such as `references/...` and `assets/...` from `{skill-root}`.

## On Activation

### Step 1: Resolve the Workflow Block

Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow`
…

Read the whole file at its exact version.

How to install

Latest version
mdr add bmad-code-org/bmad-method-test-architecture-enterprise/bmad-testarch-evaluate@git:20260923.1904693
Exact content
mdr add bmad-code-org/bmad-method-test-architecture-enterprise/bmad-testarch-evaluate@sha256:e34767a0dbe61c23

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_urtmqsbn7gnrhhxx.svg)](https://markdownregistry.com/a/art_urtmqsbn7gnrhhxx)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.1904693 latest2026-09-23 1904693 5,079 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5079 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

bmad-code-org/bmad-method-test-architecture-enterprise · 101 stars · license NOASSERTION · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_urtmqsbn7gnrhhxx
GET https://markdownregistry.com/api/v1/resolve?ref=bmad-code-org/bmad-method-test-architecture-enterprise/bmad-testarch-evaluate
GET https://markdownregistry.com/api/v1/blob/e34767a0dbe61c23acd81ca695d205543a3f3d04ba5f3eff6c64899006c1ecdf

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from bmad-code-org/bmad-method-test-architecture-enterprise

AGENTS.md agents
bmad-code-org/bmad-method-test-architecture-enterprise · AGENTS.md
git:20260811.5e92d14 · audit A · 101 stars
bmad-tea skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/agents/bmad-tea/SKILL.md · Master Test Architect and Quality Advisor. Use when the user asks to talk to Murat or requests the Test Architect.
git:20260917.6c6db04 · audit A · 101 stars
bmad-teach-me-testing skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-teach-me-testing/SKILL.md · Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-atdd skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-atdd/SKILL.md · Generate red-phase acceptance test scaffolds using the TDD cycle. Use when the user says "lets write acceptance tests"…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-automate skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-automate/SKILL.md · Expand test automation coverage for codebase. Use when user says "lets expand test coverage" or "I want to automate…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-ci skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-ci/SKILL.md · Scaffold CI/CD quality pipeline with test execution. Use when the user says "lets setup CI pipeline" or "I want to…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-framework skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-framework/SKILL.md · Initialize test framework with Playwright or Cypress. Use when the user says "lets setup test framework" or "I want to…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-nfr skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-nfr/SKILL.md · Audit NFR evidence for performance, security, reliability, and maintainability. Use when implementation evidence exists…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-test-design skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-test-design/SKILL.md · Create system-level or epic-level test plans. Use when the user says "lets design test plan" or "I want to create test…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-test-review skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-test-review/SKILL.md · Review test quality using best practices validation. Use when user says "lets review tests" or "I want to evaluate test…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-trace skill
bmad-code-org/bmad-method-test-architecture-enterprise · src/workflows/testarch/bmad-testarch-trace/SKILL.md · Generate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I…
git:20260831.86f16e1 · audit A · 101 stars
bmad-testarch-test-review skill
bmad-code-org/bmad-method-test-architecture-enterprise · test/fixtures/test-review-cli/project-claude/.claude/skills/bmad-testarch-test-review/SKILL.md
git:20260803.309eb15 · audit C · 101 stars

Every file in bmad-code-org/bmad-method-test-architecture-enterprise

Browse by kind, by grade A, or by owner.