自动PR宝宝 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
自动化GitHub PR审查,提高工作效率
自动PR宝宝 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
自动化GitHub PR审查,提高工作效率
自动PR宝宝 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g oh-my-pr # 方式二:npx 直接运行(无需安装) npx oh-my-pr --help # 方式三:项目依赖安装 npm install oh-my-pr # 方式四:从源码运行 git clone https://github.com/yungookim/oh-my-pr cd oh-my-pr npm install npm start
# 命令行使用
oh-my-pr --help
# 基本用法
oh-my-pr [options] <input>
# Node.js 代码中使用
const oh_my_pr = require('oh-my-pr');
const result = await oh_my_pr.run(options);
console.log(result);
# oh-my-pr 配置说明 # 查看配置选项 oh-my-pr --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OH_MY_PR_CONFIG="/path/to/config.yml"
<p align="center"> <img width="409" height="409" alt="oh-my-pr logo" src="https://github.com/user-attachments/assets/ca339a71-40d9-4619-900f-55825f30a57f" /> </p>
oh-my-pr is a local-first GitHub PR babysitter. It watches the pull requests you care about, reads review feedback and CI failures, then uses your local Codex or Claude CLI to make fixes in isolated worktrees and push them back to the PR branch.
If you regularly lose time to review comments, flaky checks, merge conflicts, and back-and-forth cleanup before merge, this is the tool for that.
<img width="1365" height="686" alt="oh-my-pr dashboard" src="https://github.com/user-attachments/assets/66dfa082-c732-4989-8b05-f19aa550acb5" />
Warning: oh-my-pr helps developers ship high-quality code fast, and the tradeoff is heavy coding-agent usage. Expect it to use lots of tokens, which can increase your AI provider costs. It's built for tokenmaxing.
You need:
gitgh auth login or GITHUB_TOKENcodex CLI or claude CLI installed and authenticated locallyDownload the desktop app:
The macOS desktop build is currently not notarized. If macOS blocks the first launch, use Control-click or right-click, choose Open, and confirm the app in Privacy & Security.
Install and launch:
npm install -g oh-my-pr
oh-my-pr
That starts the dashboard server and opens the browser dashboard.
Then:
If you enable them, oh-my-pr can also:
Those features are optional and documented in the linked docs below.
oh-my-pr can be used in a few ways:
oh-my-prhttp://localhost:5001/logsoh-my-pr mcpLocal browser and API access work without a dashboard login. To use the web dashboard from another machine, set remote web credentials before starting the server:
OH_MY_PR_WEB_USERNAME=operator \
OH_MY_PR_WEB_PASSWORD='choose-a-long-password' \
OH_MY_PR_SESSION_SECRET='choose-a-long-random-secret' \
oh-my-pr
Remote API requests then require a signed dashboard session. Put TLS in front of the server before using remote access over an untrusted network.
高效自动化代码审查工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,自动PR宝宝 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | oh-my-pr |
| Topics | ai-agentautomationcoding-reviewer |
| GitHub | https://github.com/yungookim/oh-my-pr |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-31 · 更新时间:2026-05-31 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端