code-review

Solid

Структурированный code review: читает git diff или путь к репозиторию/файлу, применяет чек-лист категорий (correctness, security, performance, style, tests, edge cases, a11y) и выдаёт замечания вида [severity] файл:строка с предлагаемым исправлением. Скилл только анализирует и комментирует, правки не вносит. Триггеры: 'code review', 'ревью кода', 'review PR', 'проверь код', 'pull request review', 'code quality', 'замечания по коду', 'найти баги', 'review commit', 'проверь изменения', 'review diff', 'ревью пул-реквеста'.

Code & Development 5 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Code Review > Структурированный ревью PR/diff за один запуск: чек-лист, severity, файл:строка, исправление. Загружай этот скилл когда нужно **проверить код** (diff, PR, commit) и получить структурированные замечания с приоритетами. Скилл читает изменения, применяет чек-лист из шести категорий и выдаёт готовый текст для комментария в PR. ## 🎯 When to use Use this skill when: - Нужно ревью PR/commit/diff перед мержем - Просят «проверь код», «найди баги», «замечания по коду» - Нужен чек-лист code quality перед релизом - Нужно быстро прогнать diff по категориям: correctness, security, performance, style, tests, edge cases, a11y - Нужен структурированный комментарий к PR с severity и ссылками на файл:строку Do NOT use when: - Нужно **внести правки** — скилл только анализирует и комментирует; исправления вносит агент отдельно по явному запросу - Нужен полный аудит всего репозитория, а не изменений — скилл работает по diff - Нужен security-аудит с PoC-доказательством уязвимости — используй специализированный security-скилл - Это первичное ревью архитектуры без кода — скилл анализирует код, не схемы ## 📦 What this skill does ### Inputs - `--repo PATH` — git-репозиторий: берётся `git diff HEAD` (staged + unstaged) - `--file PATH` — обычный файл: ревьюится целиком, каждая строка считается добавленной - `--diff PATH` — файл, содержащий git diff - stdin — git diff (по умолчанию, `git diff | review.py`) ### Outputs - **Список замечаний**: `[severity] файл:строка — правило: про...

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

code-reviewer

Reviews a code diff or pull request for correctness bugs, security vulnerabilities, and quality/maintainability problems, producing severity-ranked findings with file/line references and concrete fix suggestions. Use this skill when the user asks to "review this PR", "review my diff", "code review", "look over these changes", "check this code before merge", "find bugs in this change", or pastes a diff/patch and wants feedback. Applies to git diffs, GitHub/GitLab PRs, staged changes, or a set of changed files in any language.

5 Updated 1 months ago
JayRHa
Code & Development Listed

diff-review

Language-agnostic structural review of a code diff for correctness bugs and design/cleanup issues, with an adversarial verification pass that suppresses false positives. Collects the diff itself via git, spawns its own reviewers, and emits a severity-ordered report. Use when you want a self-contained, high-confidence review of staged, working-tree, or branch changes before they land.

0 Updated yesterday
jedarden
Code & Development Listed

pr-review

Reviews a branch, PR, staged, or working-tree diff for correctness, security, repo-convention, test-coverage, and documentation gaps, returning severity-rated findings without editing code. Use when asked to "review my branch/PR", "is this ready to merge", "check this diff before I push", "does this need an ADR", or to apply fixes for findings from a previous review round. When the target is a GitHub PR, the same report is also posted to the PR — as inline comments on each finding's line plus a summary, by default — so the whole team can read it.

3 Updated today
eagerworks