pr-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pr-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create new pull requests, keep them up to date, and safely merge them when ready.
repo_owner and repo_name for the target repositoryhead branch must be pushed)repo write accesscreate_pr with title, body, head branch, and base branchdraft=True if not ready for reviewupdate_pr_description to revise the title or bodyupdate_assignees to assign or reassign usersget_pr_status_checks and get_pr_content)merge_pr with the appropriate merge methodcreate_pr| Parameter | Type | Default | Description |
|---|---|---|---|
repo_owner | str | — | GitHub organisation or username |
repo_name | str | — | Repository name |
title | str | — | PR title |
body | str | — | PR description (Markdown) |
head | str | — | Source branch name |
base | str | — | Target branch name (e.g. main) |
draft | bool | False | Open as draft PR |
update_pr_description| Parameter | Type | Description |
|---|---|---|
repo_owner | str | GitHub organisation or username |
repo_name | str | Repository name |
pr_number | int | Pull request number |
new_title | str | Updated PR title |
new_description | str | Updated PR body (Markdown) |
update_assignees| Parameter | Type | Description |
|---|---|---|
repo_owner | str | GitHub organisation or username |
repo_name | str | Repository name |
issue_number | int | PR or issue number |
assignees | list[str] | GitHub usernames to assign |
merge_pr| Parameter | Type | Default | Description |
|---|---|---|---|
repo_owner | str | — | GitHub organisation or username |
repo_name | str | — | Repository name |
pr_number | int | — | Pull request number |
commit_title | str | optional | Custom merge commit title |
commit_message | str | optional | Custom merge commit message |
merge_method | str | squash | One of: merge, squash, rebase |
| Method | When to use |
|---|---|
squash | Feature branches — keeps main history clean (default) |
merge | When preserving full branch commit history is important |
rebase | Linear history without a merge commit |
mergeable status before calling merge_prdraft=True for work-in-progress PRs to prevent premature merges~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.