원클릭으로
coderabbit
Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Instructions for using gcode CLI for code search and retrieval. Loaded on demand when project has a code index.
Pre-transition checklist for closing or reviewing tasks. Covers fresh verification evidence, commits, and memory gates.
Use when creating, editing, or validating Gobby skills, especially when a skill must change agent behavior or become discoverable through gobby-skills.
Use when coordinating a full gobby build run for an epic or task, especially when the user assigns the current session as coordinator, asks for a coordination epic, wants build agents/worktrees monitored, or wants gobby build bugs fixed so future runs work unattended.
Router contract for provider-aware Gobby help and installed skill dispatch.
Select the best bundled developer agent for automated expansion leaves and document fallback decisions.
SOC 직업 분류 기준
| name | coderabbit |
| description | Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests. |
| version | 1.0.0 |
| category | core |
| triggers | ["coderabbit","CodeRabbit findings","CodeRabbit report","$gobby coderabbit"] |
| metadata | {"gobby":{"audience":"all","depth":0}} |
Use this skill for $gobby coderabbit [findings], pasted CodeRabbit comments,
and files matching ./reports/coderabbit-*.md.
REQUIRED SKILL: task-transitions.
Before any CodeRabbit triage, first check whether the session is already in native Plan Mode. If it is not, you MUST enter native Plan Mode before reading reports, verifying findings, creating or claiming tasks, or editing files. Native Plan Mode is the runtime-provided planning state; session-level planning is the assistant's internal planning posture and does not satisfy this gate.
Use EnterPlanMode when the runtime provides it. When no direct Plan Mode tool
is exposed, use gobby-sessions.send_keys(session_id, keys, literal=true) to
send the provider's native Gobby plan command:
$gobby plan\n/gobby plan\nAfter sending keys, verify that the target session is actually in native Plan
Mode before triage. Loading the plan skill or composing a plan in normal chat
does not satisfy this gate.
Plan Mode triage is read-only: ingest supplied findings and
./reports/coderabbit-*.md, verify the current code, decide fixed or
no-fix, and present the implementation plan; wait for plan approval before continuing
to implementation. If native Plan Mode blocks task creation, create or claim the
gobby-tasks task immediately after plan approval and before the first edit.
The Plan Mode output MUST include a finding-by-finding table. Each supplied finding gets its own row with:
fix or no-fix.No finding may be grouped away, summarized into another row, or silently omitted from the final plan.
CodeRabbit findings are leads, not patches. Verify each item against current code before changing files. Fix only findings that still apply. Include nits when they are valid.
For every finding, keep a decision record:
fixed: current code confirms the problem and the diff addresses it.no-fix: current code does not match the finding, the suggested path no
longer exists, the behavior is already correct, or the suggestion is harmful.Every no-fix decision needs a short reason with the checked file, symbol, or
behavior. Do not silently drop stale comments.
EnterPlanMode or
the provider-aware gobby-sessions.send_keys fallback; verify native Plan
Mode is active, then complete read-only triage before implementation.gobby-tasks task before edits../reports/coderabbit-*.md file.Too many files.no-fix decisions../reports/coderabbit-*.md files after their contents are
fixed or documented. Leave unrelated report artifacts alone.[<project_name>-#<task_number>] <type>: <summary>
and close the task with commit_sha. Use the real project name in the task
reference, such as [gobby-#123]; project_name is a placeholder, never a
literal prefix.
Allowed types: fix, feat, refactor, chore, docs, and test.Do not claim "CodeRabbit fixed" until validation has actually run. If validation fails, fix the encountered failure before closing the task unless it genuinely requires a separate architectural task.
When a report only records a CLI failure, document that it added no findings, delete the processed report, and continue with validation for any code changes from other findings.