_code-health-check

Run pre-commit health checks for VSCode problems, TypeScript errors, lint issues, and test coverage.

2|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/wxy/SilentFeed --skill code-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _code-health-check
Source: https://github.com/wxy/SilentFeed/tree/main/.copilot/skills/_code-health-check
Command: npx skills add https://github.com/wxy/SilentFeed --skill code-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a comprehensive pre-commit health check to detect VSCode problems, TypeScript errors, lint issues, and insufficient test coverage, helping prevent hidden failures before code enters the main branch.

Core Features & Use Cases

  • VSCode Problems: scans the Problems panel for errors, warnings, and infos so you fix issues early.
  • TypeScript & Build: runs type checking and compilation to catch type errors before submission.
  • Linting & Tests: executes linting and tests to ensure code quality and adequate test coverage.
  • Health Assessment: provides an overall health verdict and guidance for remediation.

Quick Start

Run the pre-commit health check before every commit to ensure code quality and prevent hidden failures.

Frequently Asked Questions about _code-health-check

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

FAQPage Schema
How do I automate TypeScript error and lint checks before a commit?

To automate TypeScript error and lint checks before a commit, this Skill runs a comprehensive pre-commit health check that scans for VSCode problems, compiles TypeScript, and executes linting to catch quality issues early.

How can I check test coverage gaps during pre-commit?

To check test coverage gaps during pre-commit, this Skill executes your test suite and enforces coverage validation to ensure adequate testing, providing clear pass or fail signals before code enters the main branch.

Can I scan VSCode problems automatically before a pull request?

Yes, you can scan VSCode problems automatically before a pull request. This Skill targets standard development workflows to detect errors, warnings, and infos in the Problems panel during pre-commit health assessments.

Does this pre-commit health check work with standard CI workflows?

Yes, this pre-commit health check integrates with standard CI workflows. It targets software development processes before commits or pull requests to catch TypeScript compilation, lint, and test coverage issues early.

What is the best way to prevent hidden TypeScript failures before code submission?

The best way to prevent hidden TypeScript failures before code submission is to run an automated pre-commit health check that targets TypeScript compilation, linting, and test coverage to catch quality issues early.