afc:pr-comment

Post severity-categorized review comments to GitHub Pull Requests.

7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-pr-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afc:pr-comment
Source: https://github.com/jhlee0409/all-for-claudecode/tree/main/skills/pr-comment
Command: npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-pr-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of providing structured feedback on GitHub Pull Requests, ensuring consistent and actionable review comments.

Core Features & Use Cases

  • Automated Code Review: Analyzes PR diffs and generates review comments based on predefined quality, architecture, security, and performance criteria.
  • Severity Classification: Assigns severity levels (Critical, Warning, Info) to findings.
  • User Confirmation: Presents a preview of the review comment and prompts for user approval before posting to GitHub.
  • Use Case: After a developer submits a PR, use this skill to automatically generate a comprehensive review, flagging potential issues and suggesting improvements, before it gets merged.

Quick Start

Use the afc:pr-comment skill to post a review for pull request number 42.

Frequently Asked Questions about afc:pr-comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request comments from code analysis?

Filter automated PR review comments by severity levels such as Critical, Warning, or Info. This skill categorizes findings during code analysis, allowing you to select which severity thresholds to post to the GitHub pull request.

Can I review and edit automated code review comments before posting them to GitHub?

Yes, you can review automated code review comments before posting them to GitHub. The skill generates a structured preview of the findings and prompts for explicit user confirmation before submitting any comments to the pull request.

Does automated pull request reviewing reuse existing triage reports?

Automated pull request reviewing can reuse existing triage reports when available. This allows the skill to skip redundant code analysis and directly categorize previous findings by severity for GitHub comment submission.

What is the best way to categorize code review findings before posting to a GitHub PR?

Categorize code review findings by assigning severity levels like Critical, Warning, and Info before posting to a GitHub PR. This skill automatically classifies diff analysis into these tiers and prepares a structured review comment for approval.