---
name: weekly-pr-summaries
description: Generate weekly PR activity summaries for each contributor to the zocomputer/hostagent repository. Trigger this skill and it will automatically propose and execute a plan.
compatibility: Created for Zo Computer
metadata:
  author: rob.zo.computer
---
# Weekly PR Summaries

Generate weekly PR activity summaries for contributors to `zocomputer/hostagent`.

## Usage

Simply say:
- "Run weekly PR summaries"
- "Generate weekly PR summaries"

Or mention the skill:
- "Use the `Skills/weekly-pr-summaries/` skill"

## What happens

When triggered, the AI will:

1. **Propose this plan:**

   **b1: Identify Active Contributors**
   - Use `gh api` to find contributors with commits in the past 7 days
   - Output list of usernames to `recent_contributors.json`

   **b2: Spawn Per-Contributor Summaries** (dynamic)
   - For each contributor, spawn parallel beads
   - Each bead extracts PRs from the past week
   - Generates `{username}_pr_summary.md` with:
     - PR titles and links
     - Files changed
     - PR descriptions

2. **Execute the plan automatically**

## Output

- `{username}_pr_summary.md` files in the workspace
- One file per contributor with recent commits

## Requirements

- `gh` CLI authenticated with GitHub
- Access to `zocomputer/hostagent` repository
