QualityJava

PR Check

by liferay

PR Check is a Quality skill for Claude Code, published by liferay in liferay-portal.

2.3K stars3.8K forkson liferay/liferay-portalAdded 2026/07/20Repository updated 2026/08/03
Install in seconds
Install PR Check
Copy PR Check 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/liferay/liferay-portal/tree/master/.claude/skills/pr-check ~/.claude/skills/pr-check

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/liferay/liferay-portal.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-check/SKILL.md in liferay/liferay-portal
Installs to
~/.claude/skills/pr-check
Collection
One of 16 skills cataloged from this repository
Category
Quality1897 skills

What PR Check does

Automatically runs premerge checks on a PR branch, including builds, unit tests, and source formatting, to ensure code readiness before review.

PR Check is cataloged under Quality on DirSkills.

Documentation

README

PR Check

Run premerge checks against the current branch. The skill iterates through the validations under validations, runs each one whose trigger matches the diff, and reports PASS or FAIL. Integration tests, Playwright tests, and Poshi tests are out of scope. Use the test-plan skill when their coverage is needed.

Preconditions

  • On a feature branch. When HEAD is master or detached, exit with a one-line message.

  • Working tree clean. git status --porcelain must return empty. When dirty, abort and ask the developer to commit first.

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

Frequently asked about PR Check

  • What else does liferay publish alongside PR Check?

    PR Check is one of 16 skills that DirSkills catalogs from liferay/liferay-portal, the repository it ships in. Its siblings there include Create Pull Request, Format Source and Format Source Add Rule. Each one is a separate skill with its own page in this directory, installs the same way PR Check does, and is maintained by liferay in that same repository. The rest of the collection is listed on the liferay/liferay-portal page.

  • How does PR Check compare to other Quality skills?

    PR Check ranks #547 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 Check against them. Open each page to compare what they document and how they install.