daily-activity

Summarize daily GitHub PRs and commits with line changes via gh.

1|Updated May 12, 2018
One-click install
npx skills add https://github.com/tbroadley/dotfiles --skill daily-activity
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: daily-activity
Source: https://github.com/tbroadley/dotfiles/tree/main/claude/skills/daily-activity
Command: npx skills add https://github.com/tbroadley/dotfiles --skill daily-activity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill summarizes the user's GitHub activity for today (or a specified date), including pull requests and direct commits with line-change counts, to provide a concise daily overview.

Core Features & Use Cases

  • Daily digest: Aggregate PRs authored by the user and direct commits across repositories.
  • Line-change reporting: Include additions and deletions per commit and per PR where available.
  • Date-flexible: Accepts a target date to generate reports for any day, not just today.

Quick Start

Run the daily-activity skill to summarize tbroadley's GitHub activity for today. To target a different date, provide a date parameter.

Frequently Asked Questions about daily-activity

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

FAQPage Schema
How do I summarize daily GitHub activity including commits and PRs?▼

To summarize daily GitHub activity, this Skill aggregates pull requests and direct commits across multiple repositories. It provides a concise daily overview of your GitHub contributions, including specific line-change counts for additions and deletions per item.

What is included in a daily GitHub commits and PR report?▼

A daily GitHub report includes aggregated pull requests authored by the user and direct commits across repositories. It reports per-commit and per-PR line changes, detailing both additions and deletions where available to quantify the day's code volume.

Can I generate a GitHub activity summary for a specific past date?▼

Yes, you can generate a GitHub activity summary for a specific past date. The report accepts a target date parameter to aggregate PRs and commits with line-change counts for any specified day, rather than just defaulting to today.

Does this daily GitHub report require the gh CLI tool?▼

Yes, generating the daily GitHub report requires the gh CLI tool. The Skill uses the GitHub API via gh to identify pull requests and direct commits, ensuring accurate line-change reporting across multiple repositories.

How are line changes calculated for direct commits and pull requests?▼

Line changes are calculated by reporting the additions and deletions for each item. The Skill identifies per-commit and per-PR line changes where available, giving you a quantified view of code modifications made on the target date.