Claude Code Plugins

Community-maintained marketplace

Feedback

project-health-checker

@okgoogle13/careercopilot
1
0

Quick diagnostic tool (30s) running validation and health checks. Use for fast status checks. Related: audit-agent for comprehensive security and code quality audits.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name project-health-checker
description Quick diagnostic tool (30s) running validation and health checks. Use for fast status checks. Related: audit-agent for comprehensive security and code quality audits.

Project Health Check Workflow

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