List open pull requests in a GitHub repository
Scanned 9/8/2026
Install to Claude Code
npx -y skills add KeyArgo/custodian-kernel --skill github-pr-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Github Pr List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keyargo-github-pr-list)More formats (shields.io, HTML) on the badges page.
---
name: github-pr-list
description: "List open pull requests in a GitHub repository"
version: 1.0.0
author: custodian
license: MIT
platforms: [linux, darwin, windows]
metadata:
hermes:
tags: [GitHub, PullRequests]
custodian:
band: L0
cost_usd: 0.0
configured: false
---
# Github Pr List
List open pull requests in a GitHub repository
## Authority band
This tool runs under **L0** authority in the Custodian kernel. Read-only; no real-world effects — always autonomous.
## Inputs
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| (see execute.py for full schema) | | | |
## Configuration
Set the required environment variables before use. Until configured, `custodian tools run github-pr-list` returns a stub response indicating which variables are needed.
## Usage
```bash
custodian tools run github-pr-list --param value
```
## Custodian governance
Every call to this tool passes through the Custodian kernel authority check
before executing. The kernel verifies the current authority band, checks
spending caps where applicable, logs the action to the OCSF audit trail,
and escalates to a human operator if the action exceeds the declared band.
Adding this tool to any Hermes agent session requires no code changes —
declare `custodian-band: L0` in the SKILL.md frontmatter and the kernel
wraps it automatically.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!