create-pr skillA
create-pr is agent-read markdown (skill) from flurdy/agent-skills: Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira ticket, generates a PR with the standard template, audits publication artifacts, pushes to origin, and closes the associated bead..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Create Pull Request
Create a pull request from the current branch using project conventions.
## Usage
```
/create-pr # Resolve recorded/default base
/create-pr {base-branch} # Explicit base, including a stacked parent
/create-pr --draft {base-branch} # Create a draft PR against that base
```
## Instructions
Parse optional `--draft` plus at most one `{base-branch}`. Reject unknown or duplicate arguments.
Expand `{draft-flag}` to `--draft` when requested and to nothing otherwise.
### 1. Gather context
Get the current branch and working-copy state:
```bash
git branch --show-current
git status -sb
```
If the branch is empty, stop: HEAD is detached. Preserve the commit on a branch before attempting
to push or create a PR.
### 2. Resolve the PR base
Use the first available source:
1. explicit `{base-branch}` argument;
2. `git config --get branch.{branch-name}.gh-merge-base` (recorded by `/stack-branch`);
3. the default branch from `origin/HEAD`, falling back to local `main`, then `master`.
If the result is empty, equals the head branch, or does not resolve to a commit, ask rather than
…Read the whole file at its exact version.
How to install
mdr add flurdy/agent-skills/create-pr@v2.4.1mdr add flurdy/agent-skills/create-pr@sha256:2af0b8f33d81fe2bPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_xsb5roatbbrdjjlq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v2.4.1 latest | 2026-09-13 | 56f01ae | 11,759 B | A | view · diff |
| v2.4.0 | 2026-09-11 | c0fe12e | 11,546 B | A | view · diff |
| v2.3.1 | 2026-09-11 | b3722f1 | 11,099 B | A | view · diff |
| v2.3.0 | 2026-09-10 | 280673b | 10,822 B | A | view · diff |
| v2.2.0 | 2026-09-09 | 5b64d23 | 9,728 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (11759 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
flurdy/agent-skills · 9 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_xsb5roatbbrdjjlq GET https://markdownregistry.com/api/v1/resolve?ref=flurdy/agent-skills/create-pr GET https://markdownregistry.com/api/v1/blob/2af0b8f33d81fe2b6542a1b6dedaf80254c94372cbf31d80e5635d74795c80eb
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from flurdy/agent-skills
Every file in flurdy/agent-skills