agent-daily-reporter

Generate daily project status reports from Git and GitHub data.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aroido/vibesmith --skill agent-daily-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-daily-reporter
Source: https://github.com/aroido/vibesmith/tree/main/.codex/skills/agent-daily-reporter
Command: npx skills add https://github.com/aroido/vibesmith --skill agent-daily-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of gathering project status information and compiling daily reports, ensuring everyone is up-to-date with minimal manual effort.

Core Features & Use Cases

  • Information Aggregation: Collects Git commit history, GitHub Issue status, and Pull Request updates.
  • Report Generation: Automatically creates a daily work log in docs/WORK_LOG.md.
  • Alerting: Flags long-running or blocked Issues and notifies about unassigned tasks.
  • Use Case: At the end of each workday, this Skill can generate a comprehensive report detailing completed tasks, current issues, and any potential blockers, which can then be shared with the team or stakeholders.

Quick Start

Generate a daily report summarizing today's project activities and any urgent issues.

Frequently Asked Questions about agent-daily-reporter

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

FAQPage Schema
How do I automate daily project status reports from Git and GitHub Issues?

Automate daily project status reports by aggregating Git commit logs, GitHub Issue statuses, and Pull Request updates into a summarized Markdown file. This process automatically flags overdue or blocked issues and unassigned tasks for team communication.

Can I generate a daily work log that flags blocked GitHub Issues and overdue tasks?

Yes, you can generate a daily work log that flags long-running or blocked GitHub Issues and notifies about unassigned tasks. The report is compiled into a `docs/WORK_LOG.md` file detailing completed tasks, current issues, and potential blockers.

What is the best way to compile Git commit logs and code change statistics for team updates?

The best way to compile Git commit logs and code change statistics is to use an automated reporting tool that aggregates this data into a Markdown file. This eliminates manual gathering effort and provides a comprehensive daily summary for stakeholders.

How to create a daily work log summarizing project activities and urgent issues?

Create a daily work log by triggering the report generation process at the end of each workday. The system collects today's project activities, identifies urgent issues, and outputs a comprehensive report ready to share with your team.

Does daily report generation work without external dependencies?

Yes, daily report generation works without external dependencies. The Skill operates using internal scripts and references to aggregate Git history, GitHub Issue statuses, and Pull Request updates directly into your project's Markdown documentation.

What are the limitations of automating project status reports from Git data?

The automation focuses on aggregating Git commit logs, GitHub Issues, and Pull Requests, meaning it is limited to the data available in those systems. It does not track offline work or tasks outside of the connected Git repository.