🔍
QualityPython

PR Reviewer

by idavidov13

PR Reviewer is a Quality skill for Claude Code, published by idavidov13 in agentic-playwright.

162 stars46 forkson idavidov13/agentic-playwrightAdded 2026/09/08Repository updated 2026/09/03
agenticaiapi-testingclaude-codecursore2egithub-copilotplaywrighttest-automationtestingtypescript
Install in seconds
Install PR Reviewer
Copy PR Reviewer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/idavidov13/agentic-playwright/tree/main/.claude/skills/pr-reviewer ~/.claude/skills/pr-reviewer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/idavidov13/agentic-playwright.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pr-reviewer/SKILL.md in idavidov13/agentic-playwright
Installs to
~/.claude/skills/pr-reviewer
Collection
One of 18 skills cataloged from this repository
Category
Quality1897 skills

What PR Reviewer does

PR Reviewer reviews a named branch against the base branch using the repo’s own rules, changed-file skills, and verification checks. Use it for PR or branch audit requests, not for uncommitted working-tree reviews.

PR Reviewer is cataloged under Quality on DirSkills. PR Reviewer comes from a repository tagged agentic, ai, api-testing, claude-code and cursor.

Documentation

README

PR Reviewer

Review a branch the way a careful human reviewer on this team would: against this repo's own contract, not generic best practice. The contract is CLAUDE.md (the Constitution — MUST / SHOULD / WON'T tables) plus the specialized .claude/skills/ that govern whatever the branch actually touched. A finding only counts if you can tie it to a concrete rule, a real bug, or a coverage gap — opinion without a rule behind it is noise.

The deliverable is a report, not a code change. Fixing is a separate, opt-in step the user has to ask for after seeing the findings.


Input

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Reviewer

  • What else does idavidov13 publish alongside PR Reviewer?

    PR Reviewer is one of 18 skills that DirSkills catalogs from idavidov13/agentic-playwright, the repository it ships in. Its siblings there include AI-Native Workflow, API Testing and Common Tasks. Each one is a separate skill with its own page in this directory, installs the same way PR Reviewer does, and is maintained by idavidov13 in that same repository. The rest of the collection is listed on the idavidov13/agentic-playwright page.

  • How does PR Reviewer compare to other Quality skills?

    PR Reviewer ranks #1803 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Reviewer against them. Open each page to compare what they document and how they install.

More from idavidov13/agentic-playwright

PR Reviewer is one of 18 skills cataloged on DirSkills from idavidov13/agentic-playwright.

See all 18 skills
🧭
1h ago

AI-Native Workflow

AI-Native Workflow routes non-trivial Playwright tasks to the right specialized skill and defines the 8-phase process for exploring, planning, gating, applying, and verifying changes. Use it when starting an AI-assisted task, choosing a skill, or coordinating a multi-step change.
AI Engineering
16246
🧪
1h ago

API Testing

API Testing covers Playwright patterns for API specs, including apiRequest usage, Zod response validation, multi-call test.step wrapping, and negative testing for request bodies and path parameters. Use it when adding or updating endpoint tests or comparing documented contracts with API behavior.
Quality
16246
🧩
1h ago

Common Tasks

Common Tasks provides copy-paste prompt templates for common Playwright scaffold work like page objects, tests, schemas, factories, fixtures, and components. Use it when bootstrapping a new artifact or asking for a standardized starting prompt.
Automation
16246
⚙️
1h ago

Config

Config defines the environment variable conventions for the Playwright scaffold, including env file layout, dotenv loading, and where app and utility URLs belong. Use it when adding env-driven settings, credentials, or config properties consumed by tests and fixtures.
DevOps
16246
🗂️
1h ago

Data Strategy

Data Strategy defines how to choose between Faker factories, static TypeScript datasets, and inline values for Playwright tests. Use it when creating test data, adding invalid-value sets, or deciding where a value should live.
Quality
16246
🐞
1h ago

Debugging

Debugging helps you investigate Playwright test failures by reading error messages, classifying timeout and locator issues, and choosing the right tool to replay the problem. Use it when a test flakes, fails in CI, or needs local reproduction from traces and reports.
Quality
16246