1k-pr-daily-report

Fetch 24-hour pull requests and group them by module with Chinese status labels.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/wanghaisheng/web3-scaffold-app-monorepo --skill 1k-pr-daily-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1k-pr-daily-report
Source: https://github.com/wanghaisheng/web3-scaffold-app-monorepo/tree/main/.claude/skills/1k-pr-daily-report
Command: npx skills add https://github.com/wanghaisheng/web3-scaffold-app-monorepo --skill 1k-pr-daily-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates a compact, 24-hour PR activity report, organized by module, with Chinese summaries and clear status labels to help teams quickly gauge progress and activity.

Core Features & Use Cases

  • Automatically fetches PR data for the last 24 hours including number, title, state, merged status, timestamps, author, and labels.
  • Classifies PRs into modules based on title prefixes (e.g., Desktop, Market, Wallet) and maps statuses to Chinese labels: [已完成] for MERGED and [进行中] for OPEN.
  • Useful for daily standups, release planning, and audit trails when teammates request PR statistics or daily reports in Chinese.

Quick Start

Ask the tool to generate a 24-hour PR report grouped by module with Chinese titles and status labels.

Frequently Asked Questions about 1k-pr-daily-report

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

FAQPage Schema
How do I generate a daily pull request report grouped by module?

Generate a daily pull request report by fetching PRs from the last 24 hours, classifying them into modules based on title prefixes, and grouping them with status labels and a total count.

How does pull request state mapping work for Chinese status labels?

Pull request state mapping translates MERGED to 已完成 and OPEN to 进行中, providing Chinese status labels for quick progress tracking in daily reports.

Can I classify pull requests into specific modules like wallet and desktop automatically?

Yes, you can classify pull requests into modules like desktop, market, wallet, and network automatically by parsing title prefixes to categorize each PR accordingly.

What is the best way to track 24-hour pull request activity for daily standups?

Tracking 24-hour pull request activity for daily standups is best done by fetching PR number, title, state, author, and timestamps, then grouping them by module with Chinese summaries.

Does this daily PR report include draft pull requests and author information?

Yes, the daily PR report includes draft status and author information, alongside PR number, title, state, mergedAt, createdAt, and labels for comprehensive activity tracking.

Are there limitations to the module classification prefixes used for PR statistics?

Limitations to module classification prefixes exist; PRs are categorized strictly by title prefixes such as desktop, market, wallet, network, or refer, potentially missing unprefixed titles.