CtrlK
BlogDocsLog inGet started
Tessl Logo

aiox-close-story

Finalize bookkeeping for a story already completed by QA. Never changes lifecycle status. Use when: close story, *close-story, story Done, /close-story.

70

Quality

87%

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

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 body is well-structured, concise, and workflow-clear, with strong validation checkpoints and a clean one-level reference to its task file. Its main gap is actionability: the executable core lives in an external, non-bundled task file, leaving the skill body as a gate-and-delegate scaffold rather than a self-contained procedure.

Suggestions

Inline the key executable steps from po-close-story.md (or bundle it under references/) so the skill body is self-contained and the core actions are directly actionable.

Add one concrete example of the administrative closure metadata update so 'finalize bookkeeping' is unambiguous without the external file.

Specify what happens on each gate failure beyond 'HALT' (e.g., report which gate failed and the remediation owner) to strengthen the error-recovery feedback loop.

DimensionReasoningScore

Conciseness

The body is lean with no concept explanations or padding; every line earns its place and it assumes competence ('Adopt @po', defers to the task file as SOT).

3 / 3

Actionability

Gates, forbidden actions, and the verification checklist are concrete, but the actual executable procedure is delegated to the external, non-bundled task file 'po-close-story.md', so the skill body itself is not fully self-contained or copy-paste ready.

2 / 3

Workflow Clarity

It provides a clear sequence (blocking pre-close gates, then a numbered protocol) with explicit validation checkpoints ('On any hard fail -> HALT') and a post-phase verification checklist.

3 / 3

Progressive Disclosure

This is a short, single-purpose skill under 50 lines with no bundle files; it references one task file one level deep as the clearly-signaled 'Task SOT' and is organized into clean sections, satisfying the simple-skill scoring note.

3 / 3

Total

11

/

12

Passed

Description

90%

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 complete, with an explicit 'Use when:' trigger clause and a distinctive, well-scoped niche. Its only weakness is specificity: the core action is stated generically as 'Finalize bookkeeping' without listing the concrete administrative actions it performs.

DimensionReasoningScore

Specificity

Names the domain ('Finalize bookkeeping for a story already completed by QA') and a concrete constraint ('Never changes lifecycle status'), but does not enumerate the specific bookkeeping actions (epic index, closure metadata) which live in the body rather than the description.

2 / 3

Completeness

It explicitly answers both what (finalize bookkeeping for a QA-completed story; never change lifecycle status) and when, via an explicit 'Use when:' clause with concrete triggers.

3 / 3

Trigger Term Quality

The 'Use when:' clause lists natural invocation forms a user would actually say or type ('close story, *close-story, story Done, /close-story'), covering slash-command and glob-prefixed variations.

3 / 3

Distinctiveness Conflict Risk

The niche is specific (closing stories already marked Done by QA) with a distinctive constraint and unique triggers like '/close-story' and '*close-story', making overlap with unrelated skills unlikely.

3 / 3

Total

11

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
SynkraAI/aiox-core
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.