validate-all

Run structural, dependency, and deploy-readiness checks on Directum RX artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill validate-all-dunaevdmitriys-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-all
Source: https://github.com/dunaevdmitriys-dev/directum-mcp-server/tree/main/skills/validate-all
Command: npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill validate-all-dunaevdmitriys-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validating Directum RX artifacts after changes is time-consuming and error-prone, especially when multiple file types must stay consistent for successful deployment.

Core Features & Use Cases

  • One-call full validation: Runs structural, dependency, and deploy-readiness checks sequentially to quickly identify what breaks.
  • Actionable results with stopping rules: Clearly separates CRITICAL failures from warnings and informational findings so you know what must be fixed first.
  • Targeted autofix for common high-level issues: When HIGH problems are detected, applies MCP fixes (and refreshes RESX keys) and then reruns the key structural checks.

Quick Start

Run validate-all after every change to .mtd, .resx, or .cs to get a single summarized report and the exact checks that failed.

Frequently Asked Questions about validate-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Directum RX artifacts before deployment?

Directum RX artifact validation runs structural, dependency, and deploy-readiness checks sequentially on .mtd, .resx, and .cs files to ensure consistency before packaging and publishing to a test stand.

What is the best way to check .resx and .mtd file consistency in Directum RX?

Checking .resx and .mtd consistency involves running an end-to-end validation sequence that targets dependency graphs and structural integrity, producing a consolidated multi-level report of findings.

Can I automatically fix high-level validation issues in Directum RX?

You can automatically fix high-level issues using MCP autofix capabilities; when HIGH problems are detected, the system applies MCP fixes, refreshes RESX keys, and reruns key structural checks.

Does Directum RX validation stop the process when critical errors are found?

Directum RX validation stops the process when CRITICAL blocking results are detected, ensuring that deployment readiness checks prevent packaging and publishing when fundamental failures occur.

When do I need to run deployment readiness checks for Directum RX?

You need to run deployment readiness checks after every change to .mtd, .resx, or .cs files to ensure all modified artifacts maintain structural and dependency consistency before packaging.