GitHub
Code collaboration, conversational
GitHub is where developers live. This integration brings repository management, issue tracking, pull request workflows, and CI/CD monitoring into your AI assistant. Stay on top of your projects without context switching.
Features
Issue management
Create, list, and update issues. Triage bugs and feature requests through chat.
Pull request workflows
Check PR status, view comments, merge when ready, and track reviews.
Repository operations
Clone, create branches, check status, and manage repository settings.
Actions monitoring
Track CI/CD runs, check logs, and restart failed workflows.
Search and discovery
Search code, find repositories, and explore your organization's projects.
Use Cases
Morning standup
Get a summary of overnight PRs, new issues, and failed builds.
Issue triage
Review new issues, assign labels, and set priorities through chat.
PR management
Check what's ready for review, approve simple PRs, and merge.
CI debugging
Check why builds failed and get relevant log excerpts.
Setup Guide
Requirements
- ✓GitHub account
- ✓GitHub CLI (gh) installed
- ✓Authenticated with 'gh auth login'
Install GitHub CLI
Run 'brew install gh' (Mac) or follow GitHub's instructions for your platform.
Authenticate
Run 'gh auth login' and complete the browser authentication flow.
Verify access
Run 'gh repo list' to confirm you can access your repositories.
Start using
Clawdbot will automatically use the gh CLI for GitHub operations.
Limitations
- ⚠️Complex git operations may need terminal access
- ⚠️Large diffs are summarized rather than shown in full
Frequently Asked Questions
Does it work with GitHub Enterprise?
Yes, the gh CLI supports GitHub Enterprise. Configure with 'gh auth login --hostname your-enterprise.com'.
Can it push code?
Clawdbot can execute git commands including push, but we recommend reviewing changes before pushing.
What about private repositories?
Access depends on your gh authentication. If you can access a repo via gh CLI, your assistant can too.
Can it write code?
Clawdbot can help write code, create files, and make commits. Code review before merging is always recommended.