From logvalet
Draft a context-aware Backlog issue comment: progress update, inquiry, resolution notice, or escalation — the LLM generates a draft based on the issue's full context and comment history. TRIGGER when: user says "コメント下書き", "draft comment", "コメントを書いて", "返信を作って", "コメントを作成", "comment draft", "コメント草稿", "コメントを下書きして", "issue comment を書いて", "バックログにコメント", "進捗報告コメント", "確認依頼コメント", "解決通知コメント", "コメントで報告したい", "返信案を作って", "エスカレーションコメント", "write a comment", "reply to this issue", "コメントの文面を考えて". DO NOT TRIGGER when: user wants to create a new issue (use issue-create) or wants to update issue fields like status/assignee (use logvalet CLI directly). Workflow: Automatically fetches context via /logvalet:context before drafting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/logvalet:draftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`lv issue context` を材料に、LLM がコンテキストに沿ったコメント下書きを生成する。
lv issue context を材料に、LLM がコンテキストに沿ったコメント下書きを生成する。
For full logvalet CLI documentation, see the
logvaletskill.
Use logvalet-draft when you need to:
If the user provides a Backlog issue key (e.g., PROJ-123, a URL like *.backlog.com/view/PROJ-123), extract and use it directly.
If no key is provided, ask for it.
Ask the user (if not already clear) what kind of comment they want to write:
This helps the LLM calibrate tone and content.
lv issue context ISSUE_KEY -f json
This returns:
Using the issue context, generate a comment that:
## コメント下書き — ISSUE_KEY
> コンテキスト: 最終更新 N日前、担当者: UserName、ステータス: X
---
<下書き内容>
---
このコメントを投稿しますか?[はい/編集/キャンセル]
If the user wants to edit, revise and re-present.
After user confirmation, write the draft to a temp file and post:
lv issue comment add ISSUE_KEY --content-file /tmp/draft_ISSUE_KEY.md --dry-run
lv issue comment add ISSUE_KEY --content-file /tmp/draft_ISSUE_KEY.md
Always run --dry-run first before posting.
issue context provides comment history — use it to match the thread's existing tone and avoid repeating information already stated/tmp/draft_ISSUE_KEY.md) rather than passing via --content--dry-run before postingnpx claudepluginhub youyo/claude-plugins --plugin logvaletAdds, lists, edits, or deletes comments on Jira issues via explicit /comment-jira-issue invocation. Requires user-provided body content and confirmation for write actions.
Generates short Jira comments from git commits summarizing shipped features or bug fixes with root cause analysis. Fetches issue details via Atlassian MCP and saves as local markdown report.
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.