search-knowledge

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

快速定位跨系统讨论与决策证据,便于做出基于证据的回答。

▸ 风险提示

需要读取权限并可能暴露敏感内部信息,注意访问控制。

这个 Skill 做什么

并行搜索 Confluence 与 Jira,合成带引用的答案以回答公司知识问题。

同时在 Confluence 和 Jira 里并行搜文档和工单,把最相关的结果读一遍后整合成带引用的答案。适合问“关于 X 我们有什么记录”“找跟 X 有关的文档或 ticket”这类问题。特点是自动给出来源引用并且只读不改,方便直接用来汇报或做决策。

▸ 展开 SKILL.md 英文原文

Answer questions from company knowledge by searching Confluence and Jira together with the atl CLI and synthesizing a cited answer. USE WHEN the user asks "what do we know about X", "find docs/tickets about X", "explain our <process/system/term>", "has this been discussed", or any question whose answer may live in Confluence pages or Jira issues rather than in the codebase.

研究检索知识库搜索ConfluenceJira引用答复通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/search-knowledge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/search-knowledge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/search-knowledge/SKILL.md — edit the source and run 'make gen-plugins'. -->

# Search company knowledge with `atl`

Search Confluence and Jira **in parallel**, read the best hits, and answer with
citations. This recipe is read-only: never create, update, or comment on
anything from it. Command details live in the `confluence` and `jira` skills.

**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. Extract search terms

Take the core nouns of the question, drop filler: "what do we know about the
billing retry queue" → `billing retry queue`. Prep
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有