merge-pr-check

Verify Gitee pull request readiness and execute merges after user confirmation.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chy5301/cc-plugins --skill merge-pr-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-pr-check
Source: https://github.com/chy5301/cc-plugins/tree/main/gitee-toolkit/skills/merge-pr-check
Command: npx skills add https://github.com/chy5301/cc-plugins --skill merge-pr-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of verifying whether a pull request on Gitee meets the criteria for merging, reducing manual review time and errors.

Core Features & Use Cases

  • Pull Request Validation: Checks PR status, review comments, and change scope to determine if merging is appropriate.
  • Comment and Feedback Analysis: Identifies objections, unresolved discussions, and approvals within PR comments.
  • Merge Execution: Performs the merge after explicit user confirmation and handles possible conflicts or issues based on API feedback.
  • Use Case: Developers can rely on this Skill to automatically verify PR readiness and perform merges in team workflows, ensuring consistent quality control.

Quick Start

Use the merge-pr-check skill to analyze a specific pull request by providing its number and repository details, then review the generated report and confirm merging.

Frequently Asked Questions about merge-pr-check

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

FAQPage Schema
How do I automate pull request merge checks on Gitee?

Automating pull request merge checks on Gitee involves validating PR status, analyzing review comments, and assessing code changes. This Skill performs these verifications automatically to determine merge readiness and reduce manual review errors.

Can I automatically verify if a Gitee pull request is ready for merging?

Yes, you can verify Gitee pull request readiness by providing the PR number and repository details. The Skill analyzes approvals, unresolved discussions, and change scope to generate a report confirming whether the PR is safe to merge.

How does comment and feedback analysis work for Gitee pull requests?

Comment and feedback analysis for Gitee pull requests works by identifying objections, unresolved discussions, and approvals within PR comments. This ensures all team feedback is resolved before merging, maintaining consistent quality control.

Does the merge execution require manual confirmation?

Yes, merge execution requires explicit user confirmation. The Skill enforces safe merging practices by pausing for approval before executing the merge, allowing you to handle possible conflicts or issues based on API feedback.

What is needed to start automating Gitee PR validations?

To start automating Gitee PR validations, you need to provide the specific pull request number and repository details. The Skill then analyzes the data across various scenarios to assess merge appropriateness without requiring additional dependencies.