CtrlK
BlogDocsLog inGet started
Tessl Logo

cerebro-creation

Implement focused Cerebro issues or PR follow-ups from Droid Create workflows.

80

0.97x
Quality

71%

Does it follow best practices?

Impact

96%

0.97x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.factory/skills/cerebro-creation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

86%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 content is a tight, well-structured instruction skill with concrete artifacts, a validation checkpoint, and useful stop conditions. Its main gap is the absence of an explicit failure-recovery loop after `make verify`.

Suggestions

Add an explicit feedback loop after validation: e.g., "If `make verify` fails, fix the reported issues and re-run before considering the task complete."

Optionally specify the targeted-test invocation pattern (e.g., `go test ./<pkg>/...`) so the testing step is copy-paste ready.

Consider noting where the Go package/connector patterns live (a path or file) if discoverability across the repo matters.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: six terse instruction lines plus two stop conditions, with no padding or explanation of concepts Claude already knows.

5 / 5

Actionability

Guidance is concrete and actionable, citing specific artifacts ("Go package boundaries", "Makefile validation flow", `make verify`), but stops short of fully copy-paste-ready commands for every step.

4 / 5

Workflow Clarity

A clear six-step sequence with an explicit validation checkpoint (run targeted tests, then `make verify`) and stop-condition guardrails, though the failure feedback loop (fix and re-run on verify failure) is implicit rather than stated.

4 / 5

Progressive Disclosure

Under 50 lines with no external references needed, and content is cleanly organized into Instructions and Stop Conditions sections, satisfying the simple-skill exception for a top score.

5 / 5

Total

18

/

20

Passed

Description

57%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 concise and clearly distinguishes a niche via product names, but it lacks an explicit "Use when..." trigger clause and only offers one generic action verb. Adding trigger phrasing and one or two more concrete actions would lift the weaker dimensions.

Suggestions

Add an explicit "Use when..." clause naming the situations that should trigger this skill (e.g., "Use when implementing a Cerebro issue or a follow-up from a Droid Create PR").

List one or two more concrete actions beyond "implement" (e.g., "write Go code, add tests, run make verify") to broaden specificity.

Include natural synonyms or file/trigger variations users might say (e.g., "Cerebro ticket", "Create follow-up") to improve trigger term coverage.

DimensionReasoningScore

Specificity

The phrase "Implement focused Cerebro issues or PR follow-ups from Droid Create workflows" names a specific domain and one concrete action (implement), but offers only a single generic verb rather than a comprehensive list of actions.

3 / 5

Completeness

It clearly states what the skill does (implement focused issues/PR follow-ups) but provides no explicit "Use when..." trigger guidance, which caps completeness at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Terms like "Cerebro issues", "PR follow-ups", and "Droid Create workflows" are relevant domain keywords a user would say, but coverage is narrow with no synonyms or variations.

3 / 5

Distinctiveness Conflict Risk

The product-specific names "Cerebro" and "Droid Create" carve a clear niche with distinct triggers and minimal risk of matching unrelated skills.

5 / 5

Total

14

/

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
writer/cerebro
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.