reviewing-code

Review code changes for quality, maintainability, and correctness with actionable feedback.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/srogouski/fastmcp-demo --skill reviewing-code-srogouski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-code
Source: https://github.com/srogouski/fastmcp-demo/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/srogouski/fastmcp-demo --skill reviewing-code-srogouski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.

Core Features & Use Cases

  • Review API design and naming for consistency with project conventions.
  • Identify patterns, anti-patterns, and maintainability concerns.
  • Provide actionable, specific feedback and suggested improvements for PRs.

Quick Start

Provide a concise PR context and the code changes you want reviewed, for example:

  • Review the diff for src/api/users.py and suggest API design improvements.
  • Point out naming inconsistencies and potential edge-case issues.

Frequently Asked Questions about reviewing-code

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

FAQPage Schema
How do I review a pull request for maintainability and API design?

To review a pull request, provide the diff context and code changes to get structured, actionable feedback focusing on API design, naming conventions, and potential maintainability concerns.

What is the best way to provide actionable code review feedback?

Actionable code review feedback involves identifying anti-patterns, checking API consistency, and offering concrete, implementable suggestions rather than just pointing out issues.

How do I evaluate code changes for naming inconsistencies and edge cases?

Evaluating code changes requires analyzing the implementation to point out naming inconsistencies, identify edge-case issues, and document the review rationale aligned with project conventions.

Can I get suggested improvements for API design and patterns in my PR?

Yes, you can get suggested improvements for API design and patterns by submitting your code changes for evaluation, which yields specific feedback on quality and correctness.