code-review-comments

Annotate generated Azure SDK code with inline REVIEW comments.

3|5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ronniegeraghty/hyoka --skill code-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-comments
Source: https://github.com/ronniegeraghty/hyoka/tree/main/skills/reviewer/code-review-comments
Command: npx skills add https://github.com/ronniegeraghty/hyoka --skill code-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads generated Azure SDK code files and adds inline review comments without changing any actual code. Use during code review to annotate quality issues, best practices, and suggestions.

Core Features & Use Cases

  • Reads generated code files and inserts inline REVIEW comments above problematic lines without modifying code
  • Supports multiple languages by using the appropriate comment prefixes
  • Aids code reviewers by surfacing issues, best practices, and actionable suggestions

Quick Start

Supply a generated Azure SDK codebase and instruct the skill to annotate it with inline REVIEW comments above relevant lines.

Frequently Asked Questions about code-review-comments

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

FAQPage Schema
How do I add inline comments to code for review without modifying the original source?

You can annotate code for review by inserting language-appropriate REVIEW comments directly above the relevant lines, which preserves the original source code while surfacing quality issues and improvement suggestions.

Can I use inline code review annotations across different programming languages?

Yes, inline code review annotations support multiple programming languages by automatically applying the appropriate comment prefixes for each specific language when inserting REVIEW comments above problematic lines.

How do I automatically surface best practices and quality issues in generated Azure SDK code?

To surface best practices in generated Azure SDK code, you supply the codebase to an annotation tool that reads the files and inserts inline REVIEW comments identifying quality issues and actionable suggestions without altering the code.

Does this inline annotation approach work specifically for Azure SDK code samples?

Yes, this inline annotation approach is designed specifically for code reviews of generated Azure SDK samples, applying language-appropriate REVIEW comments to surface best practices and improvement suggestions directly within the files.

What is the best way to annotate generated code files with review suggestions in place?

The best way to annotate generated code files in place is to use an automated tool that inserts REVIEW comments above relevant lines, ensuring the actual code remains unmodified while saving the review suggestions directly within the file.