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.