Agent Skills: project-health-checker

'Quick diagnostic tool (30s) running validation and health checks. Use

UncategorizedID: okgoogle13/careercopilot/project-health-checker

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/project-health-checker

Skill Files

Browse the full folder contents for project-health-checker.

Download Skill

Loading file tree…

.claude/skills/project-health-checker/SKILL.md

Skill Metadata

Name
project-health-checker
Description
'Quick diagnostic tool (30s) running validation and health checks. Use

Purpose

A quick diagnostic tool (30s) that runs essential validation and health checks to ensure the project is in a consistent state.

When to Use

  • Before starting a new feature or refactor.
  • After making configuration changes.
  • To verify Genkit and production secret status quickly.

Process

  1. Notification: Inform the user you are starting the full project health check.
  2. Validator: Run python3 scripts/production-secrets-validator.py.
  3. Config Test: Run python3 scripts/test-configuration.py.
  4. Genkit Verification: Run python3 verify_genkit.py.
  5. Reporting: Provide a summary of all outputs.