my-review

Categorize code review feedback and apply modifications sequentially.

Updated May 8, 2026
One-click install
npx skills add https://github.com/mike2ox/my-claude-code-config --skill my-review-mike2ox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-review
Source: https://github.com/mike2ox/my-claude-code-config/tree/main/skills/my-review
Command: npx skills add https://github.com/mike2ox/my-claude-code-config --skill my-review-mike2ox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Agent, npx, tsc, pnpm, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of categorizing and applying code review feedback, improving efficiency and maintainability in code quality.

Core Features & Use Cases

  • Feedback Categorization: Analyzes code review feedback and categorizes it into necessary, recommended, and optional improvements.
  • Modification Application: Applies changes in a sequential and error-checked manner to the codebase.
  • Use Case: When you receive a code review, use this skill to quickly analyze the feedback and make targeted improvements, ensuring the codebase is consistently high quality.

Quick Start

Apply code review feedback to your project using the my-review [feedback content] command.

Frequently Asked Questions about my-review

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

FAQPage Schema
How do I categorize code review feedback automatically?

Automated code review feedback categorization analyzes comments and classifies them into necessary, recommended, and optional improvements. This streamlines the development process by performing classification without manual intervention.

What's the best way to apply code review feedback to a codebase?

Applying code review feedback sequentially with error checking ensures targeted improvements are made safely. The modification application process applies changes automatically to maintain consistency across multiple codebase types.

Does this code review automation tool support version control integration?

Yes, code review automation integrates with version control systems like git to streamline the modification workflow. This allows feedback application and codebase updates to be managed directly within your existing repository setup.

Can I use this feedback analysis tool with multiple codebase types?

Yes, feedback analysis supports multiple codebase types for categorizing and applying review modifications. It automatically performs classification and modification regardless of the specific project structure or framework dependencies.

Do I need specific dependencies to run automated code review application?

Automated code review application requires environment dependencies including Agent, npx, tsc, pnpm, and git. These tools facilitate the underlying script execution, type checking, package management, and version control integration.

Why use automated categorization for code review improvements?

Automated categorization of code review improvements separates necessary changes from optional ones to maintain high software quality. This prevents manual sorting errors and ensures feedback is applied sequentially with error checking.