This skill automates the creation and updating of pull requests for the current branch in the tldraw repository. It gathers branch and commit context, checks for an existing PR, prepares the branch, and either creates a new PR or updates an existing one while enforcing project PR standards.
Use when you want the agent to open a PR, refresh an existing PR to match the current branch changes, or ensure PR titles and descriptions follow the repo's write-pr standards. Ideal for routine code review preparation, pushing feature branches, and linking related issues.
write-pr reference skill for title and description standards (has_references=false)Likely useful for agents with GitHub CLI and git access (GitHub/Copilot-style or CLI-enabled automation agents).
tldraw-pr is a PR helper skill that guides an agent through creating or updating pull requests using git and gh CLI. It includes thoughtful overlap detection, self-review before human review, and references a companion write-pr skill for content standards. No bundled scripts — relies entirely on CLI commands in the SKILL.md workflow. Clean, well-structured, no security concerns.
No scripts to run. Skill is purely instructional — a well-written SKILL.md with a clear, safe workflow. Security score reflects the complete absence of any risky patterns.