Query your GitHub repository information without AI interpretation.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/bgdnvk/clanker/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Configuration
Configure GitHub repositories in~/.clanker.yaml:
The GitHub token is optional for public repositories but required for private repos and higher rate limits.
Subcommands
list
List GitHub resources.repos- Configured GitHub repositoriesworkflows- GitHub Actions workflowsruns- Recent workflow runsprs- Recent pull requests
Repository name (uses default if not specified)
Repository owner/organization
Examples
status
Check GitHub Actions workflow status.Repository name
Repository owner
Specific workflow name or ID
Examples
Integration with ask command
For natural language queries about GitHub, use theask command:
Output format
By default, commands output human-readable tables. For JSON output:Related resources
GitHub integration
Learn about GitHub integration features
Ask command
Natural language GitHub queries
Configuration
Configure GitHub repositories