sprint-dashboard

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

面向决策的只读视图,帮助技术负责人快速定位风险与瓶颈。

▸ 风险提示

需要访问 Jira 数据,需相应的查询权限。

这个 Skill 做什么

用 atl 从 Jira 数据生成可视化冲刺/看板仪表盘,突出需关注项与人员负载。

用 atl 从 Jira 抽取数据画成可视化的冲刺或看板仪表盘,展示状态列、待关注项和每个人的负载情况,方便站会或冲刺回顾时快速判定优先级。适合需要直观把控当前工作量、WIP 或想要立刻看出瓶颈的场景。只读展示为主,不会直接修改或分配票,决策支持为核心。

▸ 展开 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.

开发编程仪表盘Jira只读视图通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/sprint-dashboard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/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 `$setup` and stop.

## Workflow

### 1. Resolve scope

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