# Status

> Show kanban board status, agent workload, and work distribution Use when this capability is needed.

- Skill: `tomevault-io/status-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/status-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/status-4/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/status-4

---


# Kanban Status

Show the current state of the kanban board and work distribution.

## Overview

```bash
# Board statistics
yurtle-kanban stats

# Current git branch
git branch --show-current

# Recent commits
git log --oneline -5
```

## In Progress

```bash
yurtle-kanban list --status in_progress
```

## Ready to Start

```bash
yurtle-kanban list --status ready --limit 10
```

## In Review

```bash
yurtle-kanban list --status review
```

## Recently Completed

```bash
yurtle-kanban list --status done --limit 5
```

## Blocked Items

```bash
yurtle-kanban list --status blocked
```

## Summary

Provide a brief summary of:
- What's currently being worked on
- What's ready to pick up (highest priority)
- What's waiting for review
- Any blocked items that need attention
- Recommendations for next steps

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/hankh95) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

