AgentSkillsCN

weekly-summary

从GitHub PR中生成每周“三大要事”报告。

SKILL.md
--- frontmatter
name: weekly-summary
description: Generate weekly Top 3 Things report from GitHub PRs

Weekly Report Generation

When asked to generate a weekly report, follow these steps:

  1. Fetch all my merged and open PRs from the past 7 days, by using gh.

  2. Group them by repository/project

  3. Identify the 3 most important accomplishments based on:

    • Code changes size and impact
    • Feature importance
    • Project priority
  4. Generate report in this format in simple English:

Top 3 Things:

[Project Name]:

1. [Feature/Task]:

  • [What was accomplished]

2. [Feature/Task]:

  • [What was accomplished]

3. [Feature/Task]:

  • [What was accomplished]

Guidelines:

  • Use simple, clear English
  • Focus on business value, not technical implementation details
  • Keep descriptions concise (1-2 sentences)
  • Group related PRs together
  • If more than 3 items, suggest "Other PRs" section
  • If there's something worth team leaders to know, suggest "Anything else" section