github-repo-check

Query GitHub PRs, issues, Actions, and deployments to verify component implementation status.

2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/my-entourage/entourage-plugin --skill github-repo-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-check
Source: https://github.com/my-entourage/entourage-plugin/tree/main/skills/github-repo-check
Command: npx skills add https://github.com/my-entourage/entourage-plugin --skill github-repo-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify implementation status of software components by querying GitHub for PRs, issues, Actions, and deployments to provide evidence-based status.

Core Features & Use Cases

  • Query PRs, issues, Actions, and deployments across configured repos to assemble evidence-based status reports.
  • Support case-insensitive component searches and multi-repo aggregation for the same component.
  • When invoked by other skills like /project-status to assess overall project health.

Quick Start

Provide the component name(s) you want to verify, for example 'auth'.

Frequently Asked Questions about github-repo-check

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

FAQPage Schema
How do I verify the implementation status of a software component across GitHub repositories?

Verifying implementation status involves querying GitHub for PRs, issues, Actions, and deployments to generate evidence-based progress reports. It aggregates open or merged PRs and CI status across multiple repositories to deliver clear component health updates.

Can I check CI status and deployments for multiple repositories at once?

Checking CI status and deployments across multiple repositories is supported through multi-repo aggregation. It collects GitHub Actions and deployment evidence from configured repositories to deliver a unified, structured component status report.

Do I need a GitHub token or gh CLI to track open PRs and issues?

A GitHub token or gh CLI is required to authenticate and track open PRs and issues. Authentication enables querying GitHub for Pull Requests, issues, Actions, and deployments to assemble evidence-based component verification reports.

What's the best way to get evidence-based progress updates for a project component?

Getting evidence-based progress updates requires querying GitHub for merged or open PRs, issues, and deployments. It synthesizes repository Actions and deployment data into structured, evidence-backed component status reports for project health assessment.

How do I configure repository discovery for GitHub status verification?

Configuring repository discovery for GitHub status verification requires defining target repositories in a .entourage/repos.json file. This file enables querying specified repositories for PRs, issues, Actions, and deployments to generate evidence-based component status reports.