meeting-tasks

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

能把会议产出快速转为可执行票据,显著减少手动跟进成本。

▸ 风险提示

会创建工单,需用户确认且要求 Jira 写权限。

这个 Skill 做什么

从会议纪要提取行动项并在确认后创建带分配人的 Jira 任务。

把会议纪要(粘贴的文本或 Confluence 页面)里的行动项抽取出来,列出待办让你确认后再批量在 Jira 里创建并分配执行人。适用于需要把讨论内容变成可跟踪的任务或后续 ticket 的场景。重点是先让你审阅再创建,避免误建或重复。

▸ 展开 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.

自动化集成会议纪要行动项Jira创建通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/meeting-tasks/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/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 `/atl: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. 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有