code-review

Review code changes for bugs, security issues, and maintainability risks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify code quality issues, hidden bugs, security risks, and maintainability problems before changes are merged.

Core Features & Use Cases

  • Code Quality Review: Analyze changes for runtime errors, performance problems, side effects, and architectural concerns.
  • Security and Testing Assessment: Check for vulnerabilities, missing coverage, and risky changes requiring deeper review.
  • Use Case: Review a pull request or code diff to provide actionable feedback on correctness, reliability, and long-term maintainability.

Quick Start

Ask the code-review skill to review my latest code changes for bugs, security issues, and improvement suggestions.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a pull request for bugs and security vulnerabilities?

A code diff review analyzes changes for runtime errors, side effects, and architectural concerns to provide actionable feedback on correctness. It evaluates testing coverage, backwards compatibility, and vulnerability patterns to ensure software quality before merging.

What does a code quality review check for in a software diff?

A code diff review analyzes changes for runtime errors, side effects, and architectural concerns to provide actionable feedback on correctness. It evaluates testing coverage, backwards compatibility, and vulnerability patterns to ensure software quality before merging.

Can I assess performance issues and testing coverage using automated code review?

Security assessment in code review identifies common vulnerability patterns and risky changes requiring deeper review. It checks for missing coverage and evaluates architecture to ensure security risks are caught before changes are merged into production.

How do I identify maintainability risks and security flaws before merging code?

Security assessment in code review identifies common vulnerability patterns and risky changes requiring deeper review. It checks for missing coverage and evaluates architecture to ensure security risks are caught before changes are merged into production.

Does automated code review work for evaluating backwards compatibility and runtime behavior?

Yes, automated code review works for evaluating backwards compatibility and runtime behavior by applying structured evaluation to code diffs. It analyzes side effects, architectural concerns, and runtime errors to maintain long-term software reliability.