

This element contains an interactive demo for sighted users. It's a demonstration of Cursor integrated within GitHub, showing AI-powered code review and debugging assistance. The interface is displayed over a scenic painted landscape wallpaper, giving the demo an artistic backdrop.
수천 개 Teams가 사용하는 머지 전 필수 검사
안심하고 배포하세요
활성화하면 Bugbot이 새로운 PR마다 자동으로 백그라운드에서 실행됩니다.
ryokun67 minutes ago
just one more thing!
Some checks pending
3 in progress
팀의 기준에 맞게 동작합니다
커스텀 규칙과 모범 사례를 정하고 꾸준히 다듬을수록 Bugbot도 함께 더 좋아집니다.


신호는 높게, 노이즈는 낮게
Bugbot은 실제로 수정되는 버그에 초점을 맞추도록 최적화되어 있습니다. 머지 전에 플래그된 항목의 70% 이상이 해결됩니다.
cursorbotreviewed 방금 전
src/auth/validateToken.ts
18
-
if (token.exp > Date.now()) {
18
+
const nowSeconds = Math.floor(Date.now() / 1000);
19
+
if (token.exp > nowSeconds) {
20
return { valid: true, user: token.sub };
단위 불일치를 수정했습니다.
jonkaplan방금 전
잘 찾아냈네요, 머지하겠습니다!

David Cramer Co-Founder & CPO, Sentry

Tim Froehliche Staff Engineer, Maven

Ankur Bhatt Head of AI Engineering, Rippling

Kodie Goodwin AI Engineering Leader, Discord

Vijay Iyengar AI Engineering Leader, Sierra

Prabhav Chawla Engineer, Decagon