SC-merge-pr

Merges a feature branch into main via automated gh CLI pull request.

1|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/Cnext-eu/kairos-ontology-toolkit --skill sc-merge-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SC-merge-pr
Source: https://github.com/Cnext-eu/kairos-ontology-toolkit/tree/main/.github/skills/SC-merge-pr
Command: npx skills add https://github.com/Cnext-eu/kairos-ontology-toolkit --skill sc-merge-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges a feature branch into the main branch via pull requests with enforced commit hygiene and automated PR creation, reducing manual coordination and errors.

Core Features & Use Cases

  • Automates PR creation for feature branches using the gh CLI.
  • Enforces conventional commit messages and ensures a clean merge history.
  • Supports pre-merge checks and post-merge cleanup across branches in collaborative workflows.

Quick Start

Switch to your feature branch, then run the PR workflow to create and merge the pull request.

Frequently Asked Questions about SC-merge-pr

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

FAQPage Schema
How do I automate GitHub pull request creation for a feature branch?

You can automate GitHub pull request creation by switching to your feature branch and running an automated PR workflow. This uses the gh CLI to create the pull request while enforcing conventional commit messages and validating the branch before merging.

What is the best way to enforce conventional commit messages during a branch merge?

Enforcing conventional commit messages during a branch merge is handled by an automated PR workflow. It validates your branch and ensures a clean merge history into the main branch without requiring manual commit coordination or checks.

Can I use the gh CLI to merge a feature branch into main with automated cleanup?

Yes, you can use the gh CLI to merge a feature branch into main. The automated workflow handles PR creation, performs pre-merge branch validation, and executes post-merge cleanup to remove the merged feature branch.

How do pre-merge checks work for GitHub pull requests?

Pre-merge checks for GitHub pull requests work by validating the feature branch and enforcing commit hygiene before the merge. This structured PR lifecycle ensures branch checks and push verification are completed before integrating code into the main branch.

Does automated PR creation support collaborative software development workflows on GitHub?

Automated PR creation fully supports collaborative software development workflows on GitHub. It reduces manual coordination and errors by applying branch validation, conventional commit messaging, and post-merge cleanup across team branches.