Skip to main content

review-branch

Review the current branch without editing code. Use for PR-style findings, regressions, merge-base comparison, or pre-merge risk assessment.

설치로 이동

소스 정보

저장소
videojs/v10
최근 소스 활동
2026년 7월 27일 23:21
감지된 SKILL.md 언어
영어
스타
944
포크
92

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
review-branch
description
Review the current branch without editing code. Use for PR-style findings, regressions, merge-base comparison, or pre-merge risk assessment.
# Branch review Review the branch as a whole; do not implement fixes. 1. Determine the intended base and inspect the merge-base diff, commit history, and working tree separately. 2. Fetch a linked issue or PR when supplied and derive the acceptance boundary. 3. Read changed code in context, including callers, tests, exports, and relevant configuration. 4. Check whether the change is a good citizen of the whole codebase and documentation: follow established ownership, naming, architecture, public contracts, and nearby patterns rather than judging the diff in isolation. 5. Apply only the domain constraints and review criteria that the changed surface requires. 6. Prioritize correctness, regressions, security, accessibility, public compatibility, and missing tests. Avoid style findings already enforced by tools. 7. Validate suspected findings with a targeted command or source trace when practical. Lead with findings ordered by severity. For each, include the file/line, concrete failure mode, evidence, and smallest correction. Then summarize the change and residual test gaps. Say explicitly when no actionable findings remain. ## Example Input: “Review this branch against main.” Output: Severity-ordered actionable findings with locations and evidence, followed by a concise change summary and residual test gaps.
GitHub에서 보기