CtrlK
BlogDocsLog inGet started
Tessl Logo

trigger-pipelines-for-copilot-pr

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

Quality

93%

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

87%

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

The body is concise and highly actionable with concrete, executable commands and a sensible fallback chain. Its main gap is the absence of a post-action verification step for the batch comment-posting operation.

Suggestions

Add a verification step after posting, e.g. re-check the PR comments or confirm pipelines started, to close the workflow loop for this batch operation.

Make the step ordering explicit with numbered steps (1. post first comment, 2. post second comment, 3. verify) so the sequence is unmistakable.

Specify how to handle a partial failure — e.g. if the first comment posts but the second fails — so Claude knows whether to retry just the missing comment.

DimensionReasoningScore

Conciseness

The body is lean and operational — exact comment strings and commands with only brief, relevant justifications (why two comments, the Windows MSYS note) — without explaining concepts Claude already knows.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance: the exact gh command with MSYS_NO_PATHCONV=1, a complete curl REST API fallback, and the literal comment text, rather than pseudocode.

3 / 3

Workflow Clarity

The sequence (first comment, then second) and the decision tree (gh → curl → report failure) are clear, but there is no verification step confirming the comments posted or the pipelines triggered, which caps batch operations at 2.

2 / 3

Progressive Disclosure

A short, single-purpose skill under 50 lines with no bundle files; its content is well-organized into clearly labeled sections (two comments, posting method, fallback) needing no external references.

3 / 3

Total

11

/

12

Passed

Description

100%

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

A strong, specific description that states concrete actions, includes an explicit 'Use when' trigger, and occupies a clearly distinct niche. It uses appropriate third-person voice and avoids fluff.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Trigger ADO pipelines' and 'posting /azp run comments' — rather than vague language, matching the anchor that lists several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('Trigger ADO pipelines for a Copilot-created PR by posting /azp run comments') and when ('Use when the user asks to trigger CI pipelines for a specific PR').

3 / 3

Trigger Term Quality

Includes natural terms a user would say — 'trigger CI pipelines', 'trigger pipelines for a specific PR', 'Copilot-created PR' — giving good coverage of natural phrasing rather than only technical jargon.

3 / 3

Distinctiveness Conflict Risk

The niche is highly specific — triggering ADO pipelines via /azp comments for Copilot-created PRs in a named repo — making it unlikely to trigger for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

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.