skills/code-review/SKILL.md
AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security).
npx skillsauth add hdkz-dev/multi-game-engines code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AI-powered code review using CodeRabbit. Enables developers to implement features, review code, and fix issues in autonomous cycles without manual intervention.
--plain) or minimal output for agents (--prompt-only)When user asks to:
# Verify inside a Git repository first
git rev-parse --is-inside-work-tree >/dev/null 2>&1 || { echo "NOT_A_GIT_REPO"; exit 1; }
coderabbit --version 2>/dev/null || echo "NOT_INSTALLED"
coderabbit auth status 2>&1
If not in a Git repo, tell user: "CodeRabbit CLI must be run from within an initialized Git repository. Please run this command from inside your project directory."
If CLI not installed, tell user: "Please install CodeRabbit CLI first: curl -fsSL https://cli.coderabbit.ai/install.sh | sh"
If not authenticated, tell user: "Please authenticate first: coderabbit auth login"
Use --prompt-only for minimal output optimized for AI agents:
coderabbit review --prompt-only
Or use --plain for detailed feedback with fix suggestions:
coderabbit review --plain
Options:
| Flag | Description | | ------------------- | --------------------------------------- | | --type all | All changes (default) | | --type committed | Committed changes only | | --type uncommitted | Uncommitted (staged + unstaged) changes | | --base <branch> | Compare against specific branch | | --base-commit <sha> | Compare against specific commit hash | | --prompt-only | Minimal output optimized for AI agents | | --plain | Detailed feedback with fix suggestions |
Shorthand: cr is an alias for coderabbit (manually configured via alias cr=coderabbit):
cr review --prompt-only
Group findings by severity:
Create a task list for issues found that need to be addressed.
When user requests implementation + review:
coderabbit review --prompt-onlyReview uncommitted changes (staged and unstaged):
cr review --prompt-only --type uncommitted
Review against a branch:
cr review --prompt-only --base main
Review a specific commit range:
# Note: Use --type committed to focus on commit history
cr review --prompt-only --type committed --base-commit abc123
For more details: https://docs.coderabbit.ai/cli
testing
High-fidelity quality auditing for the multi-game-engines project. Ensures 100% Zero-Any, security hardening, and physical resilience validation according to 2026 Zenith Tier standards.
documentation
Maintains 1:1 parity between Japanese and English documentation in the multi-game-engines project. Ensures global architectural alignment.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.