rr

Validate Git code changes with a ZAI model and output confirmed issues.

52|12|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/dgk-dev/dgk-gpt --skill rr-dgk-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr
Source: https://github.com/dgk-dev/dgk-gpt/tree/main/skills/rr
Command: npx skills add https://github.com/dgk-dev/dgk-gpt --skill rr-dgk-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

작업 변경사항을 Z.AI 모델로 재검토하고, Codex가 결과를 다시 검증해 유효한 이슈만 정리하는 코드 리뷰 보조 프로세스를 제공합니다.

Core Features & Use Cases

  • AI 보조 리뷰: glm-review를 사용해 현재 변경사항에 대해 두 번째 검토를 수행하고, 코드에 대한 보고된 이슈를 대조하여 신뢰 가능한 이슈만 남깁니다.
  • 정확도 향상: 실제 코드와의 비교를 통해 잘못된 이슈를 제거하고, 재현 가능한 이슈를 우선 순위로 제공합니다.
  • 적용 시나리오: Git 워크플로우를 사용하는 팀에서 AI 2차 리뷰와 이슈 검증을 필요로 할 때 활용합니다.

Quick Start

Run glm-review on the current change set to perform a second review and validate issues against the code.

Frequently Asked Questions about rr

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

FAQPage Schema
How do I validate AI code review issues against my current Git changes?

To validate AI code review issues, this Skill automates filtering by checking reported issues against the actual code state using a ZAI model, ensuring only reproducible and valid issues remain.

What is an AI-assisted second code review and how does it work?

An AI-assisted second code review uses glm-review to re-examine working changes. It then cross-references reported issues against the actual code state to remove false positives and retain only trustworthy findings.

Can I use this automated issue filtering for my Git workflow?

Yes, you can use this issue filtering in Git workflows. It is designed for software teams needing an AI-assisted second review and validation process to ensure high code quality assurance.

Do I need glm-review to perform automated issue validation?

Yes, you need glm-review to perform this validation. It requires glm-review to run on the current change set to execute the second review and validate issues against the code.

How do I get a concise list of confirmed issues from AI code reviews?

To get a concise list of confirmed issues, run glm-review on your current change set. The process validates reported findings against the actual code state and outputs only the confirmed issues.