status

Show kanban board status, agent workload, and work distribution.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/hankh95/yurtle-kanban --skill status-hankh95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/hankh95/yurtle-kanban/tree/main/skills/status
Command: npx skills add https://github.com/hankh95/yurtle-kanban --skill status-hankh95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Kanban Status Skill provides a concise view of the current board state, including active tasks, workload distribution, and progress across statuses, enabling faster situational awareness for teams.

Core Features & Use Cases

  • Board status: Show overall board statistics and track work in_progress, ready, review, and done items.
  • Workload visibility: Highlight how many items are assigned to each agent or team to balance workloads.
  • Quick project snapshot: Provide a lightweight summary for standups or status meetings.
  • Use Case: A project manager runs the skill to generate a quick board snapshot before a daily standup and reallocates resources if bottlenecks appear.

Quick Start

Run yurtle-kanban status to view the current board status, workload, and recent activity. You can also inspect the current Git branch with git branch --show-current and review recent commits with git log --oneline -5 to understand recent changes.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check kanban board status and agent workload distribution?

To check kanban board status and agent workload distribution, you can use a skill that queries the yurtle-kanban board state and aggregates item counts across in_progress, ready, review, and done columns. It highlights how many items are assigned to each agent to balance team workloads.

Can I use git activity to track recent project changes alongside kanban status?

Yes, you can inspect git activity alongside kanban status by running git branch --show-current and git log --oneline -5. This combines the lightweight board snapshot with recent commit history to provide faster situational awareness for active projects.

What is the best way to generate a quick project snapshot for daily standups?

The best way to generate a quick project snapshot for daily standups is to query board statistics and workload visibility. This provides a lightweight summary of active tasks, progress across statuses, and agent distribution, enabling project managers to reallocate resources if bottlenecks appear.

Does this kanban status check require any specific dependencies or components?

No specific dependencies or components are required to run this kanban status check. It operates as a basic skill that directly queries the yurtle-kanban board state and aggregates status counts for items without needing additional setup or external integrations.