code-review

Analyze code changes to identify bugs, security issues, and structural problems.

14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/WalletConnect/skills --skill code-review-walletconnect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/WalletConnect/skills/tree/main/skills/code-review
Command: npx skills add https://github.com/WalletConnect/skills --skill code-review-walletconnect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly deliver actionable feedback on code changes by surfacing bugs, security issues, and structural problems, reducing review time and risk.

Core Features & Use Cases

  • Multi-faceted analysis of diffs and full-context files to identify logic errors, security concerns, and design inconsistencies.
  • Consolidated, ranked findings with file paths, line numbers, severity, and recommended fixes.
  • Seamless integration with pull requests and local git workflows for timely feedback.

Quick Start

Review the current changes in the repository and return a prioritized, actionable report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review uncommitted git changes for bugs and security issues?

To review uncommitted git changes, the Skill analyzes your working directory diff to identify logic errors and security issues, outputting a consolidated, ranked report with file paths, line numbers, and suggested fixes.

Can I use this to analyze a pull request diff for structural problems?

Yes, you can analyze a pull request diff for structural problems. The Skill reads the full context of the PR changes to identify design inconsistencies and outputs a prioritized, actionable summary with severity levels.

What is the best way to find security vulnerabilities in my latest commit?

The best way to find security vulnerabilities in your latest commit is to run a structured code review. The Skill evaluates the commit diff to surface security concerns and provides recommended fixes with exact file paths and line numbers.

Does this code review tool work with local git workflows and AWS or Terraform files?

Yes, it integrates seamlessly with local git workflows and analyzes AWS and Terraform code changes. It examines full-context files to surface multi-faceted findings, including bugs and structural problems specific to your infrastructure code.

How does automated code analysis handle severity ranking and suggested fixes?

Automated code analysis handles severity ranking by consolidating all detected bugs, security issues, and structural problems into a single prioritized report. Each finding includes its file path, line number, severity level, and a suggested fix.