Создание pull request во Fluid Framework

automation

fluid-pr is a Claude Code skill that automates pull request creation in the Fluid Framework repository, composing a PR title and body according to the project's conventions. Before drafting anything, it loads the fluid-pr-guide skill for title conventions and the body template, then checks that the current branch is not a protected branch (main or release) and that the origin remote does not point directly to microsoft/FluidFramework. The proposed title and body are presented to the user via AskUserQuestion with four options — Create PR, Create draft PR, Edit, or Cancel — and only after explicit confirmation does the skill run git push and gh pr create. It triggers on phrases like "create a PR", "make a PR", "open a PR", "submit a PR", and "push and create a PR".