一键导入
documentation
Canonical documentation capability for audit, drift, validate, and author modes in hve-core.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Canonical documentation capability for audit, drift, validate, and author modes in hve-core.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Text-to-speech voice-over generation from YAML speaker notes using Azure Speech SDK with SSML pronunciation control
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling
Authors Vally conformance tests for prompts, instructions, agents, and skills, including refusals for jailbreak, prompt-injection, harmful-elicitation, TOS, CoC, and PII-extraction stimuli
Manage GitLab merge requests and pipelines with a Python CLI
Jira issue workflows for search, issue updates, transitions, comments, and field discovery via the Jira REST API. Use when you need to search with JQL, inspect an issue, create or update work items, move an issue between statuses, post comments, or discover required fields for issue creation.
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, and the Accessibility Planner workflow.
| name | documentation |
| description | Canonical documentation capability for audit, drift, validate, and author modes in hve-core. |
This skill provides the shared documentation capability used by the Documentation agent. It centralizes the durable knowledge for audit, drift, validate, and author flows in a single package so thin wrappers can load mode-specific guidance instead of embedding capability prose inline.
The Documentation agent should load the relevant skill sections by mode:
| Mode | Primary load targets | Notes |
|---|---|---|
audit | references/conventions.md, references/coverage-method.md, references/validation-toolchain.md, references/content-sensitivity.md | Replaces the former Doc Ops workflow with a skill-driven audit loop. |
drift | references/conventions.md, references/code-doc-mapping.md, references/content-sensitivity.md | Uses the repo-local mapping table and drift heuristics. |
validate | references/validation-toolchain.md, references/accessibility-checks.md, references/content-sensitivity.md, references/rai-guardrails.md | Runs docs validation and escalates formal review when needed. |
author | templates/guide.md, templates/reference.md, references/conventions.md, references/accessibility-checks.md, references/content-sensitivity.md, references/rai-guardrails.md | Produces narrative or reference docs with the repository's documented conventions. |
This skill does not author ADRs, BRDs, PRDs, or other planning artifacts. It also does not embed accessibility, RAI, or security standards logic inline; it points to the dedicated reference files and routes formal assessment to the appropriate planner when the scenario requires it.
Write session state to .copilot-tracking/documentation/ using a
{{YYYY-MM-DD}}-session.md file for the run, following the standard session file conventions.
references/conventions.md — Synthesis of the repository's markdown, writing-style,
and Docusaurus conventions.references/code-doc-mapping.md — Code-to-documentation mapping table and drift heuristics.references/coverage-method.md — Gap and coverage analysis method for audit mode.references/validation-toolchain.md — Validation command catalog and result interpretation.references/accessibility-checks.md — Inline documentation checks and handoff triggers.references/content-sensitivity.md — Pre-publish PII, secrets, confidentiality, and
AI-disclosure checks.references/rai-guardrails.md — Injection-boundary, attribution, human-review, and
disclaimer guidance.templates/guide.md — Structure template for narrative guides and how-to pages.templates/reference.md — Structure template for reference and API-style documentation.