comment-writer

Write warm, direct collaboration comments for PRs, issues, and reviews.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/albersg/dotfiles --skill comment-writer-albersg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: comment-writer
Source: https://github.com/albersg/dotfiles/tree/main/dotfiles-opencode/.opencode/skills/comment-writer
Command: npx skills add https://github.com/albersg/dotfiles --skill comment-writer-albersg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing review feedback and issue replies that are both useful and respectful is hard; comments often end up too long, too vague, or unnecessarily harsh. This Skill provides a consistent voice and structure for human-facing collaboration comments. ## Core Features & Use Cases - Voice Rules: Enforces warm, direct, concise writing with actionable points first and technical reasoning for requested changes. - Comment Formula: Structures feedback as observation, rationale, and concrete next action. - Language Matching: Writes in the target thread's language (Spanish or English) with neutral professional tone by default. - Use Case: When reviewing a teammate's oversized pull request, generate a short comment that requests a split, explains why, and suggests a concrete ordering of commits. ## Quick Start Ask the assistant to write review feedback for a pull request using the comment-writer skill, for example to request splitting a PR that exceeds the line budget.

Frequently Asked Questions about comment-writer

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

FAQPage Schema
How do I write better pull request review comments?▼

Start with the actionable point, keep it to one to three short paragraphs, and explain the technical reason behind any requested change. Use the formula of direct observation, why it matters, and a concrete next action.

How to give code review feedback without sounding harsh?▼

Sound like a thoughtful teammate by being warm and direct, focusing on the highest-value issue instead of every small preference, and always explaining why a change matters. Avoid corporate phrasing and keep comments short.

Can I write GitHub comments in Spanish with this skill?▼

Yes, the skill matches the target context language by default, so a Spanish issue or thread gets a Spanish comment. It uses neutral professional Spanish unless the context or user explicitly requests a regional tone.

How do I inspect a PR before writing review feedback?▼

Run gh pr view <PR_NUMBER> --json title,body,additions,deletions,changedFiles to see the PR scope before commenting. This helps you ground feedback in the actual size and content of the change.

When should I ask for a PR to be split?▼

Request a split when a PR exceeds the agreed line budget, such as 400 lines, or mixes unrelated concerns like validation logic with UI wiring. Suggest a concrete ordering such as foundation plus tests first, then integration, then docs.