health

Check iMac development environment health and report broken items with repair commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill health-z5jonathan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/Z5Jonathan-maker/ai-coding-os/tree/main/claude/skills/health
Command: npx skills add https://github.com/Z5Jonathan-maker/ai-coding-os --skill health-z5jonathan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures your local iMac development environment is actually healthy before you start running handoff missions, so you quickly catch missing tools, broken auth, and misconfigured routing.

Core Features & Use Cases

  • Environment verification with actionable failures: Checks Brew/npm globals, gh authentication, MCP connections, dotfiles symlinks, and runtime registries, then reports only what is broken.
  • Credential and connectivity sanity: Validates Claude MCP connectivity and surfaces re-auth needs without wasting time debugging later.
  • Proofs of operational readiness for the handoff system: Confirms router smoke tests, lane registry resolution, command registry coverage, and VS Code extension/symlink setup.

Quick Start

Ask the system to run the health check and report any broken or missing items with the exact fix command.

Frequently Asked Questions about health

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

FAQPage Schema
How do I check my macOS development environment before running a handoff mission?

To verify your macOS development environment before a handoff mission, run a health check that inspects Brew/npm globals, gh auth scopes, MCP connectivity, dotfile symlinks, and VS Code extensions, emitting exact repair commands for any broken items.

Why does my Claude MCP connectivity fail during environment verification?

Claude MCP connectivity fails during environment verification due to misconfigured routing or expired credentials. Running a health check validates MCP connections and surfaces re-auth needs, reporting only broken items with exact fix commands to restore operational readiness.

What is the best way to validate gh auth scopes and dotfile symlinks on an iMac?

The best way to validate gh auth scopes and dotfile symlinks on an iMac is running a preflight health check. It verifies required CLI tooling and confirms symlink integrity, returning an all green status or exact repair commands for broken components.

Does VS Code extension state affect router and lane registry resolution?

VS Code extension state does not directly affect router and lane registry resolution, but both are validated during a preflight health check. The check confirms router smoke tests, lane registry resolution, and VS Code extension setup to ensure full operational readiness.

How do I debug persistent routing failures in my ai-coding-os workflow?

To debug persistent routing failures in your ai-coding-os workflow, run a health check to validate router smoke tests, lane registry resolution, and command registry coverage. It isolates broken items and outputs exact repair commands to fix the environment.

When should I run an environment health check on my iMac?

You should run an environment health check on your iMac right before running handoff missions or when debugging persistent routing and MCP failures. It acts as a preflight readiness gate to ensure all CLI tooling, auth, and registry configurations are intact.