CtrlK
BlogDocsLog inGet started
Tessl Logo

yao-board

Kanban board and task query expert. ALWAYS invoke this skill when the user asks about boards, tasks, task status, or project progress. Do not guess task state — use this skill first.

66

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./tools/skills/yao-board/SKILL.md
SKILL.md
Quality
Evals
Security

Board & Task Tools

Two tools for querying kanban boards and tasks, called via bash.

board_list

List all kanban boards with their columns and task counts.

tai tool board_list '{}'

task_list

List tasks with optional filtering.

tai tool task_list '{"board_id": "xxx", "run_status": "running"}'
ParameterTypeRequiredDescription
run_statusstringnoFilter: pending/running/waiting/completed/failed
assistant_idstringnoFilter by assistant ID
board_idstringnoFilter by board ID
pagenumbernoPage number (default 1)
page_sizenumbernoItems per page (default 50)

Guidelines

  • Use board_list first to discover available boards and their IDs
  • Use task_list with filters to find specific tasks
  • All output is JSON
Repository
YaoApp/yao
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.