worklog

Aggregate local Git, GitHub, and 云效 activity into Markdown worklog reports.

11|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/niracler/skill --skill worklog-niracler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worklog
Source: https://github.com/niracler/skill/tree/main/skills/workflow/worklog
Command: npx skills add https://github.com/niracler/skill --skill worklog-niracler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams and developers automate the creation of structured worklog reports by aggregating local Git data, GitHub activity, and 云效 (yunxiao) data into a single Markdown document.

Core Features & Use Cases

  • Automated reporting: generate daily, weekly, or custom period worklogs that summarize activity across repositories.
  • Data consolidation: combines local git stats (commits, insertions, deletions, files changed) with GitHub PRs/Issues and 云效 work items into one view.
  • Use case: produce a weekly review for a project showing what was accomplished, what changed, and what remains on the backlog.

Quick Start

Ask the skill to generate a worklog for a specific period, and it will collect local git stats, GitHub activity, and 云效 data and render a structured Markdown report.

Frequently Asked Questions about worklog

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

FAQPage Schema
How do I automate weekly worklog generation from multiple Git repositories?

Automate weekly worklog generation by aggregating local Git commits, GitHub activity, and 云效 data into a structured Markdown report. It collects stats across repositories and renders a single document summarizing project progress for the specified period.

Can I combine GitHub pull request data and local Git stats into a single Markdown document?

Yes, combining GitHub pull request data and local Git stats into a single Markdown document is supported. The tool consolidates GitHub PRs and Issues with local commit metrics, including insertions, deletions, and files changed.

Do I need gh and git installed to generate automated worklog reports?

Yes, both gh and git are required dependencies to generate automated worklog reports. These command-line tools enable the extraction of local repository statistics and remote GitHub activity required for data aggregation.

What happens if one of my data sources like GitHub or 云效 is unavailable during report generation?

Fallback handling for missing sources ensures report generation completes even if GitHub or 云效 data is unavailable. The tool aggregates accessible data and renders the Markdown document with available information instead of failing.

How to generate a custom period work review grouped by project?

Generate a custom period work review by specifying your desired date range, and the tool will aggregate code activity data from local repos, GitHub, and 云效. It supports groupings by project to organize the Markdown output.