Agent skill

github

GitHub repository analysis - weekly reports, issue triage, PR health, CI trends

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/github-kagenti-kagenti

SKILL.md

mermaid
flowchart TD
    START([Repo Health]) --> GH{"/github"}
    GH -->|Weekly summary| WEEK["github:last-week"]:::github
    GH -->|Triage issues| ISSUES["github:issues"]:::github
    GH -->|PR health| PRS["github:prs"]:::github

    WEEK -->|calls| ISSUES
    WEEK -->|calls| PRS
    ISSUES -->|stale| CLOSE[Close or update]
    PRS -->|CI failing| RCA["rca:ci"]:::rca

    classDef github fill:#E91E63,stroke:#333,color:white
    classDef rca fill:#FF5722,stroke:#333,color:white

Follow this diagram as the workflow.

GitHub Skills

Repository health analysis, issue triage, and PR management.

Auto-Select Sub-Skill

What do you need?
    │
    ├─ Weekly summary (what happened last week?)
    │   → github:last-week
    │
    ├─ Analyze open issues (triage, stale, priority)
    │   → github:issues
    │
    ├─ Analyze open PRs (CI status, review needed)
    │   → github:prs
    │
    └─ Create an issue with proper template
        → repo:issue

Available Skills

Skill Purpose
github:last-week Weekly report: merged PRs, new issues, CI health, priority analysis
github:issues Issue triage: stale, blocking, no attention, should-close
github:prs PR health: passing CI without review, stale, conflicts

Related Skills

  • repo:issue - Issue template format
  • repo:pr - PR template format
  • ci:status - CI check details
  • ci:monitoring - Monitor running CI

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results