Skip to main content

Synopsis

Description

github manages profClaw’s GitHub integration. Once connected, profClaw can listen for GitHub webhooks (issues, pull requests, comments, pushes) and automatically dispatch agent tasks in response. It can also read repository context for agents working on code.

Subcommands

github connect

string
GitHub personal access token or GitHub App token. Requires repo and read:org scopes for private repos.
string
Repository to connect in owner/repo format.

github sync <repo>

string
required
Repository in owner/repo format.
string
Only sync issues with this label (e.g., profclaw, ai-task).
string
default:"50"
Maximum issues to sync.

Examples

Webhook Events

When a webhook is configured, profClaw responds to:

Environment Variables