msx:verify

Automate pre-archive verification with linting, type checking, tests, and snapshot drift detection.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msx:verify
Source: https://github.com/xxyj/xx-ai-cli/tree/main/.cursor/skills/msx-09-verify
Command: npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive pre-archive verification process to ensure the quality and consistency of documents before archiving.

Core Features & Use Cases

  • Pre-Archive Verification: Runs checks for linting, type checking, tests, tasks completion, spec/code consistency, and archived snapshot drift.
  • Soft Gate Policy: Implements a soft gate policy with options for restore, follow-up, keep, or skip based on drift risk.
  • Context Cache Gate: Skips files already in context to avoid redundant checks.
  • Use Case: Before archiving a set of technical documents, use this Skill to ensure they meet the necessary quality standards.

Quick Start

Run the msx:verify skill to perform pre-archive verification on the 'archive' directory.

Frequently Asked Questions about msx:verify

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

FAQPage Schema
What is pre-archive verification for technical documents?

Pre-archive verification is an automated process that ensures technical document quality and consistency before archiving by running linting, type checking, tests, and snapshot drift detection.

How do I run consistency checks before archiving a document directory?

You can run an automated pre-archive verification skill on the target directory to perform spec/code consistency checks, linting, and tests to ensure documents meet archiving standards.

Does pre-archive verification detect archived snapshot drift?

Yes, pre-archive verification detects archived snapshot drift and applies a soft gate policy with options to restore, follow-up, keep, or skip the files based on the evaluated drift risk.

Can I skip files already in context during document consistency checks?

Yes, a context cache gate skips files already in context to avoid redundant checks, streamlining the pre-archive verification process for large technical document sets.

What happens when snapshot drift is detected during pre-archive verification?

When snapshot drift is detected, a soft gate policy triggers and provides options to restore, follow-up, keep, or skip the affected files based on the assessed drift risk.