CtrlK
BlogDocsLog inGet started
Tessl Logo

pipeline

Configurable pipeline orchestrator for sequencing stages

52

Quality

56%

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 ./plugins/oh-my-codex/skills/pipeline/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The content is actionable and workflow-clear, with concrete commands, interfaces, and explicit validation gates. Its main weakness is organization: it carries detail inline with no progressive disclosure and repeats a few points across sections.

Suggestions

Move the full API reference and detailed per-stage semantics into a reference file (e.g. REFERENCE.md) and link to it from the body, leaving a concise overview in SKILL.md.

De-duplicate the `$team` conditional guidance so it is stated once (e.g. in the ultragoal stage entry) rather than repeated in the intro and Relationship sections, and remove the duplicate 'team' bullet.

Consolidate the 'Relationship to Other Modes' list into single entries per mode to remove the repeated team/ralph references.

DimensionReasoningScore

Conciseness

The body is information-dense with no padding of concepts Claude already knows, but it duplicates the `$team` conditional guidance across the intro, ultragoal, and Relationship sections, and lists 'team' twice in the final section, so it could be tightened.

2 / 3

Actionability

It provides executable `omx state write` commands with exact JSON payloads, a complete TypeScript `PipelineStage` interface, and a copy-paste-ready API import example, all concrete rather than pseudocode.

3 / 3

Workflow Clarity

The stage sequence is explicit and gated by validation checkpoints (ralplan consensus approval, code-review merge gate, ultraqa QA gate), with state-transition hooks for start, transitions, and completion.

3 / 3

Progressive Disclosure

The ~95-line body is well-sectioned but entirely self-contained with no external references, and content such as the full API example and detailed stage semantics is inlined where it could be split into reference files.

2 / 3

Total

10

/

12

Passed

Description

35%

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 conveys a clear-enough purpose but is written as a terse internal label rather than a user-facing trigger description. It lacks natural keywords and any explicit 'when to use' guidance.

Suggestions

Add explicit trigger guidance, e.g. 'Use when orchestrating a multi-stage pipeline or sequencing dependent execution stages.'

Include natural user-facing keywords such as 'pipeline', 'stages', 'sequencing steps', 'multi-stage workflow' alongside the technical term.

Name a few concrete capabilities (e.g. 'configure stages, persist state, and resume from the last incomplete stage') to lift specificity toward the comprehensive anchor.

DimensionReasoningScore

Specificity

The phrase 'Configurable pipeline orchestrator for sequencing stages' names the domain and one concrete action (sequencing stages), but does not enumerate multiple specific actions, so it stops short of the comprehensive anchor.

2 / 3

Completeness

It states what the skill does ('orchestrator for sequencing stages') but provides no 'Use when...' clause or equivalent trigger guidance, which caps completeness at 2 per the rubric.

2 / 3

Trigger Term Quality

'pipeline orchestrator for sequencing stages' is technical jargon with no natural user-facing keywords or common variations; it reads like an internal label rather than language a user would naturally say.

1 / 3

Distinctiveness Conflict Risk

The pipeline domain gives it some specificity, but without distinct triggers it could still overlap with other orchestration or execution skills.

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
Yeachan-Heo/oh-my-codex
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.