code-review

Review code changes for bugs, security issues, and pattern adherence.

20|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/malhashemi/dotfiles --skill code-review-malhashemi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/malhashemi/dotfiles/tree/main/dot_config/opencode/skill/code-review
Command: npx skills add https://github.com/malhashemi/dotfiles --skill code-review-malhashemi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, identifying critical bugs, security vulnerabilities, and deviations from established codebase patterns, ensuring higher quality and more maintainable software.

Core Features & Use Cases

  • Bug Detection: Identifies logic errors, edge cases, and broken error handling.
  • Security Analysis: Flags potential security issues like injection vulnerabilities.
  • Pattern Adherence: Verifies code fits existing project conventions and abstractions.
  • Use Case: Before merging a pull request, use this Skill to perform a thorough review, catching potential issues that might be missed during manual inspection.

Quick Start

Review the current staged and unstaged git diffs for potential bugs and pattern violations.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review git diffs for bugs and security vulnerabilities?

Reviewing git diffs for bugs and security vulnerabilities involves analyzing code changes to identify logic errors, injection risks, and broken error handling. This process yields actionable feedback with clear severity levels.

Can I check if my pull request adheres to existing codebase patterns?

Checking if a pull request adheres to existing codebase patterns involves analyzing the diff against project conventions and abstractions. This verification ensures new code fits established structures using context analysis tools.

What is automated code review for pull requests?

Automated code review for pull requests is the process of analyzing diffs, commits, or branches to find real bugs and security issues. It catches potential problems missed during manual inspection before merging.

Does code review work without additional dependencies?

Code review works without additional dependencies. It performs bug detection, security analysis, and pattern adherence verification natively by analyzing your git changes and providing actionable feedback.

What is the best way to find security issues in git commits?

The best way to find security issues in git commits is to analyze the changes for potential vulnerabilities like injection flaws. This approach flags security issues with clear severity levels for actionable remediation.