

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.
数千のチームが利用する、マージ前の必須チェック
自信を持ってリリース
有効化すると、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