CtrlK
BlogDocsLog inGet started
Tessl Logo

conductor-revert

Reverts previous work (tracks, phases, or tasks) by identifying associated commits and performing Git reverts.

59

Quality

67%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/conductor-revert/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The content is a well-structured, highly actionable revert workflow with explicit validation and feedback loops for a destructive operation; its only weakness is moderate verbosity from repeated path-resolution phrasing and emphatic protocol language.

DimensionReasoningScore

Conciseness

The body avoids explaining concepts Claude already knows, but it repeats the path-resolution instruction nearly verbatim and leans on verbose emphatic protocol language ("You MUST", bolded warnings) that could be tightened, matching the score-2 anchor.

2 / 3

Actionability

It provides concrete, executable commands (git revert --no-edit <sha>, git reset --hard <base_sha>, git log -- <path>), specific file paths, and concrete output-format examples, giving copy-ready actionable guidance for an instruction skill.

3 / 3

Workflow Clarity

A clear five-phase sequence with explicit validation checkpoints (registry health check, per-tool validation, conflict halt, post-execution plan-state verification) and feedback loops (self-correct once, re-validate, fix-and-commit) matches the score-3 anchor for a destructive operation.

3 / 3

Progressive Disclosure

The skill is a self-contained workflow with no bundle files, organized into well-signaled numbered sections each carrying a GOAL statement, one level deep with no nested references, fitting the score-3 anchor for well-organized self-contained content.

3 / 3

Total

11

/

12

Passed

Description

50%

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 clear and reasonably specific about what the skill does, but it lacks an explicit "Use when" trigger clause and never names the Conductor framework, leaving it mid-scale across all dimensions.

Suggestions

Add an explicit "Use when..." clause stating when Claude should invoke this skill (e.g., 'Use when the user wants to undo or revert Conductor tracks, phases, or tasks via Git').

Name the Conductor framework in the description to improve distinctiveness and reduce conflict with generic Git-revert skills.

Include natural trigger variations such as "undo", "rollback", or "remove" alongside "revert" to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

The description names the domain and a couple of concrete actions ("identifying associated commits", "performing Git reverts"), but it is not a comprehensive list of specific actions as the score-3 anchor requires.

2 / 3

Completeness

It clearly answers "what" the skill does but provides no "Use when..." clause or equivalent explicit trigger guidance, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

It includes relevant natural terms ("revert", "previous work", "commits", "Git") but misses common variations a user might say such as "undo" or "rollback", matching the score-2 anchor.

2 / 3

Distinctiveness Conflict Risk

The Conductor-specific tracks/phases/tasks framing gives it a niche, but the description never names "Conductor", so it could still overlap with generic Git-revert skills, fitting the score-2 anchor.

2 / 3

Total

8

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
gemini-cli-extensions/conductor
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.