analyzing-branch-status

Analyze autonomy branch journal commits and generate a Markdown status report.

3|1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/tilmon-engineering/claude-skills --skill analyzing-branch-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-branch-status
Source: https://github.com/tilmon-engineering/claude-skills/tree/main/plugins/autonomy/skills/analyzing-branch-status
Command: npx skills add https://github.com/tilmon-engineering/claude-skills --skill analyzing-branch-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of exhaustive status reports for a single autonomy branch by reading journal commits and deriving a timeline, metrics progression, blockers, and current state without manual review.

Core Features & Use Cases

  • Automated timeline and metrics extraction from branch journals
  • Blocker history and current state analysis
  • Generate a clear, shareable report for stakeholders; supports archival reviews and progress tracking

Quick Start

  1. Run the skill on the target autonomy branch, e.g. /branch-status autonomy/your-branch
  2. The skill will read git logs for autonomy/*, dispatch the branch-analyzer agent, and return a Markdown report without modifying any files

Frequently Asked Questions about analyzing-branch-status

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

FAQPage Schema
How do I generate a status report from git log for an autonomy branch?

You can automate branch status reporting by running a read-only git log analysis on autonomy branches. The skill extracts timeline progression, metrics, and blockers from journal commits to output a Markdown report.

Can I analyze branch blockers and metrics history without modifying code?

Yes, you can analyze branch blockers and metrics history without modifying code. The skill dispatches a read-only git log analysis on journal commits to extract timelines and metrics without modifying any files.

What is an autonomy branch status report and what does it include?

An autonomy branch status report is a comprehensive document generated from journal commits. It includes a deep timeline, metrics progression, blockers history, and the current state of a single autonomy branch.

Does this branch status analysis support multiple autonomy branches at once?

No, this branch status analysis applies to single autonomy branches only. It is designed to provide a deep timeline and metrics progression for one specific autonomy branch scenario at a time.

What's the best way to track metrics progression on an autonomy branch?

The best way to track metrics progression on an autonomy branch is to analyze journal commits using a dedicated branch-analyzer agent. It constructs and runs a Python script to derive metrics progression automatically.

Why do I need a Python analysis script for git log extraction?

A Python analysis script is needed for git log extraction to systematically process journal commits. It dispatches the branch-analyzer agent to construct and run the logic required for deriving timelines and blocker histories.