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.