working-summary

Aggregate GitHub PRs and commits into a Markdown report.

61|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Innei/SKILL --skill working-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: working-summary
Source: https://github.com/Innei/SKILL/tree/main/skills/automation/working-summary
Command: npx skills add https://github.com/Innei/SKILL --skill working-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, chinesecalendar, markdown-it-py, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

This skill helps you generate a concise, comprehensive weekly work summary by aggregating GitHub PRs and commits across configured repositories, and optionally pulling Linear cycle issues. It also respects Chinese public holidays to provide accurate workday/holiday context and outputs a ready-to-publish Markdown report.

Core Features & Use Cases

  • Multi-repo aggregation: collects PRs and commits from configured GitHub repos (and expanded orgs) to produce a unified view.
  • Optional Linear integration: reads Linear cycle issues to surface in-progress work alongside completed items.
  • Holiday awareness: applies Chinese public holidays to determine the period and framing of the report.
  • Markdown report output: synthesizes data into a human-readable Markdown document suitable for notes and documentation.
  • Flexible configuration: supports per-repo and per-org scopes with configurable date ranges.

Quick Start

Generate a weekly work summary for the configured repos using the default Mon–Sun range.

Frequently Asked Questions about working-summary

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

FAQPage Schema
How do I generate a weekly work summary from GitHub pull requests and commits?

To generate a weekly work summary from GitHub pull requests and commits, you can aggregate activity across configured repositories into a unified Markdown report. It collects PRs and commits within a specified date window.

Can I aggregate GitHub activity across multiple repositories and organizations?

Yes, you can aggregate GitHub activity across multiple repositories and organizations. The skill supports config-driven repository and organization scopes, allowing multi-repo teams to produce a unified activity view.

Does the weekly report tool integrate with Linear cycle issues?

Yes, the weekly report tool integrates with Linear cycle issues. It optionally reads Linear cycle data to surface in-progress work alongside completed GitHub items in the final Markdown summary.

How does Chinese holiday awareness affect the generated Markdown report?

Chinese holiday awareness adjusts the work summary by applying Chinese public holidays to determine the reporting period and framing. This ensures accurate workday and holiday context within the generated Markdown report.

What is the best way to configure date ranges for a sprint activity summary?

The best way to configure date ranges for a sprint activity summary is through flexible per-repo and per-org configuration. The system supports configurable date windows, defaulting to a Monday to Sunday range for sprint periods.