check-pr

Monitor GitHub Pull Requests and calculate Project Health Scores.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill check-pr-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-pr
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/plugins/check-pr
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill check-pr-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, github-api, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the monitoring of GitHub Pull Requests and calculates a Project Health Score (PHS), eliminating the need for manual checks and providing insights into the status of PRs.

Core Features & Use Cases

  • Automated PR Monitoring: Polls GitHub PRs for bot responses and calculates PHS.
  • CI Check Completion: Waits for all CI checks to complete before providing feedback.
  • Bot Comments Extraction: Extracts bot comments from PRs for detailed analysis.
  • PHS Calculation: Calculates a score representing the overall health of the PR.
  • Use Case: After pushing code to a PR, use this Skill to monitor bot feedback and receive an automated PHS score, enabling autonomous monitoring of PRs.

Quick Start

Use the check-pr skill to monitor PR #7 and calculate its PHS score.

Frequently Asked Questions about check-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR monitoring and wait for CI checks to complete?

Automate GitHub PR monitoring by polling pull requests for bot responses and waiting for all CI checks to complete before calculating a Project Health Score. This eliminates manual checks and provides automated feedback on PR status.

What is a Project Health Score and how is it calculated for a pull request?

A Project Health Score (PHS) is a calculated score representing the overall health of a GitHub PR. It is calculated by extracting bot comments, polling for feedback, and waiting for CI checks to generate an automated health assessment.

Can I extract bot comments from GitHub PRs using the GitHub API?

Yes, you can extract bot comments from GitHub PRs using the GitHub API and Python. The monitoring script polls pull requests, extracts bot comments for detailed analysis, and requires GitHub API access to execute successfully.

Do I need Python and GitHub API access to calculate a Project Health Score?

Yes, you need Python and GitHub API access to calculate a Project Health Score. The execution requires the requests library and github-api dependency to poll PRs, extract bot comments, and automate the monitoring workflow.

What is the best way to monitor GitHub PR feedback and calculate an automated health score?

The best way to monitor GitHub PR feedback is to automate polling for bot responses and wait for CI check completion. This approach calculates an automated Project Health Score, enabling autonomous monitoring of pull requests in software development workflows.