Boost dev team productivity
Manage GitHub PRs and Issues with your Agent, sync progress to Feishu, and delegate repetitive coding tasks to AI — all without leaving the terminal.
Expert Install
Copy this to your agent — it will install, configure, and verify everything.
Works on OpenClaw, Claude Code, Telegram, Feishu, and any agent interface. Your agent reads dev-expert-cn.md and follows the setup steps inside.
Talk and handle it
After setup, say these to your agent:
Review PRs, handle Issues, and check… Official
- › "Check if any of my PRs need attention"
- › "Create an issue: login page crashes on Safari"
- › "What's the CI status on my current branch?"
Sync GitHub events and dev progress… Official
- › "Post the PR merge notification to the #engineering Feishu group"
- › "What Feishu messages are related to development today?"
Delegate refactors, code reviews, and migration… Official
- › "Hand this refactor off to a coding agent"
- › "Have Codex check this function for edge cases"
▶ View setup file dev-expert-cn.md
Dev Assistant (Chinese Teams)
Agentic setup file — share this URL with your agent and it will set everything up for you:
https://clawhub.md/expert/dev-expert-cn.md
Goal: Boost dev team productivity
What you'll have: Manage GitHub PRs and Issues with your Agent, sync progress to Feishu, and delegate repetitive coding tasks to AI — all without leaving the terminal.
Step 1: Install
clawhub install openclaw/github openclaw/feishu openclaw/coding-agent
Step 2: Configure
Each skill may need credentials or auth before it can act on your behalf.
openclaw/github
Review PRs, handle Issues, and check CI status via the gh CLI — no browser needed.
- Authenticate with the GitHub CLI: run
gh auth loginand follow the prompts - Choose HTTPS or SSH, then log in via browser — no extra tokens needed
- The skill uses
ghunder the hood, so all your existing GitHub access applies
openclaw/feishu
Sync GitHub events and dev progress to Feishu groups so the team stays in the loop in real time.
- Create a Feishu custom app at https://open.feishu.cn/app → get App ID and App Secret
- Set environment variables:
FEISHU_APP_IDandFEISHU_APP_SECRET - Grant the app permissions: im:message:readonly, docx:document:readonly, calendar:calendar:readonly
openclaw/coding-agent
Delegate refactors, code reviews, and migration scripts to a coding agent so you can focus on what matters.
- 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/codexthencodex login - No extra environment variables needed if Claude Code is already working in your session
Step 3: Try it
After setup, say these to your agent to verify everything works:
openclaw/github
- "Check if any of my PRs need attention"
- "Create an issue: login page crashes on Safari"
- "What's the CI status on my current branch?"
openclaw/feishu
- "Post the PR merge notification to the #engineering Feishu group"
- "What Feishu messages are related to development today?"
openclaw/coding-agent
- "Hand this refactor off to a coding agent"
- "Have Codex check this function for edge cases"
Dev Assistant (Chinese Teams) · clawhub.md/expert/dev-expert-cn