status

Query git states, recent commits, and task lists into a table-based summary.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LeviLeckenby/agentic-ways-of-working --skill status-levileckenby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/LeviLeckenby/agentic-ways-of-working/tree/main/.claude/skills/status
Command: npx skills add https://github.com/LeviLeckenby/agentic-ways-of-working --skill status-levileckenby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to quickly understand the health of a workspace, the state of multiple projects, and the progress of the current session. This Skill provides a concise, centralized status view to save time and improve visibility.

Core Features & Use Cases

  • Workspace overview: enumerate repos in repos/ with brief descriptions and flag uncommitted or unpushed changes
  • Active project insights: git status (branch, changes), recent commits, and current task lists
  • Session tracking: planned, completed, in-progress, and blocked tasks across the session
  • Use case: run a daily check to surface projects needing attention and summarize overall momentum

Quick Start

Run a status check to see the current workspace, active project, and session state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a comprehensive status overview of my workspace and active projects?

To get a comprehensive workspace status overview, you can query repo states, recent commits, and task lists to output a concise, table-based summary of your projects and active session.

What is the best way to track uncommitted changes across multiple git repositories?

Tracking uncommitted changes across multiple git repositories involves enumerating repos in your workspace to flag unpushed or uncommitted changes, providing a centralized status view to improve visibility.

How do I monitor task progress and git state for project-oriented workflows?

Monitoring task progress and git state for project-oriented workflows requires querying active project insights like branch changes and recent commits, alongside tracking planned, completed, and blocked tasks.

Can I use this to surface projects needing attention during a daily check?

Yes, you can surface projects needing attention during a daily check by running a status check to summarize overall momentum and identify repos with uncommitted changes or blocked session tasks.

Does this workspace monitoring tool require any external dependencies?

No, this workspace monitoring tool requires no external dependencies, allowing you to directly query your repository states and session tasks to generate a deterministic status summary.