fullstack-healthcheck

Diagnose codebases with build, test, lint, and security checks.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/vndee/engineering-skills --skill fullstack-healthcheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fullstack-healthcheck
Source: https://github.com/vndee/engineering-skills/tree/main/.claude/skills/fullstack-healthcheck
Command: npx skills add https://github.com/vndee/engineering-skills --skill fullstack-healthcheck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding to a codebase, inheriting legacy code, or validating changes becomes risky without a structured health diagnostic. It detects code quality debt, missing tests, architecture violations, and dead code across Go, Python, and React projects.

Core Features & Use Cases

  • Automated stack detection and end-to-end health checks across Go, Python, and JavaScript/React projects.
  • Build, test, lint, type checks, migrations, docker health checks, and security audits to surface actionable debt.
  • Use Case: When taking over a codebase, after pulling changes with many updates, or during periodic health reviews.

Quick Start

Instruct the AI to run a full health assessment on the current repository and produce a comprehensive health report.

Frequently Asked Questions about fullstack-healthcheck

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

FAQPage Schema
How do I run a codebase health check on a legacy repository?

Run a holistic health assessment to surface debt across builds, tests, and architecture in legacy repositories. The diagnostic enforces deterministic checks like lint, type checking, and security scans to guide remediation.

What is codebase health debt and how is it detected?

Codebase health debt includes missing tests, architecture violations, and dead code detected through automated stack scanning. A full diagnostic applies build, test, lint, and security audits to reveal actionable gaps.

Does this codebase diagnostic tool work with Python and React projects?

Yes, the health assessment supports automated stack detection for Go, Python, and JavaScript/React projects. It executes stack-specific build, test, and type checks to evaluate repository health.

How do I check for architecture violations and dead code after pulling major updates?

Perform a holistic health assessment after pulling changes to reveal gaps in tests, structure, and security. The diagnostic surfaces dead code and architecture violations by running deterministic checks across the stack.

Can I automate docker health checks and security scans for onboarding new codebases?

Yes, you can automate docker health checks and security scans when taking over a codebase. The assessment runs these deterministic checks alongside build and test validations to produce a comprehensive health report.