CtrlK
BlogDocsLog inGet started
Tessl Logo

fluid-pr

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

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

85%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-structured, actionable orchestration guide with strong validation checkpoints and a clean hand-off to the fluid-pr-guide skill for detailed conventions. Its only weakness is mild redundancy of the origin-remote guard between the required steps and the later section.

Suggestions

State the origin-remote guard once (in the required steps) and reference it from the pushing section rather than re-explaining it, to remove the redundancy.

Replace the bare <title> and <body> placeholders with a one-line note pointing to where the guide skill outputs them, so the gh pr create example reads as fully executable.

Collapse the duplicated AskUserQuestion option list so the four options appear in only one place and are referenced elsewhere.

DimensionReasoningScore

Conciseness

Lean and assumes Claude's competence, but the origin-check guard is stated twice (step 2 of the required list and again in the "Pushing and Creating the PR" section), a minor redundancy that could be tightened.

4 / 5

Actionability

Provides concrete executable commands (git remote get-url, git push -u, gh pr create with heredoc, --draft flag, temp-file pattern); the only gaps are the <title>/<body> placeholders, which are justified as being filled from the guide skill.

4 / 5

Workflow Clarity

A numbered 6-step task list with explicit validation checkpoints (branch check, origin check, AskUserQuestion confirmation before create) and a feedback loop (Edit → re-present at step 5); the destructive push/create operation is properly guarded.

5 / 5

Progressive Disclosure

SKILL.md is an orchestration overview that defers the bulk of conventions to the clearly-signaled, one-level-deep fluid-pr-guide skill; no nested references and the body is organized into well-marked sections.

5 / 5

Total

18

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is exemplary: it states concrete capabilities, gives an explicit "Use when" trigger with multiple natural synonyms, and is tightly scoped to the Fluid Framework repo. It answers what, when, and how-to-invoke without padding.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Composes a PR title and body", "proposes them to the user", "pushes the branch and creates the PR" — covering the full PR-creation workflow comprehensively.

5 / 5

Completeness

Clearly states what (compose title/body, push, create PR per Fluid conventions) and when ("Use when creating a pull request in the Fluid Framework repo" plus concrete trigger phrases), satisfying both halves explicitly.

5 / 5

Trigger Term Quality

Explicit trigger list ("create a PR", "make a PR", "open a PR", "submit a PR", "push and create a PR") gives comprehensive coverage of the natural phrases a user would actually say.

5 / 5

Distinctiveness Conflict Risk

Scoped to "the Fluid Framework repo" with repo-specific conventions, giving it a clear niche with distinct triggers and minimal overlap risk against generic PR skills.

5 / 5

Total

20

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
microsoft/FluidFramework
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.