github-health-check

Check GitHub repository freshness via the official API.

1.3k|143|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/yaojingang/yao-open-skills --skill github-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-health-check
Source: https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-doctor-skill/evals/pressure_suite/github-health-check
Command: npx skills add https://github.com/yaojingang/yao-open-skills --skill github-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain the relevance of GitHub repositories by checking their freshness through the official API, ensuring that outdated repositories are identified and addressed.

Core Features & Use Cases

  • Repository Freshness Check: Verify the latest update timestamp of a GitHub repository.
  • Host Boundary Enforcement: Execute checks within predefined host boundaries for security.
  • API Utilization: Leverages GitHub's official API for data retrieval.
  • Use Case: Ideal for repository maintainers who want to ensure that their repositories are up-to-date and active.

Quick Start

Run the 'github-health-check' skill to check the freshness of the 'octocat/Hello-World' repository.

Frequently Asked Questions about github-health-check

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

FAQPage Schema
How do I check GitHub repository freshness using the API?

To check GitHub repository freshness, you can use the official GitHub API to retrieve and verify the latest update timestamp of a specific repository, ensuring it remains active and up-to-date without manual intervention.

What is a GitHub repository health check and when do I need it?

A GitHub repository health check is the process of verifying a repository's latest update timestamp using the official API. You need it to identify outdated repositories and ensure your maintained repositories remain active and relevant.

How do I automate repository information retrieval for GitHub repositories?

You can automate repository information retrieval by executing a freshness check skill that leverages the GitHub API to fetch repository data automatically. This handles information retrieval within specified host boundaries for security.

Do I need GitHub API access to verify repository update timestamps?

Yes, GitHub API access is required to verify repository update timestamps. The freshness check mechanism leverages GitHub's official API for data retrieval to ensure accurate and automated repository health monitoring.

Can I enforce host boundaries when checking GitHub repository health?

Yes, you can enforce host boundaries when checking GitHub repository health. The freshness check executes within predefined host boundaries to ensure secure API data retrieval and repository information monitoring.

What is the best way to identify outdated GitHub repositories?

The best way to identify outdated GitHub repositories is by running an automated freshness check that queries the official GitHub API for the latest update timestamps, allowing maintainers to address inactive repositories efficiently.