git-remote-operations

Manage Git remote PRs, issues, and CI/CD pipelines via gh or glab CLIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/taptap/agents-plugins --skill git-remote-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-remote-operations
Source: https://github.com/taptap/agents-plugins/tree/main/plugins/git/skills/git-remote-operations
Command: npx skills add https://github.com/taptap/agents-plugins --skill git-remote-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of managing pull/merge requests, issues, and CI/CD pipelines across different Git hosting platforms by providing a single, guided interface and CLI workflow so developers can perform remote repository operations consistently and quickly.

Core Features & Use Cases

  • Cross-platform detection: Automatically detects whether a repository uses GitHub, GitLab, or a self-hosted instance like git.tapsvc.com and selects the appropriate CLI (gh or glab).
  • PR/MR and Issue management: Create, view, update, comment, and merge pull requests or merge requests, and manage issues from the same workflow.
  • CI/CD and troubleshooting: Inspect workflow or pipeline runs, trigger or rerun pipelines, and provide step-by-step remediation for common CLI, authentication, and permission errors.
  • Coordinated workflows: When presented with only a PR/MR URL, fetch and present details and prompt the user for the next action, and delegate code review tasks to a dedicated code-reviewing skill.

Quick Start

Open the repository remote URL and show me the merge request or pull request details and available actions.

Frequently Asked Questions about git-remote-operations

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

FAQPage Schema
How do I manage pull requests and issues across GitHub and GitLab from one interface?

You can manage pull requests, merge requests, and issues across GitHub and GitLab through a unified CLI workflow. The system automatically detects your remote host and selects the appropriate gh or glab CLI to create, view, comment, and merge.

Can I inspect and rerun CI/CD pipelines for self-hosted git repositories?

Yes, you can inspect CI/CD pipeline status for self-hosted repositories like git.tapsvc.com. The tool detects the host and uses the appropriate CLI to view workflow runs, trigger pipelines, and troubleshoot errors.

Does this tool provide troubleshooting steps for gh and glab authentication errors?

Yes, it provides step-by-step remediation for common CLI, authentication, and permission errors. It includes built-in authentication checks and guided prompts to resolve access issues with GitHub or GitLab.

How do I view merge request details if I only have a PR URL?

Simply provide the PR or MR URL. The system fetches and presents the details, displays available actions, and prompts you for the next step, such as delegating code review or merging.

What is the best way to coordinate code review when managing a merge request?

When managing a merge request, the system coordinates workflows by fetching details and delegating code review tasks to a dedicated code-reviewing skill, ensuring focused and automated review processing.

How to trigger or rerun CI pipelines directly from the command line?

You can trigger or rerun CI pipelines directly from the command line by using the integrated CLI workflow. It automatically selects the correct tool based on your remote host to execute pipeline actions.