From logvalet
Fetch full context for a Backlog issue in one shot: issue details, comments, status signals, overdue/stale detection, and LLM hints — everything needed to understand and act on an issue. TRIGGER when: user provides a Backlog issue key (e.g. PROJ-123, ESU2_S2-32), a Backlog URL (*.backlog.com/view/*, *.backlog.com/alias/*), or says "課題の詳細", "この課題について", "issue context", "課題を理解したい", "issue を調べて", "この issue の状況", "課題の背景", "課題の情報をまとめて", "PROJ-123 について教えて", "バックログの課題の詳細", "issue summary", "課題コンテキスト", "backlog issue context", "チケットの状態", "このチケットについて", "課題の全体像", "what's the status of this issue". DO NOT TRIGGER when: user wants to create/update an issue (use issue-create), wants a triage recommendation (use triage), or wants a comment draft (use draft).
npx claudepluginhub youyo/claude-plugins --plugin logvaletThis skill uses the workspace's default tool permissions.
Backlog 課題の判断材料(詳細・コメント・関連情報)を一括取得する。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Backlog 課題の判断材料(詳細・コメント・関連情報)を一括取得する。
For full logvalet CLI documentation, see the
logvaletskill.
Use logvalet-context when you need to:
logvalet-context is more issue-focused than digest --issue. Use it when a single issue is the center of attention.
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 the key is embedded in a URL:
https://myspace.backlog.com/view/PROJ-123 → PROJ-123
If no key is provided, ask the user for it.
lv issue context ISSUE_KEY
This returns a rich context object including:
If the user wants broader project context around the issue, also run:
lv digest --issue ISSUE_KEY --since 30d
Run in parallel with Step 2 if both are needed.
Present the context in a human-readable summary:
## PROJ-123: 課題タイトル
**ステータス:** 処理中 | **優先度:** 高 | **担当者:** UserName
**期限:** YYYY-MM-DD | **最終更新:** YYYY-MM-DD (N日前)
### 説明
<issue description>
### コメント履歴 (N件)
- [YYYY-MM-DD] UserName: "コメント内容..."
- [YYYY-MM-DD] UserName: "コメント内容..."
### シグナル
- ⚠ N日間更新なし(停滞の可能性) ← if stale
- ⚠ 期限超過 N日 ← if overdue
- ✅ 最近更新あり ← if recently active
### メタデータ
- プロジェクト: PROJECT_NAME (PROJECT_KEY)
- カテゴリ: CategoryName
- マイルストーン: MilestoneName
### ウォッチ情報
- ウォッチ中: はい / いいえ(自分がこの課題をウォッチしているか)
Based on the context, suggest possible actions without executing them:
logvalet issue update PROJ-123 --assignee USER で設定できます。"logvalet watching add PROJ-123 でウォッチできます。"Always ask before writing.
issue context returns all signals in one call — prefer it over combining issue get + issue comment list manuallylv project list--format md for human-readable output, default JSON for agent pipelineslv watching list --user-id me -f json から取得し、対象課題キーが含まれているか確認するissue get and issue comment list separately when issue context gives you everything