health-check

Diagnose Manifest environment health and surface misconfigurations.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/ReefBytes-Owner/Manifest --skill health-check-reefbytes-owner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/ReefBytes-Owner/Manifest/tree/main/configs/claude/skills/health-check
Command: npx skills add https://github.com/ReefBytes-Owner/Manifest --skill health-check-reefbytes-owner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The health-check skill detects misconfigurations, missing tools, invalid configs, and connectivity issues in the Manifest environment, enabling rapid remediation.

Core Features & Use Cases

  • CLI tool availability checks across enabled services
  • Authentication status verification for Claude, Gemini, Cursor, GitHub CLI, and GitLab CLI
  • Configuration syntax validation for YAML and JSON files
  • MCP server reachability checks and symlink integrity validation
  • Consolidated health report with actionable remediation steps

Quick Start

Run a full health diagnostic of the Manifest environment to verify CLI tools, authentication, config syntax, MCP connectivity, and symlink integrity.

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I run an environment health check to verify CLI tools and authentication status?

Run an environment health check to diagnose CLI tool availability and verify authentication status for Claude, Gemini, Cursor, GitHub CLI, and GitLab CLI. The Skill executes shell checks and returns a structured report with actionable remediation steps.

What is the best way to validate YAML and JSON config syntax in my deployment environment?

Validate YAML and JSON config syntax by running this diagnostic Skill to detect misconfigurations and invalid configs. It reads .claude config files and returns a consolidated health report detailing any syntax errors found.

Can I use this health diagnostic tool to check MCP server connectivity on macOS and Linux?

Yes, you can use this health diagnostic on macOS and Linux deployments to check MCP server reachability. It executes shell checks across your environment and surfaces connectivity issues in a structured health report.

How do I check symlink integrity and detect missing tools in my development environment?

Check symlink integrity and detect missing tools by running a full health diagnostic. The Skill surfaces misconfigurations and invalid symlinks across enabled services, providing actionable steps for rapid remediation.

What do I need to run an environment health diagnostic that checks MCP connectivity and config syntax?

You need YAML frontmatter in your SKILL.md file with name and description fields to run this environment health diagnostic. The Skill has no external dependencies and executes shell checks to validate config syntax and MCP connectivity.