push-recap

Summarize daily pushes and merged PRs from watched repositories.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill push-recap-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push-recap
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/push-recap
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill push-recap-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily push activity across watched repositories is noisy and hard to interpret. This Skill automates the digestion by ranking impact, separating user-visible shipments from internal churn, and delivering a concise verdict.

Core Features & Use Cases

  • Gate on signal: fetch 24h pushes and merged PRs from watched repos and surface only meaningful changes.
  • Impact-based ranking: compute a per-commit score and present top changes with context.
  • Structured recap: generate a one-line verdict and a deep, thematically grouped article suitable for reports and notifications.

Quick Start

Use the push-recap skill to generate today's recap from repos configured in memory/watched-repos.md.

Frequently Asked Questions about push-recap

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

FAQPage Schema
How do I summarize daily git commits and pushes across multiple repositories?

To summarize daily git commits and pushes across multiple repositories, this skill fetches 24-hour push events and merged PRs via the gh api, ranking changes by impact to produce a concise verdict and deep recap.

Can I separate user-visible code changes from internal churn in my git push recap?

Yes, you can separate user-visible code changes from internal churn. The recap analyzes daily push events and computes per-commit impact scores to distinguish meaningful shipments from routine internal churn.

How do I generate an automated daily recap of merged PRs from watched repositories?

You generate an automated daily recap of merged PRs by reading your configured watched repositories from memory, querying the gh api for recent merges, and formatting the results into a thematically grouped report.

Do I need to use the GitHub CLI to fetch commit data for a push impact analysis?

Yes, you need the GitHub CLI to fetch commit data for push impact analysis. The skill directly interacts with the gh api to retrieve commits, pushes, and PR data from your watched repositories.

What is the best way to rank the impact of recent commits in a multi-repo workflow?

The best way to rank the impact of recent commits is computing a per-commit score based on 24-hour push events, which surfaces only meaningful changes and filters out low-value internal churn.

How does an automated push recap handle repository context from memory files?

An automated push recap handles repository context by reading memory files including watched-repos.md and MEMORY.md, using this stored context to accurately filter and interpret recent push and PR activity.