daily-report

Community

Auto-generate daily GitHub activity reports.

Authori9wa4
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates daily GitHub activity reporting by collecting the past 24 hours of activity, drafting a structured daily journal, and posting it as a GitHub Issue.

Core Features & Use Cases

  • Activity extraction: Uses gh and jq to collect PRs, issues, and comments from the past 24 hours.
  • Draft creation: Generates a Markdown draft in the user's daily journal location.
  • Issue posting: Creates a GitHub Issue with the daily summary for visibility.
  • Use case: Teams auto-generate end-of-day summaries for performance tracking.

Quick Start

Run the get-activities.sh script to fetch activities and prepare the draft, e.g.: ~/.config/claude/skills/daily-report/scripts/get-activities.sh

Dependency Matrix

Required Modules

ghjq

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: daily-report
Download link: https://github.com/i9wa4/dotfiles/archive/main.zip#daily-report

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository