review-code

Review code changes in Go, Python, TypeScript, and React with prioritized feedback.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/vndee/engineering-skills --skill review-code-vndee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/vndee/engineering-skills/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/vndee/engineering-skills --skill review-code-vndee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams enforce consistent coding standards by automatically reviewing changed code for performance, architecture, type safety, and quality, catching issues before they enter main branches.

Core Features & Use Cases

  • Performance-focused review rules for Go, Python, TypeScript/TSX, and React projects
  • Architecture & design checks to enforce clean boundaries and domain modeling
  • Type safety & code quality validations with actionable feedback and test-driven checks
  • Use Case: When preparing a feature branch for review, run this Skill to identify critical issues and verify fixes against test outputs.

Quick Start

Run a diff-aware, automated code-review pass on the changed files and report prioritized issues with test outputs.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate code reviews for TypeScript and React projects?

Automated code reviews for TypeScript and React projects enforce type safety and performance by analyzing file diffs, running tests, and reporting prioritized architectural and quality issues.

Can I run automated static analysis on Python and Go code changes before merging?

Automated static analysis on Python and Go code changes runs during feature development and pre-merge stages to identify performance defects and architecture violations before entering main branches.

What is diff-aware code review and how does it enforce type safety?

Diff-aware code review analyzes changed files to validate type safety and code quality, providing clear, prioritized remediation feedback and verifying fixes against test outputs.

Does this automated code review tool integrate with CI workflows?

Automated code review integrates with CI workflows to execute performance-focused checks, run test validations, and deliver actionable remediation feedback on changed code.

What's the best way to catch architecture and performance issues in pre-merge feature branches?

Catching architecture and performance issues in pre-merge feature branches requires running an automated, diff-aware review pass to identify critical defects and verify fixes against test outputs.

Why does automated code review require test execution alongside diff analysis?

Automated code review requires test execution alongside diff analysis to verify remediation fixes, ensuring that changed code passes performance, architecture, and type safety validations before merging.