daily-report

Analyze Git commits and diffs to generate Obsidian-ready Markdown reports.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/nedhuohuo/DailyReport --skill daily-report-nedhuohuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report
Source: https://github.com/nedhuohuo/DailyReport/tree/main/skills/daily-report
Command: npx skills add https://github.com/nedhuohuo/DailyReport --skill daily-report-nedhuohuo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the generation of developer reports by analyzing Git activity across multiple repositories and rendering Obsidian-compatible Markdown outputs.

Core Features & Use Cases

  • Automatically scans multiple repositories, collects commit and diff data, and renders concise or detailed reports.
  • Supports daily, weekly, and monthly report generation with token-efficient workflows via templates.
  • Produces Obsidian-ready Markdown with YAML frontmatter for easy ingestion and querying.

Quick Start

Initialize the configuration with /daily-report:dr_init and then generate reports with /daily-report:dr_daily, /daily-report:dr_weekly, or /daily-report:dr_monthly.

Frequently Asked Questions about daily-report

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

FAQPage Schema
How do I automate daily developer reports from multiple Git repositories?

You can automate daily developer reports by scanning multiple Git repositories to collect commit and diff data, then rendering the results into Obsidian-compatible Markdown files through a template-driven composition workflow.

Can I generate weekly and monthly reports from Git commits and diffs?

Yes, weekly and monthly reports can be generated from Git commits and diffs using template-driven composition. The system applies incremental scanning across a workspace to aggregate activity into Obsidian-ready Markdown outputs.

Does this daily report automation work with Obsidian and Markdown?

Yes, daily report automation works with Obsidian by producing Markdown outputs complete with YAML frontmatter. This ensures the generated reports are ready for easy ingestion and querying within the Obsidian platform.

How do I set up Git user bindings for report generation across a workspace?

Git user bindings for report generation are set up through an interactive initialization process. This configuration dynamically discovers repositories across your workspace and binds specific Git users to ensure accurate commit attribution.

What is the best way to control detail levels in automated Git reports?

The best way to control detail levels in automated Git reports is through configurable settings during generation. This allows you to produce either concise summaries or detailed analyses of commit and diff data while maintaining token efficiency.

Does generating reports from Git require write access to the repositories?

No, generating reports from Git does not require write access. The system implements an end-to-end workflow with strictly read-only Git access to safely analyze commits and diffs without modifying your repositories.