add-comment
星标10
分支0
更新时间2026年4月28日 12:20
Add a comment to an issue.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Add a comment to an issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Document a completed issue in the wiki (functional, technical, decision, solution).
Summarize a ticket's history, description, comments, and status.
Summarize recent activity across issues and commits.
Start tracked work: find/create ticket, set in-progress, track progress in comments.
Bump the tracker VERSION (semver) so update-check hook notifies existing installs.
Create a new issue (ticket, bug, feature request).
| name | add-comment |
| description | Add a comment to an issue. |
| argument-hint | <ISSUE-ID> <comment> |
| allowed-tools | Read, Write, Glob |
Add a comment to an existing issue.
content)Keep comments short. Future sessions re-read these — every word costs tokens.
path:line format only when load-bearing..project/issues/$1/issue.json to verify it exists.project/issues/$1/comments/ if it doesn't exist{number}.json with ALL of these fields (all required):
id: zero-padded comment number (e.g. "001")author: "Claude Code"content: $ARGUMENTS (everything after the issue ID)created: current ISO-8601 timestamp — REQUIRED, omitting this breaks the issue APIissue.json updated timestamp.project/issues_index.json (create as [] if missing). Replace the entry with matching id (or add if missing) using all fields from issue.json. Sort by updated descending. Write back.