search-knowledge

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

将企业知识库交叉搜索并给出可引用的综合答复。

▸ 风险提示

读取公司内部文档可能暴露敏感信息,应注意数据边界。

这个 Skill 做什么

并行检索 Confluence 与 Jira 并合成带引用的答案。

并行搜索 Confluence 和 Jira,把最相关的页面和 issue 汇总并带上引用来回答你的问题,适合问“关于 X 我们之前有什么讨论/文档/工单”。在需要把公司知识库里的分散信息整合成可追溯答案时用。注意这是只读检索,会列出来源便于你继续深入。

▸ 展开 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/plugins/atl/skills/search-knowledge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/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 `$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`. Prepare 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有