create-pull-requests

Create and manage pull requests for Tenzir code changes.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tenzir/skills --skill create-pull-requests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pull-requests
Source: https://github.com/tenzir/skills/tree/main/skills/create-pull-requests
Command: npx skills add https://github.com/tenzir/skills --skill create-pull-requests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commit-changes, tenzir-ship, update-documentation, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of shipping code changes by automating the creation and management of pull requests, ensuring your codebase and documentation remain synchronized.

Core Features & Use Cases

  • Automated PR Creation: Opens pull requests from your current branch.
  • Changelog Management: Integrates with tenzir-ship to add or update changelog entries.
  • Documentation Sync: Facilitates cross-linking with documentation PRs via the update-documentation skill.
  • Use Case: After committing a new feature, use this skill to open a PR, add a concise entry to the changelog, and ensure the documentation is updated accordingly.

Quick Start

Use the create-pull-requests skill to ship the current changes for review.

Frequently Asked Questions about create-pull-requests

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

FAQPage Schema
How do I automate pull request creation for code changes?

To automate pull request creation, this skill coordinates committing changes, updating changelogs, and synchronizing documentation to open pull requests directly from your current branch.

How do I update the changelog when I open a pull request?

Updating the changelog during pull request creation is handled by integrating with the tenzir-ship skill, which automatically adds or updates changelog entries for your code changes.

Can I synchronize documentation updates when shipping a pull request?

Yes, you can synchronize documentation updates when shipping a pull request by using the update-documentation skill to facilitate cross-linking with documentation PRs.

Do I need to commit changes before using this pull request workflow?

Yes, you need to commit changes first using the commit-changes dependency, which provides the foundational code modifications required before opening a pull request.

What's the best way to ship code and keep documentation synchronized in Tenzir projects?

The best way to ship code while keeping documentation synchronized is using this skill to coordinate tenzir-ship for changelogs and update-documentation for cross-linked docs.

Are there limitations to managing pull requests with this skill?

A limitation is that managing pull requests requires integration with the commit-changes, tenzir-ship, and update-documentation skills to function within Tenzir projects.