

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