logvalet:digest-periodic

Generate deterministic weekly or daily digests of Backlog project activity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate deterministic weekly or daily digests of Backlog project activity, summarizing completed work, new work, blocked items, and active issue counts for teams without requiring LLM-driven analysis.

Core Features & Use Cases

  • Produces structured, human-friendly digests of project activity (completed_issues, new_issues, status_changes, active_comments)
  • Highlights risks, blockers, and actionable next steps using llm_hints to guide narrative
  • Supports both weekly and daily digests for sprint reviews, standups, and ongoing project health checks

Quick Start

Use lv digest weekly to generate a deterministic Backlog digest for a project.

Frequently Asked Questions about logvalet:digest-periodic

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

FAQPage Schema
How do I generate a weekly Backlog project activity digest for sprint reviews?

To generate a weekly Backlog project activity digest, use the lv digest weekly command to produce a structured summary of completed issues, new issues, status changes, and active comments for sprint reviews.

Can I highlight blocked items and risks in a daily Backlog standup summary?

Yes, you can highlight blocked items and risks in a daily Backlog standup summary by using lv digest daily, which structures project activity and provides llm_hints to guide the narrative around actionable next steps.

Do I need an LLM to automate periodic project health checks from Backlog?

No, you do not need an LLM to automate periodic project health checks from Backlog. The Skill generates deterministic digests summarizing completed work, new work, and blocked items without requiring LLM-driven analysis.

What is the best way to get a structured summary of Backlog issue status changes?

The best way to get a structured summary of Backlog issue status changes is to run the lv digest commands, which output structured data fields including completed_issues, new_issues, and status_changes suitable for AI or human consumption.

Does the Backlog digest output include active comments and issue counts?

Yes, the Backlog digest output includes active comments and active issue counts alongside completed_issues, new_issues, and status_changes, providing a comprehensive structured overview of project activity for downstream consumption.

When should I use a periodic digest instead of a broader project review?

You should use a periodic digest for focused daily or weekly updates on completed, new, and blocked items, and complement it with broader project reviews when you need a wider analysis scope beyond standard sprint or standup summaries.