

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