Overview
Connect profClaw to GitHub to automatically triage issues, review pull requests, sync tasks, and run agentic workflows triggered by repository events.Prerequisites
- profClaw running in mini or pro mode
- A GitHub account with repo access
- GitHub App or Personal Access Token
Step 1: Create a GitHub App
Create the App
Go to Settings > Developer Settings > GitHub Apps > New GitHub App.Set the following:
- Name: profClaw Bot
- Homepage URL: Your profClaw instance URL
- Webhook URL:
https://your-profclaw.com/api/integrations/github/webhook
Set Permissions
| Permission | Access | Purpose |
|---|---|---|
| Issues | Read & Write | Create/update issues |
| Pull Requests | Read & Write | Review PRs, post comments |
| Contents | Read | Read repository files |
| Metadata | Read | Repository info |
| Webhooks | Read & Write | Receive events |
Subscribe to Events
issues- Issue opened, edited, closedpull_request- PR opened, updated, mergedissue_comment- Comments on issues/PRspush- Code pushed to branches