tenzir-create-pull-requests
Installation
SKILL.md
Create Pull Requests
Create pull requests and keep their changelog current.
Workflow
- Ensure changes are committed in coherent units. Use the
tenzir-commit-changesskill for staging, splitting, and writing commit messages. - Scan the current context for related issues before drafting the PR body. Check the user request, surrounding conversation, branch name, commit messages, any existing changelog entry, existing PR text, and any available issue-tracker context. If the tracker is available, identify the main Linear issue(s) this code PR should close; companion docs PRs should only reference them.
- Create a pull request from the current worktree branch.
- Add and commit a changelog entry. Do not create or edit changelog entries
manually here; use the
tenzir-shipskill for generating, formatting, and updating the entry. - If the change affects user-facing behavior documented on docs.tenzir.com,
Related skills