meeting-tasks
仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
把讨论转成可执行任务,节省手动输入与追踪时间
▸ 风险提示
需要配置 atl CLI,创建工单需用户确认并具有写权限
这个 Skill 做什么
从会议笔记或 Confluence 页面提取行动项并(经确认后)创建 Jira 任务
把会议笔记或 Confluence 页面里的待办和行动项自动识别出来,整理成清单给你确认后再在 Jira 里创建并指派负责人。适用于把复盘或会议纪要快速转成可跟踪任务的场景。关键点是不会自动建单,先让你核对后再执行,避免误拆或遗漏。
▸ 展开 SKILL.md 英文原文
Extract action items from meeting notes — pasted text or a Confluence page — and create Jira tasks with assignees using the atl CLI. USE WHEN the user asks to turn meeting notes into tasks or tickets, capture action items, or create follow-up Jira issues from notes or a retro page.
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/meeting-tasks/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/meeting-tasks/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Meeting notes → Jira tasks with `atl`
Parse the notes → present the extracted items → **get approval** → create.
Never create tickets before the user confirms the list. Command details live
in the `jira` and `confluence` 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. Get the notes
Pasted text as-is; a Confluence page via
`atl conf page get --id <id> --format view`, or find it first:
`atl conf search --cql 'title ~ "<meeting title>"' --limit 5`.
### 2. Extract action items
Signals: explicit markers ("AI:", "TODO", "Action:", checkboxes, "@name"),
avia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有