concise-pr-comments

Writes short, human-sounding review comments for PRs and work items.

Updated May 5, 2026
One-click install
npx skills add https://github.com/josippapez/ai-setup --skill concise-pr-comments-josippapez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: concise-pr-comments
Source: https://github.com/josippapez/ai-setup/tree/main/claude/plugins/concise-output/skills/concise-pr-comments
Command: npx skills add https://github.com/josippapez/ai-setup --skill concise-pr-comments-josippapez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafting review comments, PR descriptions, and ticket replies that sound like a real teammate instead of an automated policy engine is hard, and AI-generated comments often read as verbose, hedged, or bot-written. This Skill enforces a concise, senior-dev writing style for anything posted where other people will read it. ## Core Features & Use Cases - Style rules for outbound comments: Verdict first, one idea per comment, 1-3 sentences, first-person plain language, and direct questions when the author should decide. - AI-tell detection: Cuts inventory dumps, filler transitions, agreement openers, trailing hedges, and self-summarizing marketing tone from drafts. - Use Case: When asked to leave inline review comments on a pull request or reply on an Azure DevOps work item, the Skill produces short comments like "Needs a try/finally around this..." instead of multi-paragraph formal write-ups. ## Quick Start Ask the assistant to draft concise, human-sounding review comments for this pull request using the concise-pr-comments skill.

Frequently Asked Questions about concise-pr-comments

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

FAQPage Schema
How do I write concise PR review comments that sound human?

Lead with the verdict in the first sentence, keep comments to 1-3 sentences, and cover one idea per comment. Use first person plainly, cite evidence as file.ts:123 with inline backticks, and end with a direct question when the author should make the call.

How to reply to pull request review comments briefly?

Replies can be one word: "Done", "Fixed", or "Good to know, didn't know that. Resolved". Skip agreement openers like "Makes sense" and start at the part the author does not already know, then resolve the thread.

What makes AI-generated code review comments sound robotic?

Common tells include inventory dumps of everything that changed, filler transitions like "just flagging it", three-part parallel constructions, headers or bullets inside inline comments, and self-summarizing phrases like "a clean, backwards-compatible API addition".

Can this style be used for Jira or Azure DevOps work item comments?

Yes, the same rules apply to Azure DevOps, GitHub, and Jira work-item and issue comments, plus PR descriptions. Any text posted where other people will read it follows the verdict-first, short-paragraph style.

When should a review comment be longer than three sentences?

A long comment is only justified when the evidence itself is the point, such as a traced code path, compiled output, or reproduced failure. Even then it stays as plain paragraphs without headers or bullet lists.