board-view

Display kanban board tasks as a markdown table grouped by status.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/clenisa/optimal-cli --skill board-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: board-view
Source: https://github.com/clenisa/optimal-cli/tree/main/skills/board-view
Command: npx skills add https://github.com/clenisa/optimal-cli --skill board-view

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick, human-readable summary of project work by showing tasks grouped by status so stakeholders can see what is queued, in progress, or completed without opening multiple tools.

Core Features & Use Cases

  • Fetches all tasks for a project using the project's task service and groups them by status columns for immediate visibility.
  • Formats and outputs the board as a Markdown table including status, priority, title, agent, and associated skill, suitable for reports or notes.
  • Use Case: A product manager or engineer wanting a concise snapshot of work across agents can run this to review in-progress items and identify blockers.

Quick Start

Display the kanban board for project optimal-cli-refactor grouped by status.

Frequently Asked Questions about board-view

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

FAQPage Schema
How do I visualize project tasks as a kanban board in markdown?

You can visualize project tasks as a kanban board by fetching all tasks for a project, grouping them by status columns like backlog or done, and formatting the output as a markdown table summarizing priority, title, and agent.

What is the best way to group Supabase tasks by status for reporting?

Grouping Supabase tasks by status involves fetching them via your project task service and formatting the grouped results into a markdown table that includes status, priority, title, agent, and associated skill for concise reporting.

Do I need a Supabase service key to display a project task board?

Yes, displaying a project task board requires the OPTIMAL_SUPABASE_URL and OPTIMAL_SUPABASE_SERVICE_KEY environment variables to authenticate the request and fetch tasks grouped by status for the kanban table.

Can I filter kanban board tasks by backlog, ready, and in_progress columns?

You can filter kanban board tasks across columns such as backlog, ready, in_progress, review, and done by fetching project tasks and grouping them by their current status to provide immediate visibility into queued work.

What task details are included in the markdown kanban table output?

Task details included in the markdown kanban table output are status, priority, title, agent, and associated skill, providing a human-readable summary of project work grouped by status for stakeholders.