Repo Scanner

Scan GitHub repositories and generate prioritized opportunity reports.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill repo-scanner-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Repo Scanner
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/repo-scanner
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill repo-scanner-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the scanning of GitHub repositories, generating a prioritized report of actionable opportunities, streamlining the process of identifying and addressing issues in GitHub repos.

Core Features & Use Cases

  • GitHub Repo Scanning: Automates the scanning of GitHub repositories based on a specified username or organization.
  • Prioritized Report: Generates a report with prioritized opportunities, including a Top 5 opportunities block.
  • Use Case: Integrate this Skill into your workflow to continuously monitor and prioritize opportunities in your GitHub repositories without manual effort.

Quick Start

Use the repo-scanner skill by providing a GitHub username or organization name as the variable. Example: repo-scanner var="myorg".

Frequently Asked Questions about Repo Scanner

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

FAQPage Schema
How do I automate GitHub repository scanning to find actionable opportunities?

Automating GitHub repository scanning identifies and prioritizes actionable opportunities by fetching repository metadata via GraphQL API calls, categorizing repositories by activity, and generating a prioritized report with a Top 5 opportunities block.

How do I scan my GitHub organization for prioritized issues?

Scanning a GitHub organization for prioritized issues involves passing the organization name as a variable to the scanner, which then fetches metadata, detects opportunities using a fixed taxonomy, and outputs a report highlighting the Top 5 opportunities.

Do I need the gh cli to scan GitHub repositories for opportunities?

Yes, you need the gh cli installed to scan GitHub repositories for opportunities, because the scanner requires it to handle GraphQL API access and fetch the necessary repository metadata for generating the prioritized report.

How does automated repository scanning detect opportunities in GitHub repos?

Automated repository scanning detects opportunities by fetching repository metadata through GitHub's GraphQL API, categorizing repositories based on their activity levels, and applying a fixed taxonomy to identify and prioritize actionable items.

Can I continuously monitor GitHub repositories for new opportunities automatically?

You can continuously monitor GitHub repositories for new opportunities by integrating this automated scanning skill into your workflow, allowing you to generate prioritized reports of actionable items without manual effort.

What is the best way to prioritize issues across multiple GitHub repositories?

The best way to prioritize issues across multiple GitHub repositories is using an automated scanner that fetches metadata via GraphQL, applies a fixed taxonomy to detect opportunities, and generates a prioritized report featuring a Top 5 block.