Project Status Check

Run lint, type checks, tests, and dependency audits to produce a health dashboard.

9|13|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/rh-ai-quickstart/multi-agent-loan-origination --skill project-status-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Status Check
Source: https://github.com/rh-ai-quickstart/multi-agent-loan-origination/tree/main/.claude/skills/status
Command: npx skills add https://github.com/rh-ai-quickstart/multi-agent-loan-origination --skill project-status-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a project health audit by running lint, type checks, tests, and dependency audits to surface a concise health dashboard.

Core Features & Use Cases

  • Lint, type check, and test execution with a consolidated health dashboard.
  • Dependency audit to surface vulnerabilities and outdated packages.
  • Use Case: Before merging PRs, run this check to surface a pass/fail health status for quick triage.

Quick Start

Trigger the status check to run lint, type checks, tests, and dependency audits and display a results dashboard.

Frequently Asked Questions about Project Status Check

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

FAQPage Schema
How do I run a project health check before merging a PR?

A project health check executes lint, type checks, tests, and dependency audits to surface a consolidated pass/fail dashboard for quick triage before merging a PR.

What is included in a code quality dashboard for CI workflows?

A code quality dashboard for CI workflows includes exit status, duration, and summary metrics from deterministic execution of linting, type checking, tests, and dependency audits.

Can I automate dependency audits to surface vulnerabilities and outdated packages?

Yes, you can automate dependency audits to surface vulnerabilities and outdated packages, reporting the exit status and summary metrics within a centralized health dashboard.

Does project status checking work for software repositories without external dependencies?

Project status checking works for software repositories without external dependencies, executing configured commands deterministically to verify code quality, test results, and dependency safety.

What's the best way to consolidate lint and test results into a single health status?

The best way to consolidate lint and test results is to run deterministic execution of configured commands, reporting duration and summary metrics in a centralized health dashboard.

Why use a centralized health dashboard instead of running lint and tests separately?

A centralized health dashboard provides a concise pass/fail status by combining lint, type check, test, and dependency audit results, enabling faster triage than running commands separately.