marketplace-health-check

Audits a Claude Code skills marketplace repo across six dimensions via parallel workflow inspectors.

1.4k|216|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/daymade/claude-code-skills --skill marketplace-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-health-check
Source: https://github.com/daymade/claude-code-skills/tree/main/marketplace-health-check
Command: npx skills add https://github.com/daymade/claude-code-skills --skill marketplace-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Maintaining a public Claude Code skills marketplace means tracking code safety, documentation consistency, PII leaks, open PRs, open issues, and manifest integrity at once, which is slow and error-prone when done serially by hand.

Core Features & Use Cases

  • Six-dimension parallel audit: Runs six independent inspectors in a fan-out Dynamic Workflow covering code/script safety, documentation SSOT consistency, security/PII leaks, open-PR triage, open-issue triage, and marketplace-manifest integrity.
  • Counter-Review verification: Treats agent findings as hypotheses and verifies every high/critical finding with direct commands before reporting, filtering false alarms and wrong recommendations.
  • Prioritized reporting: Delivers a health table plus must-fix, backlog, and optional tiers, with each item tagged as real, partly real, or false alarm.
  • Use Case: Before a release, ask for a full repo health check; the skill scouts repo scale, launches the bundled workflow script, verifies serious findings, and reports verified risks by priority.

Quick Start

Ask the assistant to run a full health check of this marketplace repository and report the verified findings by priority.

Frequently Asked Questions about marketplace-health-check

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

FAQPage Schema
How do I run a full health check on a Claude Code skills marketplace repo?

Invoke the skill, which scouts repo scale with gh and find commands, then launches the bundled workflow script inline via the Workflow tool. Six inspectors run in parallel and return structured findings that are verified before reporting.

What does the marketplace health check audit cover?

It covers six dimensions: code and script safety, documentation and SSOT version consistency, security and PII leaks, open-PR triage, open-issue triage, and marketplace.json manifest integrity including orphan skills and suite registration.

Why must this skill run inline instead of in a forked context?

The skill orchestrates parallel agents through the Workflow tool, and a forked subagent cannot spawn subagents or launch workflows. Running it forked would silently break the six-way fan-out.

Does a passed security scan marker mean a skill has no PII leaks?

No. The .security-scan-passed marker only confirms no known-format secret was found by gitleaks and regex. It is blind to keyword-free leaks like real names or private domains, so a human semantic read is still required.

How long and how costly is the health check workflow?

The six parallel inspectors take roughly 15-20 minutes and produce about 400-500k output tokens. The skill instructs telling the user this cost up front before launching the workflow.