meeting-tasks
仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
把会议决议快速变成可跟踪的 Jira 任务,减少漏项。
▸ 风险提示
会创建工单,需用户确认并注意隐私与权限。
这个 Skill 做什么
从会议记录提取行动项并可创建带负责人 Jira 任务。
把会议记录(粘贴文本或 Confluence 页面)里的行动项自动提取出来,并可用 atl CLI 按负责人创建 Jira 任务。适合需要把会议待办、回顾要点快速落地为 tickets 的场景,省去手动拆分和分配的麻烦。工作流会先把提取结果呈现给你确认,绝不会未经同意就创建工单;需要本地已配置 atl。
▸ 展开 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/plugins/atl/skills/meeting-tasks/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/meeting-tasks/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/meeting-tasks/SKILL.md — edit the source and run 'make gen-plugins'. -->
# 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 `$setup` 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. Extrvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有