dochia explain provides detailed information about playbooks, mutators, response codes, and error reasons. This is
useful for understanding test results and debugging failures.
1---2name: dochia-dev-dochia-cli-dochia-cli3description: Overview4---56## Overview78`dochia explain` provides detailed information about playbooks, mutators, response codes, and error reasons. This is9useful for understanding test results and debugging failures.1011## Basic Usage1213```bash14# Explain a 9XX response code15dochia explain --type response_code 9531617# Explain a playbook18dochia explain --type playbook BypassAuthentication1920# Explain a mutator21dochia explain --type mutator RandomString2223# Explain an error reason24dochia explain --type error_reason "Error details leak"25```2627## Options2829| Option | Description |30|--------------|----------------------------------------------------------------------------|31| `-t, --type` | Type to explain: PLAYBOOK, MUTATOR, RESPONSE_CODE, ERROR_REASON (required) |32| `<info>` | The name, code, or search term to explain (positional argument) |3334## Types3536- **PLAYBOOK** — Search and describe test playbooks by name (partial match supported)37- **MUTATOR** — Search and describe mutators by name (partial match supported)38- **RESPONSE_CODE** — Explain Dochia's custom 9XX response codes and standard HTTP codes39- **ERROR_REASON** — Explain error reasons found in test reports (partial match supported)4041## Examples4243```bash44# Find all playbooks related to "json"45dochia explain --type playbook json4647# Understand what response code 999 means48dochia explain --type response_code 9994950# Search for error reasons containing "leak"51dochia explain --type error_reason leak52```5354## Documentation5556Full reference: https://docs.dochia.dev/cli/explain5758---59> Source: [dochia-dev/dochia-cli](https://github.com/dochia-dev/dochia-cli) — distributed by [TomeVault](https://tomevault.io).60<!-- tomevault:4.0:skill_md:2026-06-21 -->
Run npx skillmds@latest add tomevault-io/dochia-dev-dochia-cli-dochia-cli in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Overview It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.