💻
Developer Assistant
Use OpenClaw to supercharge your development workflow with AI assistance.
What You Can Do
🔍 Code Review
Get AI-powered code reviews in your PRs
🔔 CI Notifications
Receive build status in Slack/Discord
📝 Documentation
Generate docs from code automatically
🐛 Debugging
Analyze logs and suggest fixes
Setup Guide
Configuration
{
"skills": {
"developer": {
"enabled": true,
"github": {
"webhookSecret": "your-secret",
"autoReview": true
},
"ci": {
"providers": ["github-actions", "gitlab-ci", "jenkins"],
"notifyOn": ["failure", "success", "recovery"]
}
}
}
} Example Use Cases
"Review my latest PR"
"Why did the build fail?"
"Write tests for this function"
Supported Tools
🐙
GitHub
📦
GitLab
🎫
Jira
📊