PRism Manual Review

发起代码审查

粘贴 GitHub Pull Request 链接,系统将自动拉取代码变更并进行智能分析。

支持格式: https://github.com/{owner}/{repo}/pull/{number}


API 调用 — 发送 POST 请求到 /api/review:
curl -X POST /api/review \
  -H "Content-Type: application/json" \
  -d '{"pr_url": "https://github.com/org/repo/pull/42"}'