K
…
Loading account
No account data shown
Explorer
Editor
Code Review
Recent Coding Jobs
Code Health
Output
Tests
Deployment
Diff Preview
Explorer
AI review
Tests and deployment
Pull Request Center
PRs, review findings, CI, merge and rollback.
P1
SOC 2
Up to 70% savings
Explorer
▸
src
▸
components
▸
routes
▸
services
▸
tests
▸
.env.example
▸
package.json
▸
README.md
Pull Request Center.tsx
api.ts
tests.ts
export default function
RuzzlerScreen
() {
const
route
=
"/workspaces/:id/pulls"
;
const
purpose
=
"PRs, review findings, CI, merge and rollback."
;
return
(
<
VerifiedLayout
route=
{route}
>
<
PageHeader
title=
"Pull Request Center"
/>
<
EvidencePanel
/>
<
RouteReceipt
/>
</
VerifiedLayout
>
);
}
AI review
Code health
92
Verified
No hidden provider default
Pass
Budget controls connected
Pass
Required states present
Pass
Tests and deployment
Run tests
View diff