CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-pr-manager

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

39

3.94x
Quality

13%

Does it follow best practices?

Impact

75%

3.94x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-pr-manager/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

0%

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 as a placeholder rather 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 PR descriptions.'

Remove the invocation instruction ('invoke with $agent-pr-manager') from the description, as this is operational detail that doesn't help Claude decide when to select the skill.

DimensionReasoningScore

Specificity

The description contains 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', which is a tool name rather than a natural keyword a user would say. Missing terms like 'pull request', 'PR review', 'merge', etc.

1 / 3

Distinctiveness Conflict Risk

The description is so generic that it provides no distinguishing characteristics. 'Agent skill for pr-manager' could overlap with any PR-related skill and gives no clear niche.

1 / 3

Total

4

/

12

Passed

Implementation

27%

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 and descriptive rather than instructional. It reads more like marketing copy for a PR management system than a concise skill file teaching Claude how to manage PRs. The code examples use hardcoded values for a specific repository, the JavaScript syntax isn't actually executable, and critical validation/error-recovery workflows are described abstractly rather than with concrete steps.

Suggestions

Cut the Capabilities, Best Practices, Integration, and Error Handling sections down to essential actionable content - remove aspirational descriptions and keep only concrete instructions Claude needs.

Replace hardcoded repo/PR values with placeholder variables and ensure code examples use correct tool invocation syntax rather than pseudo-JavaScript.

Add explicit validation checkpoints in the merge workflow (e.g., 'Check `gh pr checks` passes before merging; if checks fail, investigate and fix before retrying').

Move detailed code examples for each workflow pattern into separate referenced files, keeping SKILL.md as a concise overview with quick-start guidance.

DimensionReasoningScore

Conciseness

Extremely verbose with significant padding. The 'Capabilities' bullet list, 'Best Practices' section, 'Integration with Other Modes', and 'Error Handling' sections are largely aspirational descriptions rather than actionable content. Much of this describes what the system supposedly does rather than instructing Claude on what to do. The content could be cut by 60%+ without losing actionable information.

1 / 3

Actionability

Contains code examples with specific tool calls and bash commands, which is good. However, the JavaScript-style examples are pseudocode (not actually executable - e.g., `mcp__claude-flow__swarm_init { topology: "mesh", maxAgents: 4 }` isn't valid syntax for any runtime). The examples are hardcoded to specific repos ('ruvnet/ruv-FANN', PR #54) making them non-generalizable templates. The error handling section is entirely descriptive with no concrete recovery steps.

2 / 3

Workflow Clarity

The numbered usage patterns (Create PR, Review, Merge) provide a reasonable sequence, and the batch operations example shows a lifecycle. However, there are no explicit validation checkpoints or feedback loops - no 'if merge fails, do X' or 'verify PR checks pass before merging' steps. For destructive operations like merging PRs, this lack of validation caps the score at 2.

2 / 3

Progressive Disclosure

This is a monolithic wall of text with no references to external files for detailed content. The 'Integration with Other Modes' section references other modes but doesn't link to documentation. All content is inline including lengthy code examples that could be split into separate reference files. The best practices and error handling sections add bulk without adding navigational structure.

1 / 3

Total

6

/

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/ruflo
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.