e2e-publish-check

Validate skill directory metadata, packaging, and dry-run publish readiness.

5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/agentxm/axm --skill e2e-publish-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-publish-check
Source: https://github.com/agentxm/axm/tree/main/.axm/extensions/%40local-dev-user/skills/e2e-publish-check/src
Command: npx skills add https://github.com/agentxm/axm --skill e2e-publish-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and guarantees the correctness of skill publishing by validating metadata, packaging, and readiness across environments.

Core Features & Use Cases

  • End-to-end validation: checks frontmatter, directory structure, and packaging integrity before publish.
  • Dry-run publishing: simulates a publish to catch errors without deploying.
  • CI/CD integration: fits into automated pipelines to enforce quality gates.

Quick Start

Run the e2e-publish-check against a skill directory to verify it is ready for publishing.

Frequently Asked Questions about e2e-publish-check

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

FAQPage Schema
How do I validate skill metadata and packaging before publishing?

To validate skill metadata and packaging before publishing, run an end-to-end check that verifies required frontmatter fields, directory structure, and packaging integrity to ensure your package is publish-ready.

Can I test skill publishing without actually deploying?

Yes, you can test skill publishing without deploying by using a dry-run simulation. This catches errors and validates readiness across environments without performing an actual deployment.

How do I enforce skill publishing quality gates in CI/CD pipelines?

You can enforce skill publishing quality gates in CI/CD pipelines by integrating an end-to-end validation check into your automated workflows to verify metadata and packaging integrity before release.

What specific frontmatter fields are checked during skill validation?

Skill validation checks required frontmatter fields to ensure metadata correctness. The validation process verifies that all necessary frontmatter fields are present and properly formatted before publishing.

Does skill validation work for both local development and CI environments?

Skill validation works across both local development and CI environments. It applies to skill directories during CI workflows and local development when preparing a publish-ready package, validating required fields and packaging integrity.

When do I need end-to-end validation for skill publishing?

You need end-to-end validation for skill publishing when preparing a package for release. It ensures metadata correctness, packaging integrity, and dry-run publish requirements are met before actual deployment across environments.