add-review-comment

Post single or multi-line inline review comments on GitHub pull requests.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bossjones/boss-skills --skill add-review-comment-bossjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-review-comment
Source: https://github.com/bossjones/boss-skills/tree/main/plugins/boss-dev/agent-harness/skills/add-review-comment
Command: npx skills add https://github.com/bossjones/boss-skills --skill add-review-comment-bossjones

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of posting inline review comments on GitHub pull requests, reducing the time and effort spent on manual review processes.

Core Features & Use Cases

  • Single-line and Multi-line Comments: Post single or multi-line inline comments on specific lines or ranges within a pull request.
  • One-click Suggestion Blocks: Attach one-click suggestion blocks for maintainers to apply fixes with ease.
  • Use Case: Automatically post inline review comments with suggestions when reviewing code changes in a GitHub pull request.

Quick Start

Post a comment at line 42 of the file 'example.py' with the text 'This line is problematic.' using the add-review-comment skill.

Frequently Asked Questions about add-review-comment

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

FAQPage Schema
How do I post inline review comments on a GitHub pull request?

To post inline review comments on a GitHub pull request, use this Skill to target specific lines or ranges via the GitHub API. It calculates proper line anchors and supports both single and multi-line comments.

Can I add suggestion blocks to pull request comments on GitHub?

Yes, you can add one-click suggestion blocks to pull request comments on GitHub. This feature allows maintainers to easily apply suggested code fixes directly within the review workflow.

How do I comment on multiple lines in a GitHub pull request?

You comment on multiple lines in a GitHub pull request by using multi-line anchors. This Skill handles the calculation and submission of these multi-line ranges through the GitHub API.

Do I need the gh CLI to post inline code review comments?

Yes, you need the gh CLI installed and authenticated to post inline code review comments. This Skill relies on gh to interact with the GitHub API for submitting your review feedback.

What is the best way to automate code review suggestions on GitHub?

The best way to automate code review suggestions on GitHub is using this Skill to post inline comments with integrated suggestion blocks. It handles line anchor calculation for accurate, actionable feedback.