sprint-dashboard

仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

为工程经理与技术负责人提供决策支持的即时视图与告警信号。

▸ 风险提示

通常为只读但需要 Jira API 访问,注意凭证与数据权限控制。

这个 Skill 做什么

基于 Jira 数据生成可视化冲刺/看板仪表盘,突出关注点与人员负载。

从 Jira 抓数据用 atl CLI 生成可视化的冲刺/看板仪表盘,展示状态列、需要关注的信号和每人负载,尽量用客户端能呈现的最丰富格式输出。只读不改数据,适合站会、冲刺复盘或想要比扁平报告更直观的当前工作快照时使用。

▸ 展开 SKILL.md 英文原文

Build a visual sprint or board dashboard from Jira data with the atl CLI — status columns, attention signals, per-assignee load — rendered in the richest format the client supports. USE WHEN the user asks for a sprint dashboard, standup view, sprint review or closeout snapshot, WIP overview, or a visual picture of current Jira work instead of a flat report. Read-only.

自动化集成冲刺看板仪表盘负载分配通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/sprint-dashboard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/sprint-dashboard/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/sprint-dashboard/SKILL.md — edit the source and run 'make gen-plugins'. -->

# Sprint dashboard with `atl`

A decision-support dashboard, not a prose report: its job is to show an
engineering manager or tech lead what needs attention. Strictly read-only —
never create, update, transition, assign, or comment from this recipe; offer
writes as follow-ups only. Command details live in the `jira` skill.

**Preflight:** `atl` must be installed and configured. If `command -v atl` fails
or a command exits `7` ("not configured"), run `/atl:setup` and stop.

## Workflow

### 1. Resolve scope

```sh
atl jira board list --project KEY          # find the board id
atl jira s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有