github.com/microsoft/FluidFramework
Skill | Added | Review |
|---|---|---|
trigger-pipelines-for-copilot-pr .claude/skills/trigger-pipelines-for-copilot-pr/SKILL.md Trigger ADO pipelines for a Copilot-created PR by posting /azp run comments. Use when the user asks to trigger CI pipelines for a specific PR. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
review .claude/skills/review/SKILL.md Use when asked to review code, review a branch, or do a code review. Spawns Breaker (correctness) and API Analyst (compatibility/conventions) sub-agents while the orchestrator reviews architecture, tests, performance, and security. | 76 76 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: f9f2007 | |
policy-check .claude/skills/policy-check/SKILL.md This skill should be used when the user asks to "run policy check", "check policy", "policy-check", or needs to validate package compliance. Provides guidance on running policy checks for specific packages or the entire repository. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
pipeline-test-triage .claude/skills/pipeline-test-triage/SKILL.md Triage test failures in an Azure DevOps pipeline run for Fluid Framework. Use when the user shares an ADO build/pipeline URL or build ID and wants failures analyzed, when they ask "why did this pipeline fail", "summarize the test failures", "is this test flaky or a real bug", "compare these runs", or wants bugs filed for genuine failures. Covers the Real Service End to End Tests pipeline as the worked example but applies to any FF test pipeline. | 76 76 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f9f2007 | |
fluid-release .claude/skills/fluid-release/SKILL.md Fluid Framework client release group — minor releases, patch releases, and post-release type test updates. Covers release prep, branching, version bumps, changelogs, release notes, and type test baselines. In autonomous mode, auto-detects state from the schedule and repo, attempts to execute, and falls back to a GitHub issue on failure. Triggers on "release", "do the release", "release status", version bump, release notes, changelog, release branch, or release engineering. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
fluid-pr .claude/skills/fluid-pr/SKILL.md Use when creating a pull request in the Fluid Framework repo. Composes a PR title and body following Fluid Framework conventions, proposes them to the user, then pushes the branch and creates the PR on GitHub. Triggers on "create a PR", "make a PR", "open a PR", "submit a PR", or "push and create a PR". | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
fluid-pr-guide .claude/skills/fluid-pr-guide/SKILL.md Use when composing, writing, drafting, or reviewing a PR title, PR description, or PR body in Fluid Framework — provides title style, body template, and section guidance. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
ci-readiness-check .claude/skills/ci-readiness-check/SKILL.md Use when the user explicitly asks for a CI check or to push their branch — e.g. "ci readiness", "check ci", "pre-push check", "ready for CI", "ci check", "ready to push", "push my changes", "push the branch", "let's push". Catches common CI failures before pushing — formatting, stale API reports, missing changesets, policy violations. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
api-changes .claude/skills/api-changes/SKILL.md Use when customer-facing API changes were made — i.e., API report .md files differ from main. Guides through release tag assignment, API Council review requirements, breaking change classification, deprecation process, and changeset guidance. Triggered automatically by ci-readiness-check when api-report diffs are detected. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
writing-plans .agency/plugins/nori/skills/writing-plans/SKILL.md Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
webapp-testing .agency/plugins/nori/skills/webapp-testing/SKILL.md Use this skill to build features or debug anything that uses a webapp frontend. | 44 44 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: f9f2007 | |
using-skills .agency/plugins/nori/skills/using-skills/SKILL.md Describes how to use abilities. Read before any conversation. | 44 44 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
using-screenshots .agency/plugins/nori/skills/using-screenshots/SKILL.md Use this to capture screen context. | 47 47 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
using-git-worktrees .agency/plugins/nori/skills/using-git-worktrees/SKILL.md Use this whenever you need to create an isolated workspace. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
updating-noridocs .agency/plugins/nori/skills/updating-noridocs/SKILL.md Use this when you have finished making code changes and you are ready to update the documentation based on those changes. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
testing-anti-patterns .agency/plugins/nori/skills/testing-anti-patterns/SKILL.md Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
test-driven-development .agency/plugins/nori/skills/test-driven-development/SKILL.md Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
systematic-debugging .agency/plugins/nori/skills/systematic-debugging/SKILL.md Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
starting-nori .agency/plugins/nori/skills/starting-nori/SKILL.md ALWAYS load this skill if it is not already loaded, for ANY user query or conversation - establishes the Nori workflow, protected-branch check, operating mode, tone, and coding guidelines before any other work | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
root-cause-tracing .agency/plugins/nori/skills/root-cause-tracing/SKILL.md Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
receiving-code-review .agency/plugins/nori/skills/receiving-code-review/SKILL.md Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f9f2007 | |
handle-large-tasks .agency/plugins/nori/skills/handle-large-tasks/SKILL.md Use this skill to split large plans into smaller chunks. This skill manages your context window for large tasks. Use it when a task will take a long time and cause context issues. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
finishing-a-development-branch .agency/plugins/nori/skills/finishing-a-development-branch/SKILL.md Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f9f2007 | |
creating-skills .agency/plugins/nori/skills/creating-skills/SKILL.md Use when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts | 59 59 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: f9f2007 | |
creating-debug-tests-and-iterating .agency/plugins/nori/skills/creating-debug-tests-and-iterating/SKILL.md Use this skill when faced with a difficult debugging task where you need to replicate some bug or behavior in order to see what is going wrong. | 48 48 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: f9f2007 |