

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