prs-reviewed

Retrieve pull requests reviewed by a GitHub user in brave/brave-core and present them in a markdown table.

3.5k|1.4k|Updated Nov 10, 2017
One-click install
npx skills add https://github.com/brave/brave-core --skill prs-reviewed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prs-reviewed
Source: https://github.com/brave/brave-core/tree/main/.claude/skills/prs-reviewed
Command: npx skills add https://github.com/brave/brave-core --skill prs-reviewed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you track and summarize pull requests that a specific user has reviewed within a given repository and time frame, providing visibility into their contribution to code quality.

Core Features & Use Cases

  • Review Activity Tracking: Query GitHub for PRs reviewed by a specific user on the brave/brave-core repository.
  • Historical Analysis: Specify a lookback period in days to analyze past review activity.
  • Use Case: A team lead can use this to quickly get an overview of a developer's review contributions during a sprint or for performance discussions.

Quick Start

Show me the PRs reviewed by user 'netzenbot' in the last 7 days.

Frequently Asked Questions about prs-reviewed

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

FAQPage Schema
How do I track pull requests reviewed by a specific GitHub user?

Track pull requests reviewed by a specific GitHub user by parsing a username and time window to query the GitHub API, verifying review timestamps, and presenting the results in a markdown table with summary statistics for the brave/brave-core repository.

Can I analyze historical GitHub code review activity for a sprint?

Analyze historical GitHub code review activity by specifying a lookback period in days to retrieve past PR review data, providing visibility into a developer's contribution to code quality during performance discussions or sprints within the brave/brave-core repository.

Do I need the gh command line tool to retrieve reviewed PRs?

You need the gh command line tool installed and authenticated because retrieving reviewed PRs requires querying the GitHub API through this dependency to fetch pull request review data for the brave/brave-core repository.

What is the best way to summarize developer code review activity on GitHub?

Summarize developer code review activity on GitHub by querying reviewed PRs with a specified username and time window, verifying review timestamps, and outputting a markdown table with summary statistics to give team leads quick visibility into review contributions.

Does this PR review tracking work with repositories other than brave-core?

This PR review tracking works exclusively with the brave/brave-core repository. It parses arguments for a username and time window but limits GitHub API queries to that specific repository to verify review timestamps and present markdown table results.