share-github-pr

Automate the creation of GitHub pull requests for plugin or artifact contributions.

93.2k|10.8k|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nexu-io/open-design --skill share-github-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-github-pr
Source: https://github.com/nexu-io/open-design/tree/main/plugins/spec/examples/share-github-pr
Command: npx skills add https://github.com/nexu-io/open-design --skill share-github-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of packaging, staging, and submitting code contributions to GitHub repositories, ensuring that artifacts are correctly formatted and documented before submission.

Core Features & Use Cases

  • Automated PR Preparation: Generates a structured summary and prepares the branch for submission.
  • Validation Integration: Runs built-in validation commands to ensure code quality before opening a pull request.
  • Use Case: After finalizing a new plugin in OpenDesign, use this Skill to automatically stage the files, generate a pr-summary.md, and initiate the GitHub pull request process against the target repository.

Quick Start

Prepare a GitHub PR for nexu-io/open-design from the accepted artifact or plugin folder.

Frequently Asked Questions about share-github-pr

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

FAQPage Schema
How do I submit a plugin as a GitHub pull request?

Use the share-github-pr skill to package your plugin folder. The skill will guide you through confirming the target repository, generating a summary, and initiating the pull request process.

Does this skill support custom target repositories?

Yes, the skill accepts a targetRepo parameter, allowing you to specify any GitHub repository where you have permission to open pull requests.

What happens if validation fails during PR preparation?

The skill runs validation commands as part of its pipeline. If these fail, the process halts, allowing you to address issues before the pull request is created.

Can I customize the pull request summary?

The skill generates a concise summary based on the artifact or plugin folder contents. You can review and modify this summary during the confirmation stage before the PR is finalized.