Skip to main content

pull-request-review

Review a diff against the repository's own conventions, in the order a maintainer does.

설치로 이동

소스 정보

저장소
vstorm-co/agenticos
최근 소스 활동
2026년 9월 2일 09:15
감지된 SKILL.md 언어
영어
스타
42
포크
9

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
Pull request review
description
Review a diff against the repository's own conventions, in the order a maintainer does.
category
engineering
# Reviewing a pull request Read the surrounding code before the diff. Most real problems are in what the change assumes, not in what it says. ## In this order 1. **Does it do what it claims** — and does the description match the diff? 2. **The failure paths** — errors, empty results, concurrency, partial writes. 3. **Tests** — does one fail without the fix? A test that passes on the old code tests nothing. 4. **Conventions** — the repository's, not your preferences. 5. **Blast radius** — what else calls this, and does the change hold for them? ## Say why, and how sure Distinguish "this is a bug, here is the input that breaks it" from "I would have done this differently". Both are worth saying; conflating them wastes the author's time. ## Always sweep the siblings If the change touches one of several similar call sites, check the others. The same defect is usually in all of them. ## Never Block on style a formatter should own, or approve a diff you did not understand because the author is senior.
GitHub에서 보기