pr-automation

Create pull requests for Kord AIOS contributions with validated quality checks.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill pr-automation-gdsdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-automation
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/devops/pr-automation
Command: npx skills add https://github.com/GDSDN/kord-aios --skill pr-automation-gdsdn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of pull requests for open-source contributions, ensuring they meet project standards and pass quality checks before submission.

Core Features & Use Cases

  • Automated PR Creation: Generates feature branches, commits, and pull requests based on your contribution.
  • Quality Pre-Checks: Runs tests, CodeRabbit, and validates against contribution standards.
  • Use Case: You've added a new agent to Kord AIOS. This Skill will help you prepare and submit a PR for it, ensuring it follows all project guidelines and passes automated checks.

Quick Start

Use the pr-automation skill to create a pull request for your new agent contribution.

Frequently Asked Questions about pr-automation

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

FAQPage Schema
How do I automate pull request creation for open-source contributions?

Automating pull request creation involves validating repository states, generating feature branches with conventional commits, running local tests, and executing CodeRabbit pre-checks before submission. This ensures open-source contributions meet project standards and pass quality checks.

What types of open-source contributions can I automate PR creation for?

You can automate PR creation for various contribution types including expansion packs, agent improvements, bug fixes, and documentation enhancements. The skill validates each contribution type against project standards before preparing the feature branch.

Does the automated PR workflow run local tests and quality checks before submitting?

Yes, the automated PR workflow runs local tests and CodeRabbit pre-checks to validate repository states and generate quality scores. This ensures your open-source contribution adheres to project guidelines before the pull request is created.

Can I use this to create a pull request for a new agent contribution?

Yes, you can use this automation to create a pull request for a new agent contribution. It prepares the feature branch, generates conventional commits, and validates the contribution against project standards to streamline the workflow.

What is the best way to ensure my GitHub PR meets Kord AIOS project standards?

The best way to ensure your GitHub PR meets project standards is to automate validation of contribution types, run local tests, and execute CodeRabbit pre-checks. This generates quality scores and prepares feature branches with conventional commits.