daily-digest

Compile daily markdown digests from GitHub commits and Hacker News stories.

94|7|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jin-bo/agentao --skill daily-digest-jin-bo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-digest
Source: https://github.com/jin-bo/agentao/tree/main/examples/batch-scheduler/.agentao/skills/daily-digest
Command: npx skills add https://github.com/jin-bo/agentao --skill daily-digest-jin-bo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually compiling daily updates from multiple curated sources like code repositories and tech news feeds is time-consuming and prone to missing key items.

Core Features & Use Cases

  • Automated Source Fetching: Pulls the latest commits from specified GitHub repositories and top tech stories from Hacker News, skipping any sources that fail to load without manual retries.
  • Standardized Digest Formatting: Compiles fetched content into a consistent, easy-to-scan markdown digest with dedicated sections for code changes, tech highlights, and action items.
  • Use Case: Tech leads and developers can use this skill to get a quick daily overview of project progress and relevant industry news without manually checking multiple platforms.

Quick Start

Use the daily-digest skill to generate a structured daily digest of the latest Agentao commits and top Hacker News stories saved to your working directory.

Frequently Asked Questions about daily-digest

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

FAQPage Schema
How do I automate daily content aggregation from GitHub commits and Hacker News?

Automating daily content aggregation involves fetching specified GitHub repository commits and top Hacker News stories, then structuring them into a standardized markdown digest to eliminate manual information gathering.

Can I generate a daily markdown digest of tech news and code changes automatically?

Generating a daily markdown digest automatically is supported by fetching the latest tech news highlights and code repository commits, formatting them into a consistent markdown file with dedicated sections for code changes, highlights, and action items.

What happens if a source URL fails when compiling a daily digest?

When a source URL fails during daily digest compilation, the workflow skips the failed request without retrying, continuing to fetch other specified sources to ensure the markdown digest is still generated with available content.

Does the daily digest workflow output machine-parsable metadata?

The daily digest workflow outputs machine-parsable metadata by emitting a result line containing the output file path and the total count of aggregated items for downstream processing.

Is this automated digest tool suitable for tech leads monitoring project progress?

This automated digest tool is suitable for tech leads monitoring project progress, providing a quick daily overview of code repository commits and relevant industry tech news without requiring manual checks across multiple platforms.