One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill board-cosmicdreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: board
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/drover/skills/board
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill board-cosmicdreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill makes drover’s detected issues easy to understand by presenting an organized error board, so you can quickly see what needs attention and where each fix is in the workflow.

Core Features & Use Cases

  • Lane-Grouped Error Overview: Displays open errors grouped by kanban lane and includes key fields like severity, environment, trust level, and occurrence counts.
  • Targeted Filtering: Lets you filter the board by lane, severity, or environment to focus on the most relevant problems.
  • Human + Headless Output: Provides both a local auto-refresh web UI and a terminal-friendly ASCII summary for non-browser contexts.

Quick Start

Ask for the drover board overview by running the skill command: /drover:board.

Frequently Asked Questions about board

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

FAQPage Schema
How do I triage detected errors grouped by kanban lane?

A lane-grouped error board reads local ticket state and displays open issues with severity, environment, and occurrence counts for rapid sprint troubleshooting. It renders a local web UI on a port and provides a terminal-friendly ASCII summary fallback.

Can I filter a work queue by severity and environment during operational triage?

Yes, you can filter the operational triage work queue by lane, severity, or environment using command-line filters. The board honors these targeted filters so you can focus on the most relevant detected issues within your sprint workflow.

What is the best way to view detected tickets in a terminal without a browser?

Viewing detected tickets without a browser is best handled by a headless ASCII fallback that outputs a terminal-friendly summary. This provides a quick text-based overview of lane-grouped errors and fix statuses for non-browser contexts.

Does the error board require a specific database configuration to run?

The error board requires a local drover database state to function. Pre-flight checks validate configuration and database existence before rendering the web UI or terminal summary, ensuring the ticket data is available for grouping and display.

How does a kanban error board handle sprint troubleshooting at a glance?

A kanban error board handles sprint troubleshooting by grouping detected tickets into lanes and displaying key fields like severity, trust level, and occurrence counts. This organized view lets humans rapidly assess open issues and fix status.