github

Manage GitHub repositories through natural language conversation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nakamotosai/chii --skill github-nakamotosai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/nakamotosai/chii/tree/main/skills/openclaw-github-assistant
Command: npx skills add https://github.com/nakamotosai/chii --skill github-nakamotosai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub repository management from natural language conversations.

Core Features & Use Cases

  • List repositories, view details, and filter by language or type.
  • Check CI status and review recent workflow runs for a project.
  • Create issues or repositories, and search across your repos.
  • Retrieve recent activity (commits) and draft pull requests from chat.

Quick Start

Tell me to list Python repos or check CI status on a project to get started.

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 from a chat conversation?

You can manage GitHub repositories from a chat conversation by using natural language commands to automate tasks like listing repos, retrieving project details, and checking recent activity without manual CLI inputs.

Can I check CI status and recent workflow runs for a GitHub project?

Yes, you can check CI status and recent workflow runs for a GitHub project by requesting the check directly in conversation, which retrieves the current build and workflow execution state automatically.

Do I need a GitHub token to create issues and repositories via chat?

Yes, you need a GitHub token or configured credentials to create issues and repositories via chat, as the automation handles authentication, input validation, and error reporting through the skill API.

How do I search and filter GitHub repositories by programming language?

To search and filter GitHub repositories by programming language, simply ask the conversation interface to list or search projects matching a specific language across your public and private accounts.

Can I draft pull requests and retrieve recent commits from chat?

Yes, you can draft pull requests and retrieve recent commits from chat by instructing the interface to fetch recent activity or draft PRs, automating the retrieval directly from your natural language input.

What are the limitations of managing GitHub repositories from natural language conversations?

Limitations of managing GitHub repositories from natural language conversations include dependency on valid GitHub credentials for authentication and the scope of actions being limited to listing, searching, and creating issues or repos.