marketplace-health

Automate pre-release health checks for a marketplace of skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Git-Fg/taches-principled-light --skill marketplace-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-health
Source: https://github.com/Git-Fg/taches-principled-light/tree/main/.agents/skills/marketplace-health
Command: npx skills add https://github.com/Git-Fg/taches-principled-light --skill marketplace-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the health check of the marketplace before any release, ensuring compliance, consistency, and integrity across all skills and components.

Core Features & Use Cases

  • Pre-release Health Sweep: Checks for validator findings, manifest consistency, license coverage, cross-reference integrity, and documentation state.
  • Customized Output: Allows running the sweep for a specific date and outputting results to a custom path.
  • Use Case: Use this Skill to perform a health check before cutting a release to ensure all components are in a deployable state.

Quick Start

Run the marketplace health check for the current date: python .agents/skills/marketplace-health/scripts/health.py

Frequently Asked Questions about marketplace-health

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

FAQPage Schema
How do I automate pre-release health checks for a marketplace of skills?

Automate pre-release health checks for a marketplace of skills by running a script that aggregates validator outputs, verifies manifest consistency, checks license coverage, and validates cross-references to ensure release readiness.

What does a marketplace release readiness validation include?

Marketplace release readiness validation includes aggregating validator findings, checking manifest consistency, verifying license coverage, validating cross-reference integrity, and reviewing documentation state across all components.

Can I run a pre-release health sweep for a specific date and output path?

You can run a pre-release health sweep for a specific date and output the validation results to a custom path, allowing targeted manifest consistency and license coverage tracking for release management.

Does this marketplace health check tool work in CI/CD pipelines?

This marketplace health check tool is designed for CI/CD pipelines and manual pre-release checks, automating the validation of component integrity and compliance to ensure a deployable state.

Why do I need to check manifest consistency and license coverage before a release?

Checking manifest consistency and license coverage before a release ensures all marketplace components maintain integrity and compliance, preventing deployment failures and cross-reference issues during the release management process.

What is the best way to ensure all marketplace components are in a deployable state?

The best way to ensure marketplace components are deployable is performing a comprehensive health check that validates documentation state, cross-reference integrity, and license coverage before cutting a release.