code-review

Reviews small diffs and single files for correctness, tests, security, and readability.

113|17|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/jaktestowac/awesome-copilot-for-testers --skill code-review-jaktestowac
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jaktestowac/awesome-copilot-for-testers/tree/main/plugins/code-review/skills/code-review
Command: npx skills add https://github.com/jaktestowac/awesome-copilot-for-testers --skill code-review-jaktestowac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Small code changes often skip structured review, letting correctness bugs, missing tests, and style violations slip through. This Skill applies a consistent lightweight checklist to small diffs, single files, or snippets so every change gets a fast sanity check before merging. ## Core Features & Use Cases - Structured Findings: Categorizes feedback into strengths, concerns, and suggestions with concrete file and function references. - Seven-Point Checklist: Covers correctness, maintainability, testing, security, performance, style, and documentation. - Clear Verdicts: Ends every review with an explicit recommendation of approve, request changes, or comment. - Use Case: Before merging a small pull request that tweaks a validation function, ask for a quick review to confirm edge cases are handled, tests exist, and no secrets were introduced. ## Quick Start Review this diff and tell me whether it is safe to merge, flagging any missing tests or security concerns.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get a quick code review of a small diff?▼

Provide the diff, file, or snippet along with the goal of the change. The review summarizes intent, categorizes findings as strengths, concerns, and suggestions, and ends with an approve, request changes, or comment recommendation.

What does a lightweight code review checklist cover?▼

The checklist covers seven areas: correctness and edge cases, maintainability and naming, unit and integration tests, security and secrets, performance hotspots, style conventions, and documentation of public APIs.

When should I use code-review-advanced instead of a quick review?▼

Use code-review-advanced for large or multi-file pull requests, legacy audits, test-automation suites, and high-risk paths such as authentication, payments, or data flows. The quick review is intended for small, low-risk changes only.

Can a quick review replace full pull request review?▼

No. A quick review is a fast sanity check for small changes and does not provide the evidence-driven, severity-ranked analysis needed for complex or security-sensitive work. Use it as a first pass before deeper review.

What output format does the review produce?▼

Findings are grouped into strengths, concerns, and suggestions, each referencing specific files or functions. Short-term fixes and long-term design notes are included, followed by a final recommendation state.