project-health-check

This skill evaluates a project's adherence to both modern engineering practices and traditional quality standards.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "project-health-check" with this command: npx skills add famaoai-creator/gemini-skills/famaoai-creator-gemini-skills-project-health-check

Project Health Check

Overview

This skill evaluates a project's adherence to both modern engineering practices and traditional quality standards.

  1. Structural & SDLC Audit
  • Waterfall Compliance: Checks for phase-gate deliverables (RD, Design, Test Plans) defined in knowledge/sdlc/waterfall_standard.md .

  • Modern Standards: Audits CI/CD, Testing frameworks, Linting, IaC, and Docs.

  1. Quantitative Quality Audit
  • Metrics Evaluation: Compares test and bug densities against IPA benchmarks in knowledge/quality-management/metrics_standards.md .

  • Health Scoring: Provides a cumulative score (0-100) with prioritized improvement suggestions.

Usage

Run the audit script from the root of the project you want to check.

node dist/index.js

Interpretation

  • PASS: The criterion is met.

  • WARN: Partial compliance (e.g., bug density too low compared to test count).

  • FAIL: Critical standard or required SDLC deliverable missing.

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-activity-monitor

No summary provided by upstream source.

Repository SourceNeeds Review
General

data-transformer

No summary provided by upstream source.

Repository SourceNeeds Review
General

local-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
General

api-fetcher

No summary provided by upstream source.

Repository SourceNeeds Review