sprint-dashboard

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

为工程经理提供决策视图,突出需要关注的事项

▸ 风险提示

只读模式生成仪表盘需访问 Jira 数据,需配置访问权限

这个 Skill 做什么

从 Jira 数据生成可视化冲刺/看板仪表盘并突出问题与负载

基于 Jira 数据用 atl CLI 生成可视化的冲刺/看板仪表盘,展示状态栏、注意信号和每人负载,帮助团队在站会或评审时看清当前优先级与瓶颈。这是个决策支持视图,不是文字报告,强调快速发现需要关注的事项。严格只读,不会直接创建或修改 Jira 项,若需写操作会另行提供选项。

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

开发编程冲刺看板仪表盘WIP通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/sprint-dashboard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/sprint-dashboard/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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_cmd}}` and stop.

## Workflow

### 1. Resolve scope

```sh
atl jira board list --project KEY          # find the board id
atl jira sprint current --board <id>       # exit 4 = no active sprint
```

On exit 4, offer the latest closed 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有