dobbe-review-as-test-architect

dobbe-review-as-test-architect is a skill for Claude Code, Codex from nareshnavinash/dobbe-mcp. It costs 0 tokens per session (439 once invoked), scanned A, original, no licence file.

A code-review guide for examining a project's testing approach from the viewpoint of a senior test engineer.

In plain words
What is it for?
Use it to assess test coverage, test design, continuous integration and delivery, and possible flaky tests.
Why use it?
It helps reveal missing automated checks, weak test structures, unhealthy build pipelines, and tests that fail unpredictably.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to assess test coverage, test design, continuous integration and delivery, and possible flaky tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nareshnavinash/dobbe-mcp --skill dobbe-review-as-test-architect
Clone the repo
git clone --depth 1 https://github.com/nareshnavinash/dobbe-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dobbe-review-as-test-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect/github.svg)](https://agentmods.dev/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect)
Your own site
<a href="https://agentmods.dev/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect"><img src="https://agentmods.dev/badge/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dobbe-review-as-test-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect"><img src="https://agentmods.dev/badge/skills/nareshnavinash/dobbe-mcp/dobbe-review-as-test-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00439
Opus 5 $0.00000 $0.00219
Sonnet 5 $0.00000 $0.00088
Haiku 4.5 $0.00000 $0.00044

Measured 11d ago against content hash bc8abfa9da51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dobbe-review-as-test-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dobbe-review-as-test-architect/SKILL.md · 43 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 43 lines · 0 tokens per session scan A bc8abfa9da51

Subscribe to this mod's changes

dobbe-review-as-test-architect is a skill published in the GitHub repository nareshnavinash/dobbe-mcp (0 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 439 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deploy

Use when ready to ship — runs pre-push gates (lint, typecheck, build, tests, security sweep), commits, releases, and pushes. Standalone, never auto-invoked. Push always requires explicit confirmation. Trigger with /hyperflow:deploy, "ship it", "ready to push", "release", "cut a release", "deploy".

jeremylongshore/tons-of-skills-marketplace · 76 tokens

trace

Use when encountering bugs, test failures, runtime errors, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone, ends with a final-integration review of the fix. Trigger with /hyperflow:trace, "debug this", "find the root cause", "why…

jeremylongshore/tons-of-skills-marketplace · 84 tokens

hyperflow-deploy

Hyperflow ship phase. Use when the user is ready to release — verbs like ship, push, release, deploy, "cut a release", "ready to push". Runs pre-push gates (lint + typecheck + build + tests + security sweep), then asks before pushing. Never --no-verify, never force-push to main.

jeremylongshore/tons-of-skills-marketplace · 75 tokens

verify-implementation

A workflow that runs a project’s verification skills to produce a report on coding patterns, architecture rules, and project conventions. It is intended for work after implementation, before a pull request, or during code review.

sangrokjung/claude-forge · 37 tokens

red-team-review

Unified adversarial review: v4.3 Strategic Matrix (MTA-004). 7-phase framework: Priors → Rubric → Adversarial Lenses → SWOT/TOWS → MCDA Decision Engine → Blind Spot/Kill Switch → Executive Summary. Absorbs: bias-detector.

winstonkoh87/Athena-Public · 65 tokens

codex-loop

Fix Elixir/Phoenix code until Codex CLI review comes back clean — bounded review, fix, verify loop before opening a PR. Use when codex is installed and you want an external cross-model critic on your changes before pushing.

oliver-kriska/claude-elixir-phoenix · 52 tokens