Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add saidsef/mcp-github-pr-issue-analyser --skill pr-managementgit clone --depth 1 https://github.com/saidsef/mcp-github-pr-issue-analyserWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/pr-management)<a href="https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/pr-management"><img src="https://agentmods.dev/badge/skills/saidsef/mcp-github-pr-issue-analyser/pr-management.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.02332 |
| Opus 5 | $0.00011 | $0.01166 |
| Sonnet 5 | $0.00004 | $0.00466 |
| Haiku 4.5 | $0.00002 | $0.00233 |
Grade A, and why
pr-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PR Management
Open pull requests, keep them current, and merge them once they are ready.
Prerequisites
repo_ownerandrepo_namefor the target repository- The
headbranch must already be pushed before creating a PR - GitHub token with
repowrite access
Workflow
Opening a PR
- Call
list_repo_labelsto see the label names the repository defines - Call
create_prwith title, body, head branch, base branch and labels - Pass
draft=Truewhile the work is still in progress - The
mcplabel is appended automatically, so do not pass it yourself
Updating a PR
- Call
update_prto change any subset of the title, body, state, base branch and labels. This is the one to reach for, since it leaves the fields you omit alone - Call
update_pr_descriptiononly when replacing both the title and the body together - Call
set_pr_draftto mark a draft ready for review, or to put a PR back into draft - Call
update_assigneesto set the assignees - Call
update_pr_branchwhen the base branch has moved on and the PR needs the latest upstream commits
Closing a PR
- Call
update_prwithstate="closed". Reopen withstate="open" - Closing is not merging. A closed PR keeps its branch and its comments
Merging a PR
- Call
get_pr_status_checksand requireoverall == "passing", per thepr-analysisskill - Confirm the review decision is an approval
- Ask the user in chat and get an explicit yes before calling
merge_pr. The tool does not prompt and the merge cannot be undone - Call
merge_prwith an explicitcommit_title
Tool Parameters
create_pr
| Parameter | Type | Default | Description |
|---|---|---|---|
repo_owner |
str | - | GitHub organisation or username |
repo_name |
str | - | Repository name |
title |
str | - | PR title, see Title Convention |
body |
str | - | PR description in Markdown |
head |
str | - | Source branch name |
base |
str | - | Target branch name, e.g. main |
draft |
bool | False |
Open as a draft PR |
labels |
list[str] | None | None |
Labels to apply. Omit to leave the PR unlabelled |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +19 lines 1ed1c1c6e80a
- 7d ago First seen · 186 lines · 22 tokens per session scan A 6aa9a6fcb9a0
pr-management is a skill published in the GitHub repository saidsef/mcp-github-pr-issue-analyser (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 22 tokens to every session and 2,332 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
atelier
Two-agent post-generation quality gate for vibe-coded applications. Deterministic, gradeable ruleset enforcing UI/UX design-system craft and backend architectural soundness.
new-project
Bootstrap a new product repository for agentic development. Use when starting a new app, empty repo, greenfield project, or when the user asks to stand up the factory, the start loop, or what to install before the first feature.
gist-management
Create, read, update, and manage GitHub Gists via MCP. Use when asked to save, share, or manage code snippets as gists.
mcp-dino
Skill "mcp-dino" from shennawardana23/mcp-dino, covering skill.md — dino-mcp development skills, skill: build & run, quick build (go only, uses existing ui), full build (vite ui + go) and run in dev mode (verbose).
amazon aurora dsql
Deprecated compatibility redirect for Aurora DSQL guidance. Use when a request concerns DSQL, Aurora DSQL, distributed SQL, DSQL schemas, migrations, queries, authentication, performance, or application development.
github
GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries.