
Curl Ticket task creation tool. Guide the user through creating a structured Task (## Why / ## Acceptance Criteria) by collecting project, title, why, acceptance criteria, and assignee, then call `curl-ticket create-issue --type task --json`. Trigger when: user says "create task", "新增 task", "add task", "open ticket as task", "建立 task", "open a task", "create a ticket", "幫我開一張 task", or pastes a PRD / requirement document and asks to file it as a task. Do NOT use for analyzing existing issues or for `api_bug` cURL flows — use `curl-ticket-issue-analyzer` for those.
Curl Ticket issue query and analysis tool. Fetch issue details via CLI, locate problematic code in the local codebase, and provide fix suggestions. Trigger when: user mentions issue, bug, ticket, error, Curl Ticket, CT- identifiers (e.g. CT-42), issue tracking, analyze bug, update issue status, or requests task information from the issue tracker. Do NOT use this skill for *creating* a new task from a description / PRD — that flow belongs to `curl-ticket-create-task`.
# Claude Code Skill ## 範圍 本文件定義 Skill 檔案(SKILL.md)的內容規範,以及使用者端的設定需求。Skill 讓 Claude Code 能自動判斷何時該呼叫 `curl-ticket` CLI,並指引 Claude 如何從 issue 資訊追蹤到本地程式碼。 --- ## C1. Skill 檔案規範 - `SKILL-001`:Skill 檔案路徑為 `.claude/skills/curl-ticket/SKILL.md`(位於使用者的專案目錄中)。 - `SKILL-002`:Skill 隨 CLI npm 套件一起發佈(位於 `packages/cli/skills/curl-ticket/SKILL.md`),透過 `curl-ticket init-skill` 複製到專案。 - `SKILL-003`:Skill 的 frontmatter `name` 為 `curl-ticket-issue-analyzer`。 - `SKILL-004`:Skill 的 frontmatter `description` 需涵蓋以下