sitrep

Aggregate repository state across worktrees, branches, and uncommitted changes into a status snapshot.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/oobagi/jflow --skill sitrep-oobagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sitrep
Source: https://github.com/oobagi/jflow/tree/main/skills/sitrep
Command: npx skills add https://github.com/oobagi/jflow --skill sitrep-oobagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sitrep provides a concise, actionable overview of a project's current state by aggregating repository data and context to help you return to work quickly after a break.

Core Features & Use Cases

  • Comprehensive status: summarizes branches, worktrees, and uncommitted changes across the workspace.
  • Context extraction: surfaces project context from CLAUDE.md or README to orient unfamiliar environments.
  • Scalable reports: handles single-repo and multi-worktree scenarios with parallel data gathering.

Quick Start

Generate a sitrep for the current repository to see the latest state and next actions.

Frequently Asked Questions about sitrep

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

FAQPage Schema
How do I get a snapshot of my git repository status across multiple worktrees?

To get a git repository status snapshot, you can aggregate uncommitted changes, branch health, and worktree status to produce a concise report. This summarizes recent activity and available project context to help you quickly return to work.

What is the best way to review uncommitted changes and branch health before starting work?

Reviewing uncommitted changes and branch health is best done by aggregating repository state across worktrees and branches. This produces a structured status snapshot that highlights recent activity and clear next steps for your project.

How do I extract project context from CLAUDE.md or README files for a quick overview?

To extract project context from CLAUDE.md or README files, you can surface the documentation content within a status snapshot. This orients you to unfamiliar environments by summarizing repository state alongside available project instructions.

Does a repository status report work in non-repo folders or directories with missing history?

A repository status report ensures robust handling for non-repo folders and missing history. It aggregates available data to deliver a structured Sitrep with clear next steps even when git history or context files are absent.

Can I generate a status report for a single repository instead of a multi-worktree setup?

You can generate a status report for a single repository as it handles both single-repo and multi-worktree scenarios. The report scales by summarizing branch health, uncommitted changes, and project context using parallel data gathering.