project-status

Run build and test commands and report results in a table.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KevounC/claude-kanban --skill project-status-kevounc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-status
Source: https://github.com/KevounC/claude-kanban/tree/main/.claude/skills/project-status
Command: npx skills add https://github.com/KevounC/claude-kanban --skill project-status-kevounc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick and easy way to report the build and test health of a project, allowing users to quickly check the status of their projects without extensive manual checks.

Core Features & Use Cases

  • Build and Test Health: Automatically run and report the results of build and test commands.
  • Project Discovery: Scans active boards for project paths or uses a specified project path.
  • Command Discovery: Extracts and discovers commands related to build and test from a project's configuration.
  • Health Table: Outputs the health of each target (e.g., build, tests) in a concise table format.
  • Use Case: When you want to quickly see if all builds and tests have passed on a particular project without diving into logs or console outputs.

Quick Start

Use the project-status skill to report the build and test status of your project 'my-app'.

Frequently Asked Questions about project-status

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

FAQPage Schema
How do I quickly check project health and build status without reading console logs?

To check project health, you can automate the execution of build and test commands to generate a concise tabular summary. This approach extracts commands from project configuration files and outputs the pass or fail status of each target, avoiding the need to manually parse extensive console logs.

What is automated project monitoring for build and test outcomes?

Automated project monitoring discovers build and test commands from standard configuration files, executes them, and reports the outcomes. It provides a health table that summarizes whether builds and tests have passed, allowing you to instantly assess project health without manual intervention.

How do I automate test results reporting for a specific project path?

You can automate test results reporting by specifying a project path or scanning active boards to discover the directory. The automation then extracts the relevant build and test commands from the project configuration and executes them to deliver a health status summary.

Do I need specific configuration files to assess project build status?

Yes, assessing project build status assumes project-specific commands and configuration files are already in place according to standard practices. The automation relies on these existing configurations to discover and execute the appropriate build and test commands.

What is the best way to get a summary table of build and test results?

The best way to get a summary table is to use an automated health reporting tool that executes discovered commands and formats the outcomes into a table. This delivers a concise overview of build and test targets, showing exactly what passed or failed.

Limitations of automated project health monitoring for build automation?

A limitation of automated project health monitoring is that it assumes standard configuration files and project-specific commands are already established. It does not generate build commands itself, meaning non-standard setups may require manual configuration before the status check can execute successfully.