status

Run linting, type checks, tests, and dependency audits with pass/fail reporting.

7|4|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/jeremyary/agent-scaffold --skill status-jeremyary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/jeremyary/agent-scaffold/tree/main/.claude/skills/status
Command: npx skills add https://github.com/jeremyary/agent-scaffold --skill status-jeremyary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of your project's health by running essential quality gates, helping you identify and address potential issues before they become critical.

Core Features & Use Cases

  • Automated Quality Gates: Executes linting, type checking, tests, and dependency audits.
  • Pass/Fail Reporting: Clearly indicates the success or failure of each check.
  • Git Status Summary: Provides a snapshot of your current Git repository status.
  • Use Case: Before committing significant changes, run this Skill to ensure your code adheres to project standards, passes all tests, and has no critical vulnerabilities.

Quick Start

Run a full project health check including lint, type, tests, and dependency audit.

Frequently Asked Questions about status

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

FAQPage Schema
How do I run a project health check before committing code changes?

Run a project health check by executing a suite of automated quality gates including linting, type checking, tests, and dependency audits. This generates a pass/fail dashboard detailing errors, test coverage, and vulnerability counts alongside a Git status summary.

What is included in an automated project quality gate report?

An automated project quality gate report includes pass/fail statuses for linting, type checking, and tests. It also provides detailed metrics on errors, test coverage, vulnerability counts from dependency audits, and a current Git status summary.

Can I check my dependency vulnerabilities and Git status at the same time?

Yes, you can check dependency vulnerabilities and Git status simultaneously. The health check executes a dependency audit alongside linting and tests, reporting vulnerability counts and a Git status summary together in one pass/fail dashboard.

When do I need to run linting and type checking during the development lifecycle?

Run linting and type checking before committing significant changes to ensure your code adheres to project standards. Executing these quality gates helps identify and address potential errors and stability issues before they become critical.

Does the project health check require any external dependencies or tools to run?

The project health check does not require external dependencies to run. It operates independently using internal scripts and references to execute linting, type checking, tests, and dependency audits for your project.