review-comment-convention

Configure code review comment priority conventions in project files.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill review-comment-convention
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-comment-convention
Source: https://github.com/yasuwrldhyper/ai-skills-collection/tree/main/skills/review-comment-convention
Command: npx skills add https://github.com/yasuwrldhyper/ai-skills-collection --skill review-comment-convention

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines code reviews by establishing and enforcing consistent priority labels for comments, ensuring clarity and efficiency between developers and AI reviewers.

Core Features & Use Cases

  • Interactive Setup: Guides users through selecting a priority label style (P1-P5 or must/imo/nits/fyi) and language (Japanese, English, Bilingual).
  • Automated File Writing: Writes the chosen convention to .github/copilot-instructions.md and/or CLAUDE.md.
  • Preset Application: Allows non-interactive setup using predefined convention presets.
  • Use Case: A team lead can use this skill to quickly set up a standardized review comment system for their project, ensuring all team members and AI assistants adhere to the same guidelines.

Quick Start

Run the review-comment-convention skill to set up your project's review comment priorities.

Frequently Asked Questions about review-comment-convention

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

FAQPage Schema
How do I standardize code review comments for AI assistants in my repository?

You can standardize code review comments by writing convention rules into `.github/copilot-instructions.md` and `CLAUDE.md`, aligning both human reviewers and AI assistants to consistent priority labels.

What priority label styles can I use to categorize PR review comments?

You can choose between P1-P5 severity levels, must/imo/nits/fyi categories, or both label styles to categorize PR review comments.

Can I set up review comment conventions in both Japanese and English?

Yes, the convention setup supports Japanese, English, and Bilingual languages to ensure code review clarity across international teams.

How do I apply predefined code review conventions without an interactive setup?

You can apply predefined convention presets non-interactively to skip the interactive setup and immediately write standardized rules to your project files.

Does this review comment convention work with GitHub Copilot and Claude?

Yes, it writes conventions directly to `.github/copilot-instructions.md` for GitHub Copilot and `CLAUDE.md` for Claude to ensure AI alignment.