code-review

Identify obvious defects in pull requests and code diffs.

1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/timbuchinger/loadout --skill code-review-timbuchinger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/timbuchinger/loadout/tree/main/skills/code-review
Command: npx skills add https://github.com/timbuchinger/loadout --skill code-review-timbuchinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process by focusing exclusively on obvious and critical defects, such as security vulnerabilities or correctness bugs. It provides minimal, actionable feedback, ensuring faster approvals and higher code quality.

Core Features & Use Cases

  • Focused Defect Detection: Checks for security vulnerabilities, correctness bugs, breaking changes, critical performance issues, and test coverage gaps.
  • Minimal & Actionable Feedback: Provides clear approval or rejection with prioritized lists of issues, avoiding nitpicks and subjective suggestions.
  • Streamlined Workflow: Helps retrieve code or pull requests using available tools and delivers a concise verdict.
  • Use Case: You've submitted a pull request and need a quick, focused review. This Skill rapidly scans your changes for critical issues, providing a clear "Approved" or "Cannot approve" with specific, prioritized reasons, accelerating your merge process.

Quick Start

Review the code changes in the current pull request for obvious defects and provide an approval or rejection with specific reasons.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automate code reviews by scanning pull requests and diffs for critical defects—security vulnerabilities, correctness bugs, breaking changes, and performance issues—then deliver a clear approval or rejection with prioritized findings, eliminating manual nitpicking and accelerating merge decisions.

What defects does an automated code review catch?

Automated code review identifies security vulnerabilities, correctness bugs, breaking changes, critical performance issues, and missing test coverage. It focuses on obvious, high-impact defects rather than style or subjective feedback.

Can I use code review automation without manual review?

Code review automation complements manual review by catching critical defects early with minimal, actionable feedback. It accelerates the review process and surfaces priority issues, but human review remains valuable for architectural and domain-specific decisions.

How does automated code review improve software quality?

Automated code review enforces consistent checks across pull requests, preventing security vulnerabilities and correctness bugs from merging while providing developers clear, specific feedback. This reduces defects in production and catches issues before manual review.

What's the fastest way to get feedback on code changes?

Use focused automated code review on pull requests and diffs to get immediate, prioritized feedback on critical issues—security vulnerabilities, bugs, and test gaps—without waiting for manual review cycles.

Does automated code review work with pull requests?

Yes, automated code review retrieves and analyzes pull requests and code diffs to identify critical defects, providing a clear verdict and specific, actionable reasons for approval or rejection.