rh-inf-status

Summarizes project health and per-topic readiness from rh-skills status.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill rh-inf-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rh-inf-status
Source: https://github.com/reason-healthcare/rh-skills/tree/main/skills/.curated/rh-inf-status
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill rh-inf-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lifecycle status tracking helps teams understand the current state of topics and the overall portfolio without performing actions, enabling quick decision-making.

Core Features & Use Cases

  • Read-only status summaries for all topics and per-topic detail with deterministic next steps.
  • Surface drift and readiness signals via CLI commands like rh-skills status and rh-skills status check-changes.
  • Guaranteed safety since no files are modified; validations rely on tracking.yaml and existing sources.

Quick Start

Run rh-skills status to view the full portfolio and deterministic next steps for each topic.

Frequently Asked Questions about rh-inf-status

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

FAQPage Schema
How do I view project portfolio health without modifying any files?

View project portfolio health by running a read-only status command. It generates deterministic stage and artifact summaries from existing sources, ensuring no files are modified during the status tracking process.

What is drift detection in portfolio status tracking?

Drift detection in portfolio status tracking identifies misalignments between expected and actual states. It surfaces readiness signals via check-changes commands, relying on tracking.yaml as the single source of truth.

How do I get deterministic next steps for my topic portfolio?

Get deterministic next steps for your topic portfolio by rendering status outputs. The system summarizes per-topic readiness and calculates exact actions required based on the current lifecycle stage.

Does portfolio status tracking require a specific configuration file?

Portfolio status tracking requires tracking.yaml as its single source of truth. Validations and status summaries rely entirely on this file alongside existing sources, requiring no additional setup.

Can I check portfolio readiness from the CLI without write access?

Check portfolio readiness from the CLI safely without write access. The read-only operation guarantees no file modifications occur while still surfacing drift, stage, and artifact details.