Skip to content

chore: Update prompt for code review action#21

Merged
eundeang merged 4 commits intodevelopfrom
chore/claude-review
Apr 8, 2026
Merged

chore: Update prompt for code review action#21
eundeang merged 4 commits intodevelopfrom
chore/claude-review

Conversation

@eundeang
Copy link
Copy Markdown
Collaborator

@eundeang eundeang commented Apr 8, 2026

🔗 Issue

  • closes #

💬 Context

🛠 Changes

👀 Review Focus

✅ Check List

  • Assignees 등록
  • Label 등록
  • CI 통과 확인

Comment prefix — P1: 필수 반영 / P2: 적극 고려 / P3: 사소한 의견

Summary by CodeRabbit

릴리스 노트

  • Chores
    • GitHub Actions 워크플로우 설정이 업데이트되었습니다. 코드 리뷰 호출에 댓글 관련 플래그가 추가되어 리뷰 실행 방식과 자동 댓글/출력 동작이 조정되었습니다.
    • 이 변경으로 워크플로우의 코드 리뷰 결과가 댓글 형태로 더 명확하게 반영됩니다.

@github-actions github-actions bot requested review from lydbsdud and suker80 April 8, 2026 06:59
@github-actions github-actions bot added the 🗑️ CHORE 빌드 수정, 패키지 수정 등 label Apr 8, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

Warning

Rate limit exceeded

@eundeang has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 21 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 23 minutes and 21 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 6c99742f-5933-4e8c-97fb-6b6ba844a284

📥 Commits

Reviewing files that changed from the base of the PR and between 632bf6b and 82aed8d.

📒 Files selected for processing (1)
  • .github/workflows/claude-code-review.yml

Walkthrough

GitHub Actions 워크플로우의 Claude Code Review 액션 호출 프롬프트에 --comment 플래그가 추가되어, 기존 명령 문자열이 수정되었습니다 (워크플로우 구성 변경만 있음).

Changes

Cohort / File(s) Summary
Workflow Configuration
​.github/workflows/claude-code-review.yml
액션 프롬프트 문자열 수정: 기존 /code-review:code-review <owner>/<repo>/pull/<pull_number> 호출에 --comment 플래그를 추가하여 /code-review --comment:code-review <owner>/<repo>/pull/<pull_number> 형태로 변경됨.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 변경 사항의 주요 내용을 명확하게 반영하고 있습니다. Claude 코드 리뷰 액션의 프롬프트 업데이트라는 변경 사항을 간결하게 설명하고 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/claude-review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/claude-code-review.yml:
- Line 41: The workflow prompt uses an invalid command syntax and lacks the
needed write permission for PR comments: update the prompt value (the prompt
key) to use the official plugin format "/code-review --comment ${{
github.repository }}/pull/${{ github.event.pull_request.number }}" (remove any
colon variant like "/code-review:..." or extra tokens) and change the repository
permissions from "pull-requests: read" to "pull-requests: write" so the action
can post PR comments.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 620c73ea-a29c-477c-b9c0-830083574c19

📥 Commits

Reviewing files that changed from the base of the PR and between 3018c83 and af8df40.

📒 Files selected for processing (1)
  • .github/workflows/claude-code-review.yml

@eundeang eundeang merged commit f64a80b into develop Apr 8, 2026
4 of 5 checks passed
@eundeang eundeang deleted the chore/claude-review branch April 8, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🗑️ CHORE 빌드 수정, 패키지 수정 등

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants