code-review

Review code changes for architecture, quality, security, and performance.

Updated Apr 9, 2024
One-click install
npx skills add https://github.com/nhonvo/Powershell --skill code-review-nhonvo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nhonvo/Powershell/tree/main/antigrafity-config/.agent/skills/code-review
Command: npx skills add https://github.com/nhonvo/Powershell --skill code-review-nhonvo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill delivers context-aware, actionable feedback on code changes to improve quality, security, and maintainability.

Core Features & Use Cases

  • Context-aware review across architecture, code quality, security & dependencies, performance & scalability, testing quality, and API/documentation.
  • Structured feedback with root-cause analysis and concrete improvement steps, including suggested refactors and potential tests.
  • Multi-instance support can run parallel reviews to cover different focus areas for the same change.

Quick Start

Review the latest commit and changed files to surface high-risk areas and actionable improvements.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get actionable code review feedback on recent commits?

To get actionable code review feedback, you can review the latest commit and changed files to surface high-risk areas and receive concrete improvement steps including suggested refactors and potential tests.

What is the best way to perform a structured code review across multiple files?

The best way to perform a structured code review is applying a process of pre-review context gathering, pattern recognition, root-cause analysis, and cross-file intelligence to deliver comprehensive feedback on code changes.

Can I review code quality and security simultaneously during a code review?

Yes, you can review code quality and security simultaneously. The process applies context-aware review across architecture, code quality, security dependencies, performance, testing, and API documentation in a single pass.

Does the code review process support running parallel reviews for different focus areas?

Yes, the code review process supports multi-instance execution, allowing you to run parallel reviews to cover different focus areas for the exact same code change independently.

How do I find the root cause of code quality issues during a review?

To find the root cause of code quality issues, the review process implements pattern recognition and root-cause analysis to identify underlying problems and provide fix-oriented recommendations.