Qt
Official@qt
Official mirror of the qt-project.org Git repositories
Agent Skills by Qt
Showing 14 vetted skills indexed across 1 GitHub repositories.
skill-all-docs
Map Qt documentation products, modules, repository structure, and API patterns.
skill-linking-check
Detect and fix broken documentation links in QDoc references.
skill-vale-qdoc
Route QDoc-annotated C++ and QML files through Vale linting with scopes and code block exclusions.
skill-language-style
Codify Qt documentation language, grammar, and style guidelines for C++ and QML.
skill-doc-diff
Automate Qt Doc Team diff reviews with a structured template.
skill-vale
Diagnose Vale configuration, StylesPath, and lint rule loading issues.
skill-line-wrap
Enforce 80-column wrapping for Qt documentation and code samples.
skill-qdoc
Enforce canonical QDoc structure and frontmatter conformance for documentation topics.
skill-doc-audit
Define a structured template for documenting documentation audit findings.
skill-vale-qdoc-lint
Lint QDoc, QML, and C++ doc-comments with a patched Vale binary.
skill-cross-product-check
Identify cross-product documentation breakages from Qt module changes.
skill-qdoc-output
Generate HTML filenames for QDoc documentation node types using documented patterns.
skill-alttext
Create accessible alt text for images in Qt documentation.
skill-module-export
Document Qt export and QML registration macros for API visibility.
Frequently Asked Questions About Qt
FAQPage SchemaWhat specific technical tasks are enabled by these documentation skills?▼
These skills enable the systematic validation of QDoc structures, enforcement of 80-column line wrapping, and detection of broken cross-product references. They facilitate the generation of HTML filenames from documentation nodes and ensure accessibility compliance through the generation of alt text for technical imagery within C++ and QML projects.
Which personas benefit from implementing these documentation standards?▼
Technical writers, documentation engineers, and C++ developers working within the Qt ecosystem benefit from these skills. They are designed for teams managing large-scale repository documentation who require automated enforcement of style guides, grammar standards, and structural integrity across complex module-based technical content.
What are the prerequisites for running these documentation linting and audit processes?▼
Implementation requires a local environment configured with the Qt project repository structure and a compatible Vale binary. Users must ensure their project utilizes QDoc for documentation generation and that C++ or QML files contain the necessary doc-comments to be processed by the linting and audit modules.