Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JobDri-Developer
/
BackEnd
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
10
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
dev
Breadcrumbs
BackEnd
/
.coderabbit.yaml
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
34 lines (31 loc) · 2.04 KB
dev
Breadcrumbs
BackEnd
/
.coderabbit.yaml
Copy path
Top
File metadata and controls
Code
Blame
34 lines (31 loc) · 2.04 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "ko-KR"
tone_instructions: "모든 리뷰와 요약은 자연스러운 한국어로 작성하고, 근거 기반으로 핵심 위험과 개선 방향을 명확히 설명하세요."
early_access: false
reviews:
profile: "assertive"
high_level_summary: true
review_status: true
poem: false
request_changes_workflow: false
auto_review:
enabled: true
drafts: false
path_instructions:
- path: "src/main/java/**/*.java"
instructions: |
다음 관점을 우선순위 높게 검토하세요.
- 비동기 처리 안정성: blocking I/O, 이벤트 루프/스레드 점유, thread starvation, backpressure, queue 적체, retry/idempotency, timeout, transaction 경계, 부분 실패 복구 가능성
- 외부 API 호출 성능: connection pooling, 불필요한 직렬화/역직렬화, 동기 호출 병목, 재시도 정책, rate limit 대응, 대량 요청 시 처리량 저하 가능성
- 데이터 접근 성능: N+1, 과도한 조회/저장, 락 경합, 긴 트랜잭션, 불필요한 flush/serialize 비용
- 코드 완성도: 객체 지향 설계의 응집도/책임 분리/SRP, 중복 제거, 명확한 이름, 테스트 용이성, 예외 처리 일관성, 클린코드 관점의 가독성과 유지보수성
리뷰 시 단순 스타일 지적보다 실제 장애 가능성, 성능 병목, 설계상 리스크를 우선 보고하세요.
- path: "src/test/**/*.java"
instructions: |
테스트가 동시성, 재시도, timeout, 실패 복구, 멱등성 같은 비동기 시나리오를 충분히 검증하는지 중점적으로 확인하세요.
해피패스만 있는 경우 경계 조건과 회귀 위험을 지적하세요.
- path: "ops/db/migrations/**/*.sql"
instructions: |
스키마 변경이 현재 운영 DB 엔진과 맞는지, 대용량 payload 저장/인덱스/락/호환성 측면에서 성능 및 운영 리스크가 없는지 검토하세요.
chat:
auto_reply: true
You can’t perform that action at this time.