logvalet:my-next

Fetch overdue, upcoming, and watched issues across projects via lv CLI.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/youyo/logvalet --skill logvalet-my-next
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: logvalet:my-next
Source: https://github.com/youyo/logvalet/tree/main/skills/my-next
Command: npx skills add https://github.com/youyo/logvalet --skill logvalet-my-next

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill surfaces your near-term Backlog work across projects, including overdue items and issues you are watching, helping you decide what to tackle next.

Core Features & Use Cases

  • Overdue items: lists all tasks past due assigned to you.
  • Upcoming tasks: shows items due in the next four business days across all projects.
  • Watched items: displays issues you follow that are not assigned to you, with status indicators and assignee names.
  • Cross-project view: aggregates data from multiple projects into a single, coherent digest for daily planning.

Quick Start

Tell logvalet to fetch your overdue, upcoming, and watched issues and display a deduplicated, cross-project summary.

Frequently Asked Questions about logvalet:my-next

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view overdue and upcoming backlog issues assigned to me across multiple projects?β–Ό

To view overdue and upcoming backlog issues across multiple projects, you can aggregate and deduplicate assigned tasks by issue key. This surfaces a single cross-project summary showing items due within the next four business days.

What is the best way to track watched issues that are not assigned to me in a backlog?β–Ό

Tracking watched issues not assigned to you involves fetching issues you follow and excluding duplicates where you are the assignee. The output annotates watched items with status indicators, assignee names, and stagnation warnings in a Markdown-friendly format.

How do I consolidate my backlog work from multiple projects into a single digest for daily planning?β–Ό

Consolidating backlog work into a daily digest requires fetching overdue, upcoming, and watched issues from multiple projects. The aggregation process deduplicates entries by issue key and excludes watch-only duplicates to produce a clean, cross-project view.

Does the backlog aggregation handle empty search results when fetching assigned issues?β–Ό

Yes, fetching assigned and watched backlog issues includes robust handling for empty results. When no overdue, upcoming, or watched items are found, the process returns a clean output without errors.

Can I filter backlog issues by assignee and due date using the lv CLI?β–Ό

You can filter backlog issues by assignee and due date using lv CLI commands. Applying these filters fetches overdue items and upcoming tasks due within a specified END_DATE range, ensuring accurate cross-project backlog tracking.