jira

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

把复杂的 Jira 操作脚本化,适合工程经理与开发团队

▸ 风险提示

需要安装并配置 atl CLI,写操作会修改 Jira 数据,需谨慎授权

这个 Skill 做什么

通过 atl CLI 搜索、读取并编辑 Jira 工单(创建/更新/过渡/评论等)

用 atl CLI 在 Jira 里搜索、读取和修改工单:能按 JQL 查找、把 issue 拉成本地 JSON 查看,也可以创建/更新/过渡/评论/关联/删除工单或 epic,并处理附件和变更记录。常在需要查工单、指派人、跑 JQL 报表或在命令行批量操作 issue 时用到。注意修改只能通过命令完成(没有文件→推的路径),默认输出是 JSON,issue key 多为位置参数。

▸ 展开 SKILL.md 英文原文

Search, pull, read, and edit Jira issues with the atl CLI — search by JQL, mirror issues locally, and create/update/edit/transition/comment/link/delete issues and epics. USE WHEN the user wants to read, search, create, update, assign, transition, comment on, link, delete, check fields of, or report on a Jira issue, ticket, bug, story, epic, or task; extract artifact references; build an epic tree; add/remove labels; view issue history or changelog; look up users; run a JQL query; find out who is logged in; check required fields before transitioning; list or download issue attachments/images; work with agile boards and sprints; or read Tempo Structure metadata, forest rows, values, and issue exports.

开发编程Jira命令行issue 管理通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/jira/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/jira/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Jira issues with `atl`

Read Jira issues as local files; **change them only through commands** (there is no file→push path
for Jira). `atl` prints JSON by default. Issue keys are **positional** arguments
(`atl jira issue get PROJ-1`), except the meta command `atl jira transitions --key PROJ-1`.

**Output modes:** `-o id` prints just the primary identifiers (issue keys or comment/link IDs) one
per line, suitable for piping into `xargs` or scripts. `-o text` gives a human-readable view.
`--verbose` (or `ATL_VERBOSE=1`) traces every HTTP request/response to stderr; the bearer token is
never written to the trace.

**Preflight:** `atl` must be installed and configured (Jira URL + PAT). If `comm
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有