project-health-checker

Run sequential diagnostic scripts and report project health summaries.

1|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/okgoogle13/careercopilot --skill project-health-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-health-checker
Source: https://github.com/okgoogle13/careercopilot/tree/main/.claude/skills/project-health-checker
Command: npx skills add https://github.com/okgoogle13/careercopilot --skill project-health-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When "something is wrong" with the project, or for routine maintenance, manually running multiple diagnostic scripts is time-consuming and error-prone. This skill centralizes and automates the entire health check process, providing a quick overview of your project's status.

Core Features & Use Cases

  • Comprehensive Diagnostics: Executes a full suite of validation and configuration tests, including production secrets validation, configuration testing, and Genkit verification.
  • Automated Workflow: Streamlines the process of checking project integrity, ensuring all critical components are functioning as expected without manual intervention.
  • Summary Reporting: Provides a consolidated report of all test outputs, making it easy to identify and address issues quickly, saving you debugging time.
  • Use Case: Run this skill as a first step when encountering unexpected behavior in your application, or schedule it as part of your CI/CD pipeline for regular health monitoring and proactive issue detection.

Quick Start

Run a full health check on the project to diagnose any issues. Report a summary of all outputs.

Frequently Asked Questions about project-health-checker

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

FAQPage Schema
How do I run a health check on my project to diagnose issues?

Health checks validate your project's critical components by automatically executing production secrets validation, configuration testing, and Genkit verification in sequence, then reporting a consolidated summary of results to identify problems quickly.

Can I automate health checks as part of my CI/CD pipeline?

Yes, schedule health checks within your CI/CD workflow for regular, proactive monitoring. Running them automatically catches configuration drift, secrets mismanagement, and build failures before they reach production or staging environments.

What does a project health check validate?

Health checks validate production secrets integrity, test configurations, and Genkit runtime verification across development, QA, staging, and production environments, ensuring all critical components function as expected.

When should I run a project health check?

Run health checks as a first diagnostic step when encountering unexpected application behavior, during routine maintenance, or schedule them regularly in CI/CD pipelines to detect and prevent issues proactively.

What's the fastest way to troubleshoot multiple project issues at once?

Health checks consolidate validation of secrets, configurations, and Genkit verification into a single automated workflow, eliminating manual execution of separate diagnostic scripts and providing a unified summary report.

Do I need multiple diagnostic scripts to check project health?

No, health checks orchestrate production-secrets-validator, test-configuration, and verify-genkit scripts into one automated workflow, eliminating the need to run each diagnostic tool separately and reducing debugging time.

Related Skills