From cc-backlog-connect
Backlogコメント操作のプロアクティブSkill。コメントの一覧・追加・取得・更新・削除に対応。 Use when user wants to add, view, or manage comments on Backlog issues. Use when user says "コメントして", "コメントを追加", "PROJ-123にコメント", "コメント一覧", "コメントを見せて", "対応状況をコメント", "コメントを更新", "コメントを削除". Supports: list, add, get, update, delete subcommands. Do NOT use for general conversation about comments unrelated to Backlog issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-backlog-connect:backlog-commentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Backlog 課題のコメントを操作するスキルです。
Backlog 課題のコメントを操作するスキルです。
まず .cc-backlog/config.json が存在するか確認してください。
存在しない場合は、操作を実行せず以下のように案内してください:
Backlog の接続設定がまだ行われていません。先に
/cc-backlog-connect:configを実行して設定してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment <subcommand> [options]
ユーザーが「PROJ-123 にコメントして」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment add PROJ-123 --content "コメント内容"
重要: コメント内容は必ずユーザーに確認してから送信してください。勝手にコメントを作成しないでください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment list PROJ-123
JSON出力をユーザーに分かりやすく要約表示:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment get PROJ-123 --comment-id 456
更新内容をユーザーに確認してから実行してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment update PROJ-123 --comment-id 456 --content "更新内容"
必ずユーザーに確認を取ってから実行してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" comment delete PROJ-123 --comment-id 456
npx claudepluginhub takashikakizoe1109/cc-backlog-connect --plugin cc-backlog-connectManages backlog items synced to GitHub Issues via MCP tools. Create, list, view, update, close, resolve, groom, and sync without direct file edits.
Syncs session work into GitHub issues and queries track status across repos. Two modes: write (end-of-session sync with issue updates, epics, labels, Project placement) and read (status lookup).
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.