bk-monitor-tapd-summary

Fetches TAPD backlog items and generates grouped summary reports.

840|261|Updated Apr 18, 2019
One-click install
npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-tapd-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-monitor-tapd-summary
Source: https://github.com/TencentBlueKing/bk-bcs/tree/main/bcs-services/bcs-project-manager/.cursor/skills/bk-monitor-tapd-summary
Command: npx skills add https://github.com/TencentBlueKing/bk-bcs --skill bk-monitor-tapd-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tracking pending work across multiple TAPD workspaces requires manually checking stories, bugs, and tasks in each project, making it hard to get a consolidated view of what needs attention.

Core Features & Use Cases

  • Multi-workspace retrieval: Pulls stories, bugs, and tasks from the BlueKing Monitor (10158081) and BlueKing DevTools (70093903) TAPD workspaces via MCP calls.
  • Urgency-based grouping: Merges all items, deduplicates them, and groups by urgency (overdue, this week, this month, long-term), then sorts by priority within each group.
  • Templated summary output: Generates a formatted report with clickable item links following a defined summary template, capped at 60 items.
  • Use Case: A project manager asks for today's pending TAPD items and receives a single prioritized digest of unfinished stories, bugs, and tasks across both workspaces.

Quick Start

Ask the assistant to fetch my TAPD pending items and generate a summary of unfinished stories, bugs, and tasks.

Frequently Asked Questions about bk-monitor-tapd-summary

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

FAQPage Schema
How do I get a summary of my TAPD pending items?

Ask the assistant to fetch TAPD pending items. It calls stories_get, bugs_get, and tasks_get for the configured workspaces, filters out completed items, and outputs a grouped summary with links.

Which TAPD workspaces does this summary cover?

It queries workspace 10158081 (BlueKing Monitor) and workspace 70093903 (BlueKing DevTools), retrieving stories, bugs, and tasks from each.

How are TAPD items grouped in the summary?

Items are grouped by urgency: overdue, due this week, due this month, and long-term. Within each group they are sorted by priority, and bugs without a due date fall into the long-term group.

Does the TAPD summary include completed items?

No. Only items in unfinished development states are fetched and displayed, and duplicate items are shown only once.

Is there a limit on how many TAPD items are processed?

Yes. The workflow processes at most 60 items across all types and workspaces to keep the summary readable.