analyse

Analyze GitHub issues, pull requests, and repository health via GitHub CLI.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/.home --skill analyse-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyse
Source: https://github.com/Borda/.home/tree/main/.claude/skills/analyse
Command: npx skills add https://github.com/Borda/.home --skill analyse-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of GitHub issues and Pull Requests by automating analysis, summarization, and assessment of repo health.

Core Features & Use Cases

  • Issue Triage: Summarizes long issue threads, identifies potential duplicate issues, and extracts reproduction steps.
  • PR Readiness Assessment: Evaluates PR completeness, quality, and risk, providing clear recommendations for approval or changes.
  • Repo Health Overview: Generates insights into issue/PR trends, contributor activity, and release cadence.
  • Use Case: A maintainer can use this Skill to quickly get a summary of a complex bug report, assess if a new PR is ready for merging, or get a pulse on the overall health of their open-source project.

Quick Start

Use the analyse skill to get a health overview of the current repository.

Frequently Asked Questions about analyse

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

FAQPage Schema
How do I summarize long GitHub issue threads to extract reproduction steps?

To summarize GitHub issue threads and extract reproduction steps, you can use automated analysis to parse the discussion history, identify the core problem, and isolate the specific steps needed to trigger the bug.

What is the best way to assess pull request readiness before merging?

Assessing pull request readiness involves evaluating PR completeness, code quality, and potential risk, which provides clear recommendations on whether a PR is ready for approval or requires further changes.

How do I detect duplicate issues in a GitHub repository?

Detecting duplicate GitHub issues requires analyzing issue metadata and descriptions to find similarities, allowing maintainers to consolidate redundant bug reports and streamline triage.

Does this GitHub analysis tool require the GitHub CLI to function?

Yes, this GitHub analysis tool requires the GitHub CLI to function, as it relies on the command-line interface to fetch repository data, issue threads, and pull request details for health assessment.

Can I generate repository health statistics and track contributor activity?

You can generate repository health statistics and track contributor activity by analyzing issue and PR trends, release cadence, and individual contributor engagement to get a pulse on the open-source project.