CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-pr-manager

Agent skill for pr-manager - invoke with $agent-pr-manager

35

3.94x
Quality

7%

Does it follow best practices?

Impact

75%

3.94x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-pr-manager/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

14%Scale 1-3

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

This skill is overly verbose with significant padding, vague best practices, and pseudo-executable code examples hardcoded to a specific repository. It lacks validation checkpoints for destructive operations like PR merging, and the error handling section describes aspirational capabilities without concrete implementation. The content would benefit from being dramatically shortened, made generic/parameterized, and restructured with explicit validation steps.

Suggestions

Remove the 'Capabilities', 'Best Practices', 'Integration with Other Modes', and 'Error Handling' sections — they are vague filler that doesn't provide actionable guidance Claude can use.

Replace hardcoded repo references ('ruvnet', 'ruv-FANN', PR #54) with parameterized placeholders (e.g., ':owner', ':repo', ':pr_number') to make examples generalizable.

Add explicit validation checkpoints before destructive operations: check CI status before merge, verify review approval count, confirm no merge conflicts — and include feedback loops (if checks fail → fix → retry).

Convert the JavaScript-style pseudocode into actual executable bash commands using `gh` CLI or clearly mark MCP tool invocations with proper syntax that Claude can directly use.

DimensionReasoningScore

Conciseness

Extremely verbose with significant padding. Lists capabilities Claude already understands, explains concepts like 'multi-reviewer coordination' and 'intelligent branch management' without adding actionable value. The 'Best Practices' and 'Error Handling' sections are vague filler. The 'Integration with Other Modes' section is just a list of names with no actionable content. Hardcoded repo names ('ruvnet', 'ruv-FANN') waste tokens on specifics that should be parameterized.

1 / 3

Actionability

Provides some concrete code examples with MCP tool calls and gh CLI commands, but the JavaScript-style syntax is not truly executable — it's pseudocode with JSON-like object notation that wouldn't run as-is. The examples are hardcoded to a specific repo rather than being generalizable templates. The 'Error Handling' section describes capabilities ('automatic retry logic') without any concrete implementation.

2 / 3

Workflow Clarity

While steps are loosely sequenced (create PR → review → merge), there are no validation checkpoints or feedback loops. The merge coordination section doesn't verify CI status before merging. The batch operations example jumps straight to approving and merging without checking review results or test outcomes. For destructive operations like merging PRs, the absence of explicit validation gates is a significant gap.

1 / 3

Progressive Disclosure

Monolithic wall of text with no bundle files to reference. All content is inline with no separation of concerns — the overview, detailed examples, best practices, and integration notes are all in one long document. References to other modes ('$github issue-tracker', '$sparc reviewer') are listed but not linked to any actual files or documentation.

1 / 3

Total

5

/

12

Passed

Description

0%Scale 1-3

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

This is an extremely weak description that fails on all dimensions. It provides no information about what the skill does, when it should be used, or what triggers should activate it. It reads more like a label than a functional description.

Suggestions

Add concrete actions the skill performs, e.g., 'Creates, reviews, and manages pull requests, updates PR descriptions, adds reviewers, and handles merge operations.'

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about pull requests, PRs, code reviews, merging branches, or managing GitHub/GitLab PRs.'

Remove the invocation instruction ('invoke with $agent-pr-manager') from the description as it does not help Claude decide when to select this skill, and replace it with capability and trigger information.

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for pr-manager' is entirely vague and does not describe what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only states it's an agent skill and how to invoke it, providing no functional or trigger information.

1 / 3

Trigger Term Quality

The only potentially relevant term is 'pr-manager', but it's unclear whether 'pr' refers to pull requests, public relations, or something else. No natural user keywords like 'pull request', 'review', 'merge', etc. are included.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it could conflict with any PR-related or management-related skill. There are no distinct triggers or domain-specific details to differentiate it.

1 / 3

Total

4

/

12

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
ruvnet/claude-flow
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.