atl
仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
把 wiki 与 issue 当作代码库管理,适合注重版本化的团队
▸ 风险提示
需安装 atl 并配置访问权限,可能涉及敏感数据读取
这个 Skill 做什么
使用 atl CLI 将 Confluence 与 Jira 内容镜像为本地文件并同步编辑
用 atl 把 Confluence 页面和 Jira issue 镜像成本地文件,按原生格式保存(比如 .csf、Jira wiki),然后当作代码工作集去读、改、再推回去。适合需要在本地查看、全文搜索或批量编辑 Atlassian 内容的场景。特点是把在线文档变成可版本化的本地文件,方便用 Git 流程管理改动。
▸ 展开 SKILL.md 英文原文
Work with Confluence pages and Jira issues as local files using the atl CLI — mirror them to disk in native format, use them as grounding context, edit, and push changes back under a version gate. Use when the user mentions Confluence, a wiki page, Jira, a ticket/issue/epic, an agile board, sprint, Structure tree, a spec or runbook that lives in Atlassian, JQL or CQL, or wants Atlassian content available locally to read or edit.
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/atl/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/atl/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Working with Confluence & Jira via `atl` `atl` is a Git-style CLI that mirrors Confluence pages and Jira issues to local disk in their **native formats** (Confluence Storage Format `.csf`; Jira wiki), so you can treat Atlassian content as part of your file working set — read it with Read/Grep/Glob, edit it, and push it back. This skill orients you. For the actual command flows, use the focused skills: - **Confluence pages** (pull / edit `.csf` / validate / push under the version gate) → the `confluence` skill. - **Jira issues** (search / pull / create / update / transition / comment / link) → the `jira` skill. - **First-time install & config** (`atl` binary, auth, backend URLs, mirro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有