qwenvoice-doc-sync

Sync repository documentation with the actual codebase.

350|30|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/PowerBeef/QwenVoice --skill qwenvoice-doc-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwenvoice-doc-sync
Source: https://github.com/PowerBeef/QwenVoice/tree/main/.agents/skills/qwenvoice-doc-sync
Command: npx skills add https://github.com/PowerBeef/QwenVoice --skill qwenvoice-doc-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs repository documentation with the actual codebase to prevent stale or inaccurate guidance.

Core Features & Use Cases

  • Verifies and aligns READMEs, AGENTS.md, and docs/reference/current-state.md with Sources/, project.yml, and scripts.
  • Updates release notes and contributor docs to reflect the latest repository facts and artifact names.
  • Use Case: When a workflow or packaging changes, run this to ensure docs reflect the current state.

Quick Start

Run this skill after a workflow, packaging, or version change to refresh all docs against the current repo state.

Frequently Asked Questions about qwenvoice-doc-sync

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

FAQPage Schema
How do I keep repository documentation in sync with code changes?

Verifying documentation factual consistency involves checking commands, links, artifact names, and version claims against repository sources. This process ensures guides like AGENTS.md and current-state.md match the actual codebase.

When do I need to update release notes and contributor docs?

You need to update release notes and contributor docs whenever workflows, packaging, versions, or behavior changes occur. Running a sync process refreshes these files to reflect the latest repository facts and artifact names accurately.

How do I validate version claims and commands against repository sources?

Validating version claims and commands involves cross-referencing documentation against Sources/, project.yml, and scripts. This factual consistency check prevents stale or inaccurate guidance from reaching users.

Can I verify AGENTS.md and READMEs against project.yml and scripts?

Yes, you can verify and align AGENTS.md, READMEs, and docs/reference/current-state.md against project.yml and scripts. This ensures all repository documentation matches the actual codebase behavior and configuration.

What are the limitations of manual docs-sync for preventing stale guidance?

Manual docs-sync can miss inaccurate guidance in complex repositories when multiple files like release notes and reference docs require verification. Automated validation against Sources/ ensures factual consistency across all documentation.