github-operations

Manage GitHub Pull Requests and Issues via the MCP Server.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/alibaba/hiclaw --skill github-operations-alibaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-operations
Source: https://github.com/alibaba/hiclaw/tree/main/manager/agent/worker-skills/github-operations
Command: npx skills add https://github.com/alibaba/hiclaw --skill github-operations-alibaba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of GitHub Pull Requests and Issues, allowing for efficient collaboration and project tracking directly within the agentic workflow.

Core Features & Use Cases

  • Pull Request Management: Create, update, merge, and review Pull Requests.
  • Issue Management: Create, update, and comment on Issues.
  • Code Review Assistance: Add comments to specific lines of code within PRs.
  • Search & Discovery: Search for issues, code, repositories, and users.
  • Use Case: An agent can automatically create a Pull Request for a new feature branch, add a comment requesting a review from the relevant team, and then merge the PR once it's approved.

Quick Start

Use the github-operations skill to create a new pull request with the title "Feat: Add user authentication" from the "dev" branch to the "main" branch.

Frequently Asked Questions about github-operations

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

FAQPage Schema
How do I automate GitHub pull request creation and merging in my workflow?

Automate GitHub pull request creation and merging by using an agent to interact with the GitHub API via the mcporter CLI tool. This allows you to automatically create PRs from feature branches and merge them once approved directly within your workflow.

Can I add comments to specific lines of code during a GitHub code review?

Yes, you can add comments to specific lines of code during a GitHub code review. The skill facilitates code review assistance by allowing agents to target specific lines within pull requests for precise feedback.

What is the best way to manage GitHub issues and pull requests without leaving the agent environment?

The best way to manage GitHub issues and pull requests within the agent environment is to use an MCP Server for GitHub API access. This streamlines project tracking by enabling creation, updates, commenting, and merging directly in your workflow.

How do I search for code, issues, and users across GitHub repositories?

Search for code, issues, and users across GitHub repositories by executing search commands through the mcporter CLI tool. This feature enables quick discovery and retrieval of relevant repository content directly during your automated processes.

Does this GitHub automation tool require any external dependencies to operate?

No external dependencies are required to operate this GitHub automation tool. It functions independently using internal scripts and references to interact with the MCP Server for GitHub API access.