← Experts

编码、审查、更快交付

通过 Agent 管理 GitHub 工作流、把编码任务委派给 AI、在云端运行定时 Routine、用 worktree 并行同时交付多个功能——全程无需切换上下文。

1

Expert 安装

把这句话发给你的 Agent——它会自动完成安装、配置和验证。

对你的 Agent 说
Read https://clawhub.md/expert/dev-expert.md and set me up as Ship Expert

支持 OpenClaw、Claude Code、Telegram、飞书及任何 Agent 界面。你的 Agent 会读取 dev-expert.md 并按照其中的步骤完成配置。

2

对话,让它处理

安装完成后,可以对你的 Agent 说这些:

通过 gh CLI 审查 PR、处理 I…

  • "检查我的开放 PR 有没有 blocking 问题"
  • "创建一个 issue:登录页面在 Safari 崩溃"
  • "当前分支的 CI 状态怎么样?"
  • "列出所有分配给我的未关闭 Issue"

把重构、后台任务或代码审查委托给 Cla…

  • "把这个重构任务交给 coding agent 处理"
  • "让 Codex 检查这个函数的边界情况"
  • "在后台 agent 中运行这个迁移脚本"

在 Anthropic 基础设施上调度 …

  • "设置 PR 打开时自动运行测试的 Routine"
  • "安排夜间构建和部署 Routine"
  • "通过云端 Routine 自动分配审查者"

查看配置文件 dev-expert.md

开发者助理

Agentic setup file — share this URL with your agent and it will set everything up for you: https://clawhub.md/expert/dev-expert.md

Goal: 编码、审查、更快交付

What you'll have: 通过 Agent 管理 GitHub 工作流、把编码任务委派给 AI、在云端运行定时 Routine、用 worktree 并行同时交付多个功能——全程无需切换上下文。


Step 1: Install

clawhub install openclaw/github openclaw/coding-agent openclaw/cloud-routines

Step 2: Configure

Each skill may need credentials or auth before it can act on your behalf.

openclaw/github

通过 gh CLI 审查 PR、处理 Issue、检查 CI 状态、创建新 Issue——全程无需打开浏览器。

  • Authenticate with the GitHub CLI: run gh auth login and follow the prompts
  • Choose HTTPS or SSH, then log in via browser — no extra tokens needed
  • The skill uses gh under the hood, so all your existing GitHub access applies

openclaw/coding-agent

把重构、后台任务或代码审查委托给 Claude Code 或 Codex,自己专注于更重要的事。

  • Ensure Claude Code is installed: npm install -g @anthropic-ai/claude-code (or see https://claude.ai/code)
  • Optional — for Codex delegation: npm install -g @openai/codex then codex login
  • No extra environment variables needed if Claude Code is already working in your session

openclaw/cloud-routines

在 Anthropic 基础设施上调度 CI 检查、自动审查 Routine 和夜间测试——即使你离线,Agent 也在交付。

  • Ensure Claude Code is installed and authenticated: claude auth login
  • Enable Routines: claude routines enable (requires Max subscription)
  • For webhook triggers, configure your incoming webhook URL in Claude settings

Step 3: Try it

After setup, say these to your agent to verify everything works:

openclaw/github

  • "检查我的开放 PR 有没有 blocking 问题"
  • "创建一个 issue:登录页面在 Safari 崩溃"
  • "当前分支的 CI 状态怎么样?"

openclaw/coding-agent

  • "把这个重构任务交给 coding agent 处理"
  • "让 Codex 检查这个函数的边界情况"
  • "在后台 agent 中运行这个迁移脚本"

openclaw/cloud-routines

  • "设置 PR 打开时自动运行测试的 Routine"
  • "安排夜间构建和部署 Routine"
  • "通过云端 Routine 自动分配审查者"

开发者助理 · clawhub.md/expert/dev-expert