Skip to main content

pr-reviewer

Automated Git PR review — diff analysis + quality checks.

설치로 이동

소스 정보

저장소
mangowhoiscloud/geode
최근 소스 활동
2026년 9월 7일 02:05
감지된 SKILL.md 언어
영어
스타
15
포크
2

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
pr-reviewer
visibility
public
triggers
review, PR 리뷰, 코드 리뷰, diff, 풀리퀘스트 검토
description
Automated Git PR review — diff analysis + quality checks.
tools
run_bash, memory_save
risk
safe
# PR Reviewer Review code changes against the current repository contracts. A review request does not authorize code edits, PR mutations, or memory writes. Use only available, permitted read-only inspection; a supplied diff can be reviewed without shell access, with any missing context stated explicitly. ## Review Perspectives (5-lens) ### 1. Consistency - Do changes match the PR title/description - Are changes within the scope specified in plan documents (docs/plans/) - Are there unrelated changes mixed in ### 2. Safety - Are there DANGEROUS tool additions/modifications - Secret/key exposure risks - SQL injection, command injection patterns ### 3. Testing - Are there corresponding tests for the changed code - Have tests been deleted/disabled (anti-deception) - Coverage regression ### 4. Architecture - `core/`, `evals/`, and `evolve/` ownership and dependency-direction violations; use `AGENTS.md` and `docs/architecture/package-classification.md` for the current contract, not the retired 6-layer map - Circular import introduction - God Object bloat ### 5. Style - ruff/mypy pass status - Naming consistency - Unnecessary comments/docstrings ## Usage ``` Review PR #520 ``` or ``` Review the last 3 commits ``` ## Output Format ```markdown ## PR Review — #NNN ### Summary - Files changed: N - Additions/Deletions: +XX / -YY ### Findings | Severity | File:Line | Issue | |----------|-----------|-------| | HIGH | core/x.py:42 | ... | | LOW | tests/y.py:10 | ... | ### Verdict - [ ] Consistency OK - [ ] Safety OK - [ ] Testing OK - [ ] Architecture OK - [ ] Style OK ``` ## Guidelines - Review based on actual diff via `git diff` or `gh pr diff` - No guessing — read the code and judge - Severity levels: HIGH (blocks merge), MEDIUM (recommended fix), LOW (improvement suggestion) - If no findings, say so with the inspected scope and verification limits; do not imply unrun tests passed or the PR is ready to merge
GitHub에서 보기