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.