Home / jellydn / my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/pr-review/SKILL.md · GitHub

pr-review skillA

pr-review is agent-read markdown (skill) from jellydn/my-ai-tools: Fix PR review comments by implementing requested changes.

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

# Fix PR Review Comments

Fix PR review comments by implementing the requested changes.

## Usage

```bash
/pr-review <PR_URL>      # Review PR by URL (expects full GitHub URL)
/pr-review <PR_NUMBER>   # Review PR by number (expects number, e.g., 123)
/pr-review               # Auto-detect PR from current branch
```

### 📋 Argument Handling

The command accepts the PR identifier from `$ARGUMENTS`:

1. **PR URL**: Full GitHub PR URL (e.g., `https://github.com/owner/repo/pull/123`)
2. **PR Number**: Just the PR number (e.g., `123`)
3. **No Arguments**: Auto-detect the PR associated with the current Git branch

If `$ARGUMENTS` is provided, use it as the PR identifier. Otherwise, auto-detect the current branch's PR using:

```bash
gh pr view --json number,url -q '.number'
```

This extracts the PR number from the current branch's open PR for use in subsequent commands.

If no open PR is found for the current branch, show this error:

```text
Error: No open pull request found for the current branch.

To review a specific PR:
  /pr-review <PR_URL>
  /pr-review <PR_NUMBER>

Or create a PR first:
  gh pr create
```

## Process
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jellydn/my-ai-tools/pr-review@git:20260814.d1987f5
Exact content
mdr add jellydn/my-ai-tools/pr-review@sha256:21ddbe81fdfa7dac

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_yclw23g23jrqmh4i.svg)](https://markdownregistry.com/a/art_yclw23g23jrqmh4i)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260814.d1987f5 latest2026-08-14 d1987f5 3,430 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3430 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

GitHub

jellydn/my-ai-tools · 121 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_yclw23g23jrqmh4i
GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/pr-review
GET https://markdownregistry.com/api/v1/blob/21ddbe81fdfa7dac00452514f9fbbc3d8d5eb02729b79ab3f524a490382a613f

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 jellydn/my-ai-tools

AGENTS.md agents
jellydn/my-ai-tools · AGENTS.md
git:20260805.03f0789 · audit A · 121 stars
AGENTS.md@configs/amp agents
jellydn/my-ai-tools · configs/amp/AGENTS.md
git:20260913.e2e25be · audit A · 121 stars
accountable-engineering skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/accountable-engineering/SKILL.md · Use explicit human checkpoints for architecture, security, rollout, or operational decisions.
git:20260913.e2e25be · audit A · 121 stars
adr skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/adr/SKILL.md · Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
git:20260814.d1987f5 · audit A · 121 stars
blindspot-pass skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/blindspot-pass/SKILL.md · Inspect history and architecture for hidden constraints before risky cross-cutting changes.
git:20260913.e2e25be · audit A · 121 stars
capability-experiments skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/capability-experiments/SKILL.md · Build an interactive report or experiment when the user asks to explore model capabilities.
git:20260913.e2e25be · audit B · 121 stars
code-quality-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-quality-review/SKILL.md · Audit a diff for structural maintainability and unnecessary complexity.
git:20260913.e2e25be · audit A · 121 stars
code-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-review/SKILL.md · Review a branch, PR, or worktree diff for repository conventions and stated intent.
git:20260913.e2e25be · audit A · 121 stars
codemap skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/codemap/SKILL.md · Create a seven-document architecture map when the user asks to map a codebase.
git:20260913.e2e25be · audit A · 121 stars
commit-atomic skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/commit-atomic/SKILL.md · Group staged changes into atomic commits with commitizen convention
git:20260814.d1987f5 · audit A · 121 stars
context-discovery skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/context-discovery/SKILL.md · Use MCP tools to trace behavior that spans multiple modules or history sources.
git:20260913.e2e25be · audit A · 121 stars
doc-search skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/doc-search/SKILL.md · Search project documentation — ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx
git:20260814.d1987f5 · audit A · 121 stars

Every file in jellydn/my-ai-tools

Other files named pr-review

pr-review skill
agentic-community/mcp-gateway-registry · .claude/skills/pr-review/SKILL.md · Review a GitHub pull request using multiple expert personas. Takes a PR URL as input, analyzes the changes, and…
v1.1 · audit A · 941 stars
pr-review skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/pr-review/SKILL.md · Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes…
git:20260724.918f809 · audit A · 555 stars
pr-review skill
microsoft/win-dev-skills · .github/skills/pr-review/SKILL.md · Multi-dimensional review of a PR or feature branch in microsoft/win-dev-skills. Activate on "review my PR / changes /…
git:20260826.26aa303 · audit A · 448 stars
pr-review skill
sd0xdev/sd0x-harness · skills/pr-review/SKILL.md · PR self-review — review changes, produce checklist, update rules
git:20260404.1c6641c · audit A · 189 stars
pr-review rules
uipath/skills · .cursor/rules/pr-review.mdc · Pull request review checklist for new skills, skill modifications, and hook changes — invoke when reviewing or creating…
git:20260427.33384fd · audit A · 162 stars
pr-review skill
suxrobgm/jobpilot · .claude/skills/pr-review/SKILL.md · Review a JobPilot pull request on its own branch, resolve merge conflicts with main, remove over-engineering…
v1.0 · audit A · 76 stars
pr-review skill
magic5644/graph-it-live · plugins/graph-it-live/skills/pr-review/SKILL.md · Review pull requests and Git diffs with Graph-It-Live risk, breaking-change, dependency-impact, cycle, unused-export…
git:20260912.9be7026 · audit A · 49 stars
pr-review skill
procoders/superpowers-v · skills/pr-review/SKILL.md · Use when the user wants to deeply review a pull/merge request or a local diff — "review this PR", "grill the MR"…
git:20260904.175306d · audit A · 38 stars

Browse by kind, by grade A, or by owner.