CtrlK
BlogDocsLog inGet started
Tessl Logo

cog-review

Cog architecture and cross-cutting review guidelines

56

Quality

63%

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 ./.opencode/skills/cog-review/SKILL.md
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 a tight, codebase-specific reference that earns its tokens with concrete paths, commands, and a focused watch-list, organized into clear sections. Its main gap is the lack of a sequenced review workflow with explicit validation checkpoints.

Suggestions

Add a short ordered review checklist (e.g. 1. Identify affected components, 2. Check schema/code sync, 3. Verify both IPC sides, 4. Run mise docs regen, 5. Confirm VERSION.txt matches) to turn the watch-list into a workflow.

Add an explicit validation step such as running the integration-tests or schema validation before considering a change complete.

DimensionReasoningScore

Conciseness

The body is lean and bullet-driven, assuming Claude's competence (no explanation of Docker, IPC, or PDF-like basics) and each line provides codebase-specific context Claude would not already know, such as pkg/config/data/config_schema_v1.0.json and mise run docs:llm.

3 / 3

Actionability

It gives concrete, specific guidance for an instruction-only skill: real file paths (cmd/cog/, pkg/dockerfile/, tools/compatgen/) and executable commands (mise run docs:cli) plus a concrete watch-list, so the absence of code is not penalized.

3 / 3

Workflow Clarity

Content is organized into clear sections and a watch-list, but there is no sequenced review workflow with validation checkpoints; the reviewer is given what to check, not an ordered process to follow.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no bundle files and no need for external references, and its sections (Component overview, Key design patterns, Cross-cutting concerns, What to watch for) are well-organized.

3 / 3

Total

11

/

12

Passed

Description

40%

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 identifies a clear niche but is too vague: it names the domain without concrete actions and omits any explicit "when to use" trigger guidance. It reads more like a label than an actionable, trigger-rich description.

Suggestions

Add concrete actions, e.g. "Reviews cog changes that cross the Go/Python/Rust language boundaries, checks cog.yaml schema sync, and verifies IPC protocol consistency."

Append an explicit trigger clause such as "Use when modifying cmd/, pkg/, python/cog/, or crates/, or when changes touch cog.yaml, VERSION.txt, or the CUDA/PyTorch compatibility matrix."

Include natural trigger terms users would say (e.g. "cog build", "cog.yaml", "predictor interface", "coglet") to improve trigger coverage.

DimensionReasoningScore

Specificity

The description only states "Cog architecture and cross-cutting review guidelines", naming a domain but listing no concrete actions; it is abstract rather than specifying what the review does.

1 / 3

Completeness

It conveys a partial "what" (review guidelines for cog architecture) but provides no "Use when..." clause or equivalent explicit trigger guidance, capping completeness at 2.

2 / 3

Trigger Term Quality

"cog", "architecture", and "review" are terms a developer in this codebase might say, but "cross-cutting" is jargon and common trigger variations are missing.

2 / 3

Distinctiveness Conflict Risk

The cog-specific niche is fairly distinct, but the bare "review guidelines" phrasing could overlap with a generic code-review skill and lacks distinct triggers.

2 / 3

Total

7

/

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
replicate/cog
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.