status

Scan project artifact directories to generate status summaries and validate gate readiness.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill status-vibbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/status
Command: npx skills add https://github.com/vibbs/company-os --skill status-vibbs

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 artifact health, including counts, statuses, broken links, and gate readiness, allowing for quick assessment and proactive issue resolution.

Core Features & Use Cases

  • Artifact Summary: Get a clear count of all artifacts by type and status (draft, review, approved, archived).
  • Reference Integrity Check: Automatically detects and reports broken links between artifacts.
  • Gate Readiness Assessment: Verifies if artifacts meet the criteria to pass to the next stage of the workflow.
  • Use Case: Before starting a new feature, run this Skill to quickly see what documentation already exists, identify any inconsistencies, and ensure you're not duplicating effort or blocked by missing prerequisites.

Quick Start

Use the status skill to show a full project artifact status dashboard.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check project artifact status and documentation health?

To check project artifact status, scan directories to generate a summary dashboard showing counts by type and status. This provides a comprehensive overview of documentation health, broken links, and workflow progression.

How do I detect broken links and reference integrity issues in Markdown files?

Detecting broken links in Markdown files requires scanning project artifact directories to automatically report reference integrity issues. This validates cross-references between documents, ensuring no missing prerequisites block your workflow.

What is gate readiness assessment for project management workflows?

Gate readiness assessment verifies that project artifacts meet criteria to pass to the next workflow stage. It validates documentation progression by executing shell scripts to ensure prerequisites are satisfied before advancing.

Can I parse YAML frontmatter from Markdown files to assess project health?

Yes, parsing YAML frontmatter from Markdown files extracts artifact metadata to assess project health. This reads status fields and categorizes documents into draft, review, approved, or archived states for dashboard reporting.

Does this project health dashboard require any specific dependencies or environments?

The project health dashboard requires no external dependencies, but needs Markdown files with YAML frontmatter to function. It executes shell scripts for gate validation, requiring a compatible shell environment to run.

When should I use a gate readiness validation script for project artifacts?

Use gate readiness validation scripts before starting new features or advancing workflow stages to identify inconsistencies and ensure prerequisites are met. This prevents duplication of effort and avoids blockers from missing documentation.