qml-authoring

Author and review QML quiz markdown files adhering to parser contract specifications.

7|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/servforce/md-quiz --skill qml-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qml-authoring
Source: https://github.com/servforce/md-quiz/tree/main/skills/qml-authoring
Command: npx skills add https://github.com/servforce/md-quiz --skill qml-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for precise authoring, reviewing, and documenting QML quiz markdown, ensuring consistency with the active QML parser contract.

Core Features & Use Cases

  • QML Markdown Authoring: Supports creating and editing QML quiz markdown files with structured data and formatting.
  • Review and Documentation: Facilitates code reviews and documentation for QML quiz markdown, ensuring adherence to the QML parser contract.
  • Use Case: When working on a quiz project, use this Skill to write or update quiz.md files, maintain traits, and ensure QML grammar and parser behavior are consistent.

Quick Start

Use the qml-authoring skill to review the QML markdown file 'common-ability-2025/quiz.md'.

Frequently Asked Questions about qml-authoring

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

FAQPage Schema
How do I author QML quiz markdown files to ensure they pass parser contract validation?

To author QML quiz markdown effectively, you must follow specific guidelines for structuring question headers, scoring rules, and traits to ensure strict adherence to the active QML parser contract. This precision prevents parsing errors during quiz development.

What is the best way to review QML markdown for quiz development consistency?

The best way to review QML markdown is to evaluate the file's question headers, scoring configurations, and trait maintenance against the active QML parser contract. This ensures grammar and parser behavior remain consistent throughout the project.

How does the QML parser contract affect quiz markdown formatting?

The QML parser contract dictates the required structure for quiz markdown formatting, specifically governing how question headers and scoring data are written. Adhering to this contract ensures your markdown files are parsed correctly without behavioral inconsistencies.

Can I use this approach to update existing traits in a quiz.md file?

Yes, you can use these QML markdown authoring guidelines to update and maintain traits within an existing quiz.md file. The process ensures that any edits to structured data and formatting remain fully compliant with the QML parser contract.

What do I need to know before writing QML quiz markdown?

Before writing QML quiz markdown, you need familiarity with QML syntax, parser behavior, and the active parser contract. This prerequisite knowledge is essential for correctly defining question headers, scoring rules, and traits during quiz creation.

Why does my QML quiz markdown fail code review?

QML quiz markdown often fails code review due to inconsistencies with the active parser contract, such as improperly formatted question headers or incorrect scoring configurations. Reviewing the file against parser behavior guidelines identifies and resolves these structural violations.