MoAI-ADK is a Go-based harness that organizes and verifies Claude Code work across planning, implementation, synchronization, and review stages. Developers use it to structure agentic coding tasks, apply quality gates, and route work across language models, while the catalogue entries extend its workflow with skills, hooks, commands, MCP servers, instructions, and settings.
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.
npx skills add modu-ai/moai-adk --skill moai-workflow-testinggit clone --depth 1 https://github.com/modu-ai/moai-adkWrote 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.
[](https://agentmods.dev/skills/modu-ai/moai-adk/moai-workflow-testing)<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-workflow-testing"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-workflow-testing.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.02362 |
| Opus 5 | $0.00023 | $0.01181 |
| Sonnet 5 | $0.00009 | $0.00472 |
| Haiku 4.5 | $0.00005 | $0.00236 |
Grade A, and why
moai-workflow-testing 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Development Workflow Specialist
Quick Reference
Unified development workflow combining DDD (domain-driven development) testing, debugging guidance, performance optimization, automated code review, and CI/CD quality gates. Emphasizes behavior preservation during refactoring through characterization tests.
Core Capabilities:
- DDD Testing: Characterization tests (legacy) + specification tests (greenfield) + behavior snapshots
- AI-Powered Debugging: Error analysis, classification, solution candidates
- Performance Optimization: Profiling, bottleneck detection, optimization recommendations
- Automated Code Review: TRUST 5 framework validation
- PR Code Review: Multi-agent pattern (Haiku eligibility + 5 Sonnet parallel reviewers)
- Quality Assurance: CI/CD integration with quality gates
Workflow Progression: Debug → Refactor → Optimize → Review → Test → Profile
When to Use:
- Complete development lifecycle management
- Quality assurance and CI/CD integration
- Multi-language and performance-critical projects
- Technical debt reduction
- PR code review automation
Implementation Guide
Core Concepts
Five integrated components form the workflow:
- AI-Powered Debugging: Error classification (syntax/runtime/logic/integration/performance) and solution candidates ranked by likelihood
- Smart Refactoring: Technical debt analysis with complexity metrics and risk assessment
- Performance Optimization: CPU/memory/IO/network profiling with optimization strategies
- DDD Testing Management: Characterization tests (PRESERVE phase) for legacy + specification tests for greenfield + TRUST 5 validation
- Automated Code Review: TRUST 5 framework with actionable recommendations
TRUST 5 Framework
Quality assessment model with five dimensions:
- Testability: pure functions, injectable dependencies, modular design
- Readability: descriptive names, logical structure, documented complexity
- Understandability: clear business logic, appropriate abstractions, conceptual clarity
- Security: input validation, secret management, OWASP compliance (injection/XSS/CSRF)
- Transparency: comprehensive error handling, structured logs, traceable issues
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- modules/advanced-patterns.md 14 KB
- modules/ai-debugging.md 11 KB
- modules/automated-code-review.md 8.7 KB
- modules/automated-code-review/review-workflows.md 13 KB
- modules/automated-code-review/trust5-framework.md 8.6 KB
- modules/automated-code-review/trust5-framework/relevance-analysis.md 4.0 KB
- modules/automated-code-review/trust5-framework/safety-analysis.md 4.0 KB
- modules/automated-code-review/trust5-framework/scoring-algorithms.md 4.3 KB
- modules/automated-code-review/trust5-framework/timeliness-analysis.md 4.4 KB
- modules/automated-code-review/trust5-framework/truthfulness-analysis.md 3.1 KB
- modules/automated-code-review/trust5-framework/usability-analysis.md 3.7 KB
- modules/code-review/analysis-patterns.md 13 KB
- modules/code-review/core-classes.md 7.2 KB
- modules/code-review/tool-integration.md 8.8 KB
- modules/ddd/core-classes.md 8.8 KB
- modules/debugging/debugging-workflows.md 12 KB
- modules/debugging/error-analysis.md 10 KB
- modules/INDEX.md 9.5 KB
- modules/optimization.md 11 KB
- modules/performance-optimization.md 10 KB
- modules/performance-optimization/ai-optimization.md 7.3 KB
- modules/performance-optimization/bottleneck-detection.md 8.6 KB
- modules/performance-optimization/optimization-plan.md 6.1 KB
- modules/performance-optimization/profiler-core.md 5.0 KB
- modules/performance-optimization/real-time-monitoring.md 4.5 KB
- modules/performance/optimization-patterns.md 10 KB
- modules/performance/profiling-techniques.md 11 KB
- modules/quality-metrics.md 10 KB
- modules/refactoring/ai-workflows.md 12 KB
- modules/refactoring/patterns.md 15 KB
- modules/security-analysis.md 12 KB
- modules/smart-refactoring.md 8.8 KB
- modules/static-analysis.md 8.4 KB
- modules/trust5-validation.md 11 KB
- references/e2e-desktop-native-recipes.md 3.1 KB
- references/examples.md 18 KB
- references/integration-patterns.md 2.5 KB
- references/multi-language-support.md 4.7 KB
- references/playwright-best-practices.md 2.1 KB
- references/pr-review-multi-agent.md 2.7 KB
- references/reference.md 14 KB
- references/trust5-framework.md 2.8 KB
- references/workflow-processes.md 1.5 KB
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.
- 3d ago First seen · 234 lines · 47 tokens per session scan A a48bb37b0645
moai-workflow-testing is a skill published in the GitHub repository modu-ai/moai-adk (1,200 stars, last pushed 3d ago), licensed Apache-2.0. It adds 47 tokens to every session and 2,362 once invoked, about $0.0002 per session on Opus 5. 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-09-03.
Other skills, from other repositories
qa
Systematic QA testing of a web application: diff-aware, tiered, with fix-and-verify loop.
test-runner
Use this skill when orchestrating agentic end-to-end tests. Resolves target + profile, dispatches the right driver(s) (playwright for web today, peekaboo for macOS (issue #381)), invokes the ux-evaluator agent (opus, read-only) against driver artifacts, reconciles findings with the open issue tracker via…
implement
Use in the Implement phase whenever writing or editing production Java code, or fixing a bug, in a Spring/Spring Boot project. Enforces test-first (red-green-refactor), executes the approved plan step by step, and honors the project's path-scoped tech-stack rules and the task's enforcement set. Preloaded into…
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
eval-hooks
Audit Claude Code hooks defined in settings.json files for validity, performance safety, and correctness. Resolves each command against the filesystem, checks exit-code strategy for blocking hooks, flags missing timeouts, and reviews interactive vs async patterns. Use when setting up hooks for the first time…
check-cache-bugs
Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5.