Agent skill
github
GitHub repository analysis - weekly reports, issue triage, PR health, CI trends
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
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 formatrepo:pr- PR template formatci:status- CI check detailsci:monitoring- Monitor running CI
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?