search-knowledge

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

快速把公司文档与工单结合成有引用的回答,便于决策与共享

▸ 风险提示

需要配置 atl CLI,读取公司内部文档需具备访问权限

这个 Skill 做什么

并行搜索 Confluence 与 Jira 并汇总带引用的答案

能同时在 Confluence 和 Jira 里找资料,把最相关的页面和工单读一遍,然后把答案整理成带引用的总结,方便你回答“我们对 X 有哪些记录”“有没有讨论过 Y”这类问题。用的是 atl CLI 做并行检索,结果会附上出处引用,且只读不会改任何文档或工单。特别适合答案可能藏在文档或 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-src/search-knowledge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/search-knowledge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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_cmd}}` 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 one narrower and one
broader variant up front so a miss doesn't stall the flow.

### 2. Search bo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有