github

Manage GitHub repositories, issues, pull requests, and CI status via API.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gabi-agent/openretro --skill github-gabi-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/gabi-agent/openretro/tree/main/skills/openclaw-github-assistant
Command: npx skills add https://github.com/gabi-agent/openretro --skill github-gabi-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub collaboration is often fragmented across tools; this skill brings GitHub repository discovery and management into conversational AI, enabling quick access to repo data and actions without leaving the chat.

Core Features & Use Cases

  • List repositories with filters (type, language, sort) and view details like stars, forks, language, and last updated
  • Check CI status and monitor workflows for your repos
  • Create and manage issues and pull requests directly from conversations
  • Search repos by name or query and view recent activity

Quick Start

Ask the AI to list my Python repos and show their CI status for a project.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage GitHub repositories and check CI status from a chat conversation?

You can manage GitHub repositories conversationally by using natural-language queries to list repos, fetch details, monitor CI workflows, and create issues or pull requests directly from your AI interface without leaving the chat.

Can I search and filter GitHub repositories by language and sorting criteria?

Yes, you can search repositories by name or query and list them with specific filters such as repository type, programming language, and sorting preferences, retrieving details like stars, forks, and last updated timestamps.

How do I create issues and pull requests on GitHub using natural language commands?

Creating issues and pull requests is done by instructing your AI assistant conversationally, which handles the API interactions to open issues and submit pull requests on your behalf with appropriate error handling.

Do I need a GitHub token to query repositories and monitor CI workflows?

Yes, token-based authentication is required via environment variables or OpenClaw config to enable the AI to interact with the GitHub API for listing repos, checking CI status, and managing issues.

How does the AI handle GitHub API rate limits when fetching recent repository activity?

The skill implements API interactions with rate limit awareness and appropriate error handling to manage requests for recent activity, repository details, and CI status checks without exceeding GitHub API thresholds.

What is the best way to audit GitHub repositories and monitor workflows for a team?

Auditing repositories and monitoring workflows is best handled through natural-language queries that fetch repo details, check CI statuses, and retrieve recent activity across your projects, streamlining team collaboration tasks.