FluidFramework
Automate Fluid Framework code reviews, releases, and CI triage
All Skills in This Repository (29)
Pure Emerald Level Indicatorsfluid-release
Automate Fluid Framework client library releases with version bumps and pull requests.
trigger-pipelines-for-copilot-pr
Trigger Azure DevOps pipelines for Copilot pull requests via GitHub comments.
policy-check
Validate package compliance against repository-wide policies via pnpm policy-check.
comparison-base
Resolves the correct Git comparison base commit for branch reviews and change analysis.
fluid-pr
Creates GitHub pull requests following Fluid Framework title and body conventions.
pipeline-test-triage
Triage Azure DevOps pipeline test failures and classify flaky versus deterministic bugs.
api-changes
Reviews customer-facing API changes in Fluid Framework API report diffs for release tags, breaking changes, and changesets.
ci-readiness-check
Validates Fluid Framework branches against CI checks before pushing to remote.
review
Reviews branch diffs with parallel correctness, API, and architecture analysis passes.
fluid-pr-guide
Generates PR titles and descriptions following Fluid Framework repository conventions.
ff-oce-kusto
Writes and interprets Kusto queries for Fluid Framework telemetry investigation in the Office Fluid database.
ff-oce-dashboard
Generates a consolidated OCE shift status dashboard from IcM, ADO, Kusto, Teams, and WorkIQ.
Frequently Asked Questions
FAQPage SchemaHow to install FluidFramework skills?โผ
Run `npx skills add microsoft/FluidFramework --all -g -y` in your terminal to install all skills in this suite globally.
How to automate PR reviews in Fluid Framework?โผ
The review and review-pr-local skills check out any GitHub or Azure DevOps PR into an isolated worktree, run multi-agent correctness and API analysis, and post only the comments you approve.
How to triage failing CI pipelines with AI?โผ
The pipeline-test-triage skill reads Azure DevOps test results and logs, classifies failures as flaky, infrastructure, or real bugs, and drafts ready-to-file bug reports.
Can AI handle Fluid Framework releases?โผ
Yes. The fluid-release skill automates release prep, version bumps, changelogs, and type test updates, and falls back to a tracking issue if any step fails.
Do these skills work with Claude Code and Copilot?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, GitHub Copilot, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core