shipit-session-status

Displays Shipit session flows and milestone summaries from durable logs.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/arthur-debert/dodot --skill shipit-session-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipit-session-status
Source: https://github.com/arthur-debert/dodot/tree/main/.agents/skills/shipit-session-status
Command: npx skills add https://github.com/arthur-debert/dodot --skill shipit-session-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand what happened in the current shipit session without digging through raw logs or piecing together events manually.

Core Features & Use Cases

  • Session timeline: Shows the flow of dev-cycle milestones for the current session in a readable order.
  • Epic tracking: Lets you switch from session view to a specific epic code when you want progress across sessions.
  • Status visibility: Summarizes what is underway, what has completed, and what remains unclear for a session or epic.
  • Use case: Ask for the current session status when you need a fast update before continuing work or reviewing progress.

Quick Start

Ask for the current shipit session status so I can show the flow of milestones and summarize where things stand.

Frequently Asked Questions about shipit-session-status

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

FAQPage Schema
How do I check the current shipit session status from logs?

To check shipit session status, this Skill reads durable logs and filters the flow of dev-cycle milestones, providing a readable timeline that summarizes what is underway, completed, and remaining.

How do I track epic progress across multiple development sessions?

Track epic progress across sessions by switching from the session view to a specific epic code. The Skill filters durable logs to show milestone history and status visibility for that epic over time.

Can I filter my session status by work stream, PR, or agent?

Yes, session status supports flow-based log filtering with optional breakdowns by epic, work stream, PR, and agent, allowing you to isolate specific development cycle activities within the timeline.

What is the best way to review milestone history for a development cycle?

The best way to review milestone history is to query the session status, which extracts dev-cycle milestones from durable logs and displays them in a readable order for fast progress review.

Does this session status tool require any external dependencies?

No, this session status tool operates with zero external dependencies, directly parsing durable logs to generate the dev-cycle timeline and epic tracking summaries without requiring additional packages.