pull

Automates GitHub/GitLab PR and MR management via gh CLI commands.

3|Updated Jul 17, 2024
One-click install
npx skills add https://github.com/Castrozan/.dotfiles --skill pull
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull
Source: https://github.com/Castrozan/.dotfiles/tree/main/agents/skills/pull
Command: npx skills add https://github.com/Castrozan/.dotfiles --skill pull

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines PR/MR management, helping you view comments, review feedback, iterate on changes, and coordinate remote branches across GitHub and GitLab.

Core Features & Use Cases

  • View PR/MR details: retrieve title, body, state, and reviews.
  • List open PRs/MRs: quickly identify pending work and authors.
  • Iterate on feedback: group comments by file, apply changes, and trigger re-reviews.

Quick Start

Run gh pr list to see open pull requests, then gh pr view [number] to inspect details and begin addressing feedback.

Frequently Asked Questions about pull

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

FAQPage Schema
How do I automate PR review iterations and manage pull requests using gh CLI?

Automate PR review iterations by using the gh CLI to fetch pull request data, list open PRs, view detailed comments grouped by file, and update statuses to trigger re-reviews across GitHub and GitLab.

What's the best way to view PR comments and feedback across GitHub and GitLab?

View PR comments and feedback by retrieving the title, body, state, and reviews for a specific pull request or merge request, allowing you to inspect details and begin addressing feedback across both GitHub and GitLab platforms.

How do I list open pull requests to identify pending work and authors?

List open pull requests by running the gh pr list command, which quickly identifies pending work and displays the authors associated with each PR to help coordinate remote branch iterations.

Can I use this to iterate on PR feedback and coordinate remote branches?

Yes, you can iterate on PR feedback by grouping comments by file, applying changes locally, and coordinating remote branches to push updates and trigger re-reviews via the gh CLI commands.

Does this skill support both GitHub and GitLab merge request reviews?

Yes, the skill supports both GitHub and GitLab, allowing you to streamline pull request and merge request reviews, view details, and iterate on changes seamlessly across both platforms using the gh CLI.

What is the process to trigger a re-review after applying PR feedback changes?

Trigger a re-review after applying PR feedback changes by grouping comments by file, committing the iterations, coordinating the remote branch update, and updating the pull request status using the gh CLI.