๐Ÿ’ฌ
DevOpsJava

PR Check Publish

by liferay

PR Check Publish is a DevOps 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 Publish
Copy PR Check Publish 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-publish ~/.claude/skills/pr-check-publish

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

What PR Check Publish does

Posts a pr-check run summary as a comment on an existing GitHub pull request with a hidden marker for a webhook to update commit status and labels. Use after rerunning pr-check on an open PR.

PR Check Publish is cataloged under DevOps on DirSkills.

Documentation

README

Publish pr-check Results

Post the pr-check Results Summary as a comment on an existing GitHub PR, ending the comment with a hidden marker. The webhook parses that marker and applies the pr-check commit status to the tested SHA and the pr-check - <state> label to the PR โ€” this skill never writes the status or label itself, so it works the same whether or not the user has write access on the target repository.

Newly created PRs do not need this skill: the pr skill writes the same Results Summary and marker into the PR description at creation, and the webhook reads it from there. Reach for this skill only to record a later run โ€” for example after pushing more commits and rerunning pr-check on an open PR โ€” where the description no longer reflects the current head.

Input

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

Frequently asked about PR Check Publish

  • What else does liferay publish alongside PR Check Publish?

    PR Check Publish 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 Publish 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 Publish compare to other DevOps skills?

    PR Check Publish ranks #267 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 Publish against them. Open each page to compare what they document and how they install.