logvalet:my-week
Installation
SKILL.md
logvalet-my-week
今週自分がやるべき Backlog 課題 + ウォッチしている課題の一覧を表示する。期限切れも含む。プロジェクト横断。
For full logvalet CLI documentation, see the
logvaletskill.
Workflow
Step 1: Fetch data
Run these three commands in parallel (use three Bash tool calls in a single message):
lv issue list --assignee me --status not-closed --due-date overdue --sort dueDate --order asc -f md
Related skills