validate-story-draft

Delegates story draft validation to the aiox-validate-story-draft skill workflow.

3.1k|952|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SynkraAI/aios-core --skill validate-story-draft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-story-draft
Source: https://github.com/SynkraAI/aios-core/tree/main/.grok/skills/validate-story-draft
Command: npx skills add https://github.com/SynkraAI/aios-core --skill validate-story-draft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users who type the short command /validate-story-draft need a quick way to reach the full AIOX story draft validation workflow without remembering the longer aiox-prefixed skill name.

Core Features & Use Cases

  • Command Alias: Maps the short /validate-story-draft invocation directly to the canonical /aiox-validate-story-draft skill.
  • Single Source of Truth: Loads and follows the aliased skill's SKILL.md exactly, avoiding duplicated or divergent workflows.
  • Recovery Path: Instructs regeneration via npm run sync:skills:grok when the target skill file is missing.
  • Use Case: A developer reviewing a user story draft in a Grok-based environment types /validate-story-draft and is routed to the full AIOX validation procedure.

Quick Start

Run /validate-story-draft to validate the current story draft using the AIOX validation workflow.

Frequently Asked Questions about validate-story-draft

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a story draft with a short command?

Run /validate-story-draft in your Grok environment. The alias loads and follows the full aiox-validate-story-draft skill, so you get the complete validation workflow without typing the longer command name.

What is the difference between validate-story-draft and aiox-validate-story-draft?

validate-story-draft is only a short alias with no logic of its own. It delegates entirely to aiox-validate-story-draft, which contains the actual validation instructions and remains the source of truth.

What happens if the aiox-validate-story-draft skill file is missing?

The alias instructs you to regenerate it by running npm run sync:skills:grok. This sync command restores the canonical skill file so the alias can load and follow it again.

Can I customize the validation workflow inside the alias skill?

No. The alias explicitly forbids inventing a parallel workflow. Any changes to validation behavior must be made in the aiox-validate-story-draft skill, which the alias follows exactly.