
from dgk-claude16
Run a deep GLM-5 (744B) code review on staged, unstaged, or PR diffs with background execution and configurable modes.
/rrr runs an in-depth code review using a GLM-5 744B model. It prepares diffs (committed, staged, or PR), runs the review CLI in a background process, and returns structured findings for verification and remediation. The Skill documents safe execution patterns for multi-session environments.
Use when you need a deeper, paid review than the lighter /rr flow — for thorough security-focused or PR-level reviews, or when operating in multi-session CI-like environments where diff-file input is required. Supports: staged reviews, PR diffs, and custom instruction prompts (e.g. 'security review').
Best for agents that can execute shell commands and manage background jobs (CLI-capable assistants like Claude Code, local automation scripts, or CI-integrated bots).
A code review skill for GLM-5 (744B model) targeting Korean-speaking developers using Claude Code. The SKILL.md is well-structured with clear step-by-step instructions for generating diffs and running reviews. No bundled scripts to test. Major concern: instructs running with dangerouslyDisableSandbox=true, which disables safety sandbox protections. Otherwise clean — no credential leaks, destructive commands, or data exfiltration.
The dangerouslyDisableSandbox=true instruction is concerning but not malicious — it's needed for the CLI tool to run in background. The skill is well-documented and serves a legitimate purpose. Niche audience due to Korean language and GLM-5 dependency.