status

Report Git branch, status, worktrees, agents, orchestrator state, and open PRs.

5|1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ncukondo/reference-manager --skill status-ncukondo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/ncukondo/reference-manager/tree/main/.claude/skills/status
Command: npx skills add https://github.com/ncukondo/reference-manager --skill status-ncukondo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Project health monitoring for software teams by surface-tracking Git state, worktrees, agent activity, and PR readiness in one concise view.

Core Features & Use Cases

  • Live Health Overview: Git branch, status, worktrees, active agents, orchestrator state, and open PRs at a glance.
  • Full Health Audit: ROADMAP progress, tests, build status, uncommitted changes, and worktree status across the repository.
  • Use Case: Before releases, quickly verify blockers are cleared and PRs are up to date.

Quick Start

Run the status check to generate a live health report for the current project.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check project health and Git status before a release?

To check project health before a release, you need a tool that aggregates Git branch status, uncommitted changes, and open PRs. This Skill provides a live health overview by inspecting local repository data to verify blockers are cleared.

What is included in a repository health audit?

A repository health audit includes reporting current Git branch, worktree status, active agents, orchestrator state, open PRs, ROADMAP progress, tests, and build status. It aggregates these signals to give a full picture of project readiness.

Does this project monitoring tool require external data access?

No, this project monitoring tool does not require external data access. It answers with deterministic, local inspection using standard tooling and repository data to aggregate health signals like Git status and worktrees.

Can I monitor Git worktrees and active agents across my project?

Yes, you can monitor Git worktrees and active agents across your project. The health overview specifically surfaces worktree status and orchestrator state alongside standard Git status and open PRs.

What is the best way to track CI/CD build status and uncommitted changes locally?

The best way to track build status and uncommitted changes locally is using an aggregation script that performs a full health audit. This Skill reports test results, build status, and uncommitted changes without relying on external data access.