work-log-writer

Summarize git repository activity into a structured work-log for a date range.

8|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/narumiruna/skills --skill work-log-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-log-writer
Source: https://github.com/narumiruna/skills/tree/main/skills/deprecated/work-log-writer
Command: npx skills add https://github.com/narumiruna/skills --skill work-log-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the tedious task of compiling periodic progress from a codebase by turning git activity into a concise, readable work log for a defined date range.

Core Features & Use Cases

  • Date-range summaries: Generate a compact log for a specific time window directly from the repository.
  • Evidence-based reporting: Include commit messages, authors, and high-impact diffs to justify progress.
  • Single-repo scope: Operates on one Git repository at a time and writes output only when explicitly requested.

Quick Start

Summarize the work for a chosen date range in the current repository by invoking the work-log-writer.

Frequently Asked Questions about work-log-writer

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

FAQPage Schema
How do I generate a work log from git commit history for a specific date range?

Generate a work log from git commit history by summarizing repository activity for a specific date range. The tool validates the dates, reads commit messages and diffs, and outputs a structured bullet list suitable for team sharing.

What is the best way to summarize repository activity into a readable report?

Summarizing repository activity into a readable report involves deriving evidence from commits and high-impact diffs. This approach compiles periodic progress directly from the codebase into a concise, plain-text work log.

Can I use a single git repository work log writer for multiple repositories at once?

A single git repository work log writer operates on one repository at a time. It derives commit history and diff evidence for a specified date range within that single-repo scope to ensure focused reporting.

How do I create an evidence-based progress report from commit messages and diffs?

Create an evidence-based progress report from commit messages and diffs by extracting commit authors and high-impact changes. The tool formats this repository evidence into a structured bullet list that justifies development progress.

Does the git work log writer output files automatically or only when requested?

The git work log writer outputs a plain-text report only when explicitly requested. It validates the specified date range and formats the repository's commit history into a concise result for team sharing.

What should I do if my date range work log validation fails for a git repository?

Date range work log validation ensures the specified time window is correct before processing repository activity. Always verify the start and end dates are valid to successfully generate the structured bullet list report.