AgentSkillsCN

kb-show-todos

快速概览当前待办事项:刷新/阅读 notes/work/daily-brief.md,用 10–15 行概括逾期任务、即将到期的任务、重点任务以及待审核事项,然后提出一个核心问题(前三项)。可通过 /show-todos、“任务情况如何?”、“接下来做什么?”、“展示任务列表”等指令触发。

SKILL.md
--- frontmatter
name: kb-show-todos
description: 'Quick current tasks overview: refresh/read notes/work/daily-brief.md and summarize overdue/due-soon + top tasks + needs-review in 10–15 lines, then ask one question (top‑3). Triggered by /show-todos, "что по задачам", "что делать", "покажи задачи".'

kb-show-todos

Use this skill when the user wants a fast overview of current tasks.

Steps

  1. Best-effort refresh:
bash
.venv/bin/python scripts/kb.py day-start
  • If Jira auth is missing/unavailable: tell the user to create/update .env with JIRA_URL + JIRA_TOKEN (and optionally JIRA_USERNAME), then continue by reading the existing notes/work/daily-brief.md if present.
  1. Summarize in 10–15 lines:
  • Overdue / due soon (if present)
  • Top 5 tasks by actionability (In progress/Review first)
  • “Needs Review” items (short)

Always include titles next to keys (avoid bare IDs).

  1. Ask only one question if needed:
  • “Что берём в топ‑3 на сегодня?”