# List configured reposclanker github list repos# List workflowsclanker github list workflows --repo infrastructure# List recent workflow runsclanker github list runs --repo services# List pull requestsclanker github list prs --repo infrastructure
# Check all workflow statusesclanker github status --repo infrastructure# Check specific workflowclanker github status --repo services --workflow "CI/CD"
For natural language queries about GitHub, use the ask command:
# AI-powered GitHub queriesclanker ask --github "What's the status of CI workflows?"clanker ask --github "Show me failed workflow runs"clanker ask --github "List open pull requests"