Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions "PR 统计", "每日报告", "PR 汇总", "日报".
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Generate a PR activity report for the last 24 hours, grouped by module, with Chinese titles and status labels.
gh pr list --state all --search "created:>=$(date -v-24H +%Y-%m-%dT%H:%M:%S)" --limit 100 --json number,title,state,isDraft,mergedAt,createdAt,author,labelsOn Linux, use date -d '24 hours ago' instead of date -v-24H.
Determine the module from the PR title prefix and content:
| Module | Matching rules |
|---|---|
| Desktop | title contains desktop, electron, snap, serialport |
| iOS | title contains ios, TOCrop, EAS |
| Market(行情) | title contains market |
| Perps(合约交易) | title contains perps, trading |
| 钱包/硬件 | title contains wallet, account, keyless, pin, hardware |
| CI/发布/热更新 | title contains bundle, release, workflow, ci, label |
| Watchlist(关注) | title contains watchlist, watch |
| Refer(推荐) | title contains refer |
| Network | title contains network, netinfo |
| 依赖/安全 | title contains bump, upgrade, security, flatted, minimatch, dep |
If a PR doesn't match any rule, place it under 其他.
Use this exact format:
## 24h PR 统计
### {Module Name}
- #{number} {Chinese title} [{status}]
- #{number} {Chinese title} [{status}]
### {Module Name}
...
---
**合计 {total} 个 PR**:已完成 {merged} / 进行中 {open}Rules:
### heading- #number title [status] lined71e6b7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.