epic-digest

Generate daily GitHub epic summaries with status, progress, and blockers.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill epic-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-digest
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/epic-digest
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill epic-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a daily summary of GitHub epics' activity and progress, enabling a quick overview of project status and action items.

Core Features & Use Cases

  • Daily Summary: Generates a digest that includes the most recent activities (opened, closed, merged PRs) and a progress snapshot of open epics.
  • Progress Tracking: Shows the status of each epic, including the percentage of issues completed and any blockers.
  • Actionable Items: Highlights newly merged PRs and epics that are ready for review, with step-by-step instructions for testing.
  • Use Case: Before a daily stand-up or planning session, use this digest to quickly assess the team's progress and identify any areas that require attention.

Quick Start

Run the epic-digest skill to generate the daily digest for the repository 'FriendlyInternet/nuxt-crouton'.

Frequently Asked Questions about epic-digest

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

FAQPage Schema
How do I generate a daily GitHub epic summary for project status tracking?

To generate a daily GitHub epic summary, you can use a digest generator that connects to the GitHub API and parses JSON data to provide a comprehensive view of open epics, their status, and the percentage of issues completed.

How do I track GitHub epic progress and blockers before a daily stand-up?

Tracking GitHub epic progress involves generating a digest that shows each epic's status, percentage of issues completed, and any blockers, alongside recent activity like opened issues and merged PRs to help you prepare for stand-ups.

What is the best way to get a daily summary of merged PRs and closed issues in GitHub?

The best way to get a daily summary of merged PRs and closed issues is to run an automated digest that parses GitHub API JSON data, highlighting actionable items and newly merged pull requests ready for review.

Do I need GitHub API access to generate a daily epic digest?

Yes, you need GitHub API access to generate a daily epic digest, as the Skill requires parsing JSON data fetched directly from the GitHub API to track project status and activity.

Can I use GitHub project status tracking for actionable review items and testing instructions?

Yes, GitHub project status tracking through a daily digest highlights newly merged PRs and epics ready for review, providing step-by-step testing instructions to guide your actionable items.

Why does my GitHub epic digest require parsing JSON data for progress tracking?

Your GitHub epic digest requires parsing JSON data because the GitHub API returns raw JSON structures that must be parsed to calculate the percentage of issues completed and identify blockers for progress tracking.