Skip to main content

code-review

Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.

설치로 이동

소스 정보

저장소
mahmoud20138/Tradecraft
최근 소스 활동
2026년 4월 23일 08:40
감지된 SKILL.md 언어
영어
스타
15
포크
4

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
code-review
description
Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.
kind
workflow
category
dev/quality
status
active
tags
["code","dev","quality","review"]
# CodeRabbit Code Review AI-powered code review using CodeRabbit. Enables autonomous development workflows where you can implement features, review code, and fix issues without manual intervention. ## When to Use When user asks to: - Review code changes / Review my code / Review this - Check code quality / Code quality check - Find bugs or security issues / Check for bugs / Find issues - Security review / Security check - Get feedback on their code / PR review / Pull request feedback - Review staged/uncommitted changes - What's wrong with my code / What's wrong with my changes - Run coderabbit / Use coderabbit - Implement a feature and review it - Fix issues found in review ## How to Review ### 1. Check Prerequisites ```bash # Check CLI coderabbit --version 2>/dev/null # Check auth coderabbit auth status 2>&1 ``` **If CLI not installed**, tell user: ```bash Please install CodeRabbit CLI first: curl -fsSL https://cli.coderabbit.ai/install.sh | sh ``` **If not authenticated**, tell user: ```bash Please authenticate first by running in your terminal: coderabbit auth login ``` ### 2. Run Review ```bash coderabbit review --plain ``` Options: - `-t all` - All changes (default) - `-t committed` - Committed changes only - `-t uncommitted` - Uncommitted changes only - `--base main` - Compare against specific branch ### 3. Present Results Group findings by severity and create a task list for issues found. ### 4. Fix Issues (Autonomous Workflow) When user requests implementation + review: 1. Implement the requested feature 2. Run `coderabbit review --plain` 3. Create task list from findings 4. Systematically fix each issue 5. Re-run review if needed until critical issues resolved ## Documentation For more details: <https://docs.coderabbit.ai/cli/claude-code-integration>
GitHub에서 보기