jr-status

Analyze Git state and feature progress to generate project status reports.

3|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rusi/junior --skill jr-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jr-status
Source: https://github.com/rusi/junior/tree/main/agents/skills/jr-status
Command: npx skills add https://github.com/rusi/junior --skill jr-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produce a comprehensive project status report by aggregating git state, active work, features, research/experiments, and actionable next steps.

Core Features & Use Cases

  • Provide a consolidated view of project health including branch state, uncommitted changes, and ahead/behind metrics.
  • List in-progress features with current story progress and upcoming tasks to maintain momentum.
  • Generate a ready-to-share status report and actionable next steps for planning and execution.

Quick Start

Summarize today's project status by running the jr-status skill.

Frequently Asked Questions about jr-status

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

FAQPage Schema
How do I generate a project status report from git state and active features?▼

Generate a project status report by consolidating git state, active work, features, and task progress. The tool reads repository state and feature directories to compute a conservative completion view and produce an actionable summary.

What is the best way to summarize project health for daily standups across multi-feature workflows?▼

Summarize project health for standups by aggregating branch state, uncommitted changes, and ahead/behind metrics. The report lists in-progress features with current story progress and upcoming tasks to maintain momentum across multi-feature workflows.

Can I track feature directory progress and upcoming tasks without manual git inspection?▼

Track feature directory progress automatically by reading repository state and task progress directly. The tool distills the scope by consolidating active work and computing a conservative completion view, eliminating the need for manual git inspection.

Does this status reporting tool work with software projects using multi-feature workflows?▼

Yes, this status reporting tool is specifically designed for software projects managed with multi-feature workflows. It consolidates git state, active work, features, and research to support planning and standups across these environments.

Why do I need a consolidated view of branch state and uncommitted changes for project planning?▼

A consolidated view of branch state and uncommitted changes is needed to accurately assess project health and compute a conservative completion view. This aggregation prevents oversight of local modifications and maintains accurate planning momentum.