Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pr Review Comments

ASecurity

Address PR review comments. Use when the user says \"check comments\", \"address comments\", \"fix PR feedback\", or similar.

33 stars
0 votes
0 copies
0 views
Added 9/20/2026
code-qualitybashgitapi

Works with

cursorapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add ayunis-core/ayunis-core --skill pr-review-comments --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pr Review Comments?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pr Review Comments
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ayunis-core-pr-review-comments/badge)](https://www.skillsdirectory.com/skills/ayunis-core-pr-review-comments)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: pr-review-comments
description: "Address PR review comments. Use when the user says \"check comments\", \"address comments\", \"fix PR feedback\", or similar."
---

# PR Review Comments

## Context

- GitHub user: **devbydaniel**
- Relevant comment authors: `devbydaniel`, `cursor[bot]` (Bugbot)
- Ignore automated/bot comments: Graphite stack comments, `github-actions` size warnings

## Fetching Comments

PR comments live in two separate API resources. Fetch both:

```bash
# 1. PR conversation comments (rare for review feedback, but check)
gh pr view <number> --json comments --jq \
  '.comments[] | select(.author.login == "devbydaniel" or .author.login == "cursor[bot]") | "--- \(.author.login) at \(.createdAt) ---\n\(.body)\n"'

# 2. Inline review comments (where most feedback lives)
gh api repos/{owner}/{repo}/pulls/<number>/comments --jq \
  '.[] | select(.user.login == "devbydaniel" or .user.login == "cursor[bot]") | "--- \(.user.login) at \(.created_at) on \(.path):\(.line // .original_line) ---\n\(.body)\n"'
```

The `{owner}/{repo}` can be read from `gh repo view --json nameWithOwner --jq .nameWithOwner`.

## Finding the PR

If no PR number is given, use the current branch:

```bash
gh pr view --json number --jq .number
```

Attribution

ayunis-coreayunis-core
View sourceMore from ayunis-core →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman Commit

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.

1023331 votes

Caveman Review

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

1023331 votes

Verification Loop

一个全面的 Claude Code 会话验证系统。

2456590 votes

Springboot Verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

2456590 votes

Django Verification

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

2456590 votes
View all in code-quality →