CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/linear-bug-workflow-runner

Author and run Linear bug workflows via the GraphQL API: issue creation, state transitions (workflowState assignment), priority assignment (0 No priority / 1 Urgent / 2 High / 3 Medium / 4 Low), label-based classification, search by team and content. Covers the issueCreate mutation, issueUpdate for state transitions, the workflowStates query for per-team state IDs, and Linear's API-key vs OAuth Bearer auth modes; resolve-by-type, CI wiring, and result parsing live in references/. Use when the target tracker is Linear specifically; for other trackers use jira-bug-workflow-runner (Jira) or github-issues-bug-workflow (GitHub Issues). Files and transitions the issue; reproducing the defect is a separate concern.

76

Quality

95%

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

Overview
Quality
Evals
Security
Files

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 actionable and well-disclosed with lean, Linear-specific executable guidance. The one gap is workflow clarity: batch/state-transition flows lack explicit validation checkpoints, capping that dimension at 2.

Suggestions

Add an explicit validation checkpoint to the bulk-transition flow (e.g., after issueUpdate, re-query the issue to confirm state.type changed before declaring success) to satisfy the batch/destructive-operation feedback-loop requirement.

Turn 'How to use' into a numbered, verify-then-proceed sequence with a 'verify the transition applied' step so the workflow meets the rubric's explicit-validation anchor.

Surface a short error-recovery note for the GraphQL errors-on-HTTP-200 case (check data.get('errors')) as a workflow-level checkpoint rather than only inside create_bug.

DimensionReasoningScore

Conciseness

Lean and dense with executable code plus Linear-specific gotchas ("personal API keys use the Authorization header without the Bearer prefix", "1 is highest urgency", resolve-by-type), avoiding explanation of concepts Claude already knows.

3 / 3

Actionability

Provides fully executable, copy-paste-ready functions (create_bug, get_states, transition, find_dupes, create_or_attach) with real GraphQL queries and concrete auth/header setup.

3 / 3

Workflow Clarity

"How to use" lists 4 sequenced steps and dedupe-before-create, but there are no explicit validate-then-proceed checkpoints; per the rubric, missing verification in batch/destructive operations ("Transitioning bugs in bulk after a release") caps this at 2.

2 / 3

Progressive Disclosure

Core quick-start lives in SKILL.md while deep helpers (transition_to_completed, all-teams query, CI wiring) are in a real, one-level-deep references/linear-graphql-reference.md signaled by name in multiple sections.

3 / 3

Total

11

/

12

Passed

Description

100%

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 specific, trigger-rich, complete, and clearly distinguishable from sibling tracker skills, all in third-person voice. Every dimension lands at the top of the scale.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "issue creation, state transitions (workflowState assignment), priority assignment (0 No priority / 1 Urgent / 2 High / 3 Medium / 4 Low), label-based classification, search by team and content" — and names specific mutations ("issueCreate mutation, issueUpdate ... workflowStates query").

3 / 3

Completeness

Answers both what ("Author and run Linear bug workflows via the GraphQL API: ...") and when ("Use when the target tracker is Linear specifically; for other trackers use ...") with an explicit 'Use when' clause.

3 / 3

Trigger Term Quality

Uses natural terms a user would say ("Linear", "bug", "issue", "priority", "label", "search") with an explicit trigger clause "Use when the target tracker is Linear specifically".

3 / 3

Distinctiveness Conflict Risk

Clear niche with distinct triggers and explicit sibling routing: "Use when the target tracker is Linear specifically; for other trackers use jira-bug-workflow-runner (Jira) or github-issues-bug-workflow (GitHub Issues)."

3 / 3

Total

12

/

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.

Reviewed

Table of Contents