Оформление pull request в Fluid Framework
documentation
fluid-pr-guide is a Claude Code skill that provides structured guidance for writing pull request titles and bodies in the Fluid Framework repository. It covers two equally accepted title styles: Conventional Commits with prefixes like `fix`, `feat`, `chore`, `build`, and `docs` plus an optional scope, and plain imperative phrasing with no prefix. For the PR body, the skill instructs Claude to read `.github/pull_request_template.md` from the repo root, fill in applicable sections — `## Description`, `## Breaking Changes`, `## Reviewer Guidance` — and remove empty ones, including the template preamble line that would otherwise fail the `pr-validation.yml` CI check. It also covers inline Azure DevOps work item references using `AB#<id>`. Useful for contributors drafting or reviewing PRs in Fluid Framework who need to follow project conventions precisely.
- #pull-request
- #git
- #conventions
- #documentation