health-check

Inspects Plan Forge environments and validates setup, files, and code completeness.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/srnichols/plan-forge --skill health-check-srnichols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/srnichols/plan-forge/tree/main/presets/shared/skills/health-check
Command: npx skills add https://github.com/srnichols/plan-forge --skill health-check-srnichols

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The health-check skill ensures that your Plan Forge environment is correctly configured and all components are functioning as expected.

Core Features & Use Cases

  • Environment Diagnostics: Inspects the forge's environment, VS Code configuration, and setup health.
  • Setup Validation: Checks for the presence of required Plan Forge files and configuration.
  • Completeness Scan: Scans code files for markers that indicate incomplete work.
  • Quick Report: Provides a summary of the checks performed and any issues found.

Quick Start

Run a full health check on your Plan Forge project by typing "Check my setup".

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I run environment diagnostics to validate my project setup?

Environment diagnostics validate your project setup by inspecting the forge environment, VS Code configuration, and required files, providing a quick report summarizing checks performed and any issues found.

What is setup validation for a development environment?

Setup validation checks for the presence of required files and correct configuration in your development environment, ensuring no markers of incomplete work are found in production code.

How do I scan code files for markers indicating incomplete work?

Scanning code files for markers of incomplete work involves executing a comprehensive diagnostic on your environment to validate completeness, ensuring production code is free of unfinished elements.

Can I use code scanning to check VS Code configuration health?

Yes, code scanning can check VS Code configuration health by inspecting the forge environment, validating setup correctness, and identifying missing required files or configuration issues.

What should I do if my setup validation finds missing required files?

If setup validation finds missing required files, review the provided quick report detailing the checks performed and issues found, then correct the configuration and add the missing files.

Why does my environment diagnostics report incomplete work markers in production code?

Environment diagnostics report incomplete work markers in production code when the completeness scan detects unfinished elements, indicating that required files need further development before deployment.