prs-reviewed

Retrieve GitHub pull requests reviewed by a user on brave/brave-core.

1|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-tools --skill prs-reviewed-brave-experiments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prs-reviewed
Source: https://github.com/brave-experiments/brave-core-tools/tree/main/.claude/skills/prs-reviewed
Command: npx skills add https://github.com/brave-experiments/brave-core-tools --skill prs-reviewed-brave-experiments

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly find and track all the pull requests a specific user has reviewed on the brave/brave-core repository within a defined time frame.

Core Features & Use Cases

  • Review Activity Tracking: Monitor the review contributions of team members.
  • Workload Summarization: Get a quick overview of a user's review history for stand-ups or reports.
  • Use Case: To see what @username reviewed in the last 7 days, you would ask for "prs reviewed by username 7d".

Quick Start

Show me the pull requests reviewed by netzenbot over the last 3 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?

You can track pull requests by querying GitHub's API to filter PRs by a specific reviewer and update time. This tool retrieves PRs reviewed by a specified user on the brave/brave-core repository, verifying review timestamps to ensure accurate tracking within a given timeframe.

Can I generate a summary of a developer's code review activity for a standup?

Yes, you can generate a code review activity summary by retrieving pull requests reviewed by a specific GitHub user over a set number of past days. It outputs a markdown table detailing the PR number, title, author, state, and the date of the user's most recent review for quick workload summarization.

Does this code review tracker work with repositories other than brave-core?

No, this code review tracker specifically retrieves pull requests from the brave/brave-core repository. It queries GitHub's API filtering by reviewer and update time exclusively for this repository to verify review timestamps and present results in a markdown table.

What GitHub API data is needed to filter pull requests by reviewer and date?

Filtering pull requests by reviewer and date requires querying GitHub's API for PRs updated within a given timeframe, then verifying review timestamps to ensure the specified user actually reviewed them. The retrieved data includes the PR number, title, author, state, and review date.

Do I need the gh CLI tool to find PRs reviewed by a user?

Yes, you need the gh CLI tool installed because this Skill depends on it to query GitHub's API. It uses gh to retrieve pull requests reviewed by a specified user on the brave/brave-core repository within a given number of past days.