status

Scan project features, tests, lint, and environment to produce a health report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/macollins27/guardrails-plugin --skill status-macollins27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/macollins27/guardrails-plugin/tree/main/skills/status
Command: npx skills add https://github.com/macollins27/guardrails-plugin --skill status-macollins27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a plain-English health summary of a software project.

Core Features & Use Cases

  • Feature inventory: enumerate core features and their status (specified / planned / implemented).
  • Test and quality visibility: summarize tests passing/failing, lint and type-check status, and a summary of recent activity.
  • Actionable guidance: present a concise, plain-English health report with next steps and remediation suggestions.

Quick Start

Run /guardrails:status to generate a plain-English health snapshot for your current project.

Frequently Asked Questions about status

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

FAQPage Schema
How do I generate a project health report for my software repository?

To generate a project health report, scan your multi-file project to enumerate features, capture test outcomes, assess lint status, and verify environment state, producing a concise plain-English summary with actionable remediation steps.

What is a plain-English health summary for a development workflow?

A plain-English health summary is a readable status report that translates technical project metrics, such as test failures and lint errors, into clear natural language with actionable next steps and remediation suggestions.

Can I check test outcomes and lint status across multiple files in one scan?

Yes, you can check test outcomes and lint status across multiple files in one scan, capturing passing and failing tests alongside code quality checks to deliver a consolidated snapshot of your project's current health.

Does the project health report include database and server status verification?

Yes, the project health report includes database and server status verification, reading recent activity and environment state to ensure your core infrastructure is running correctly alongside feature and test checks.

What's the best way to inventory implemented and planned features during a health check?

The best way to inventory features during a health check is to scan the project structure to enumerate core features and categorize their status as specified, planned, or implemented within the final plain-English report.

Can I use this for multi-file projects or is it limited to single scripts?

You can use this for multi-file projects and development workflows, as it comprehensively scans features, tests, lint, environment state, and recent activity across the project rather than evaluating isolated single scripts.