dify-docs-terminology-check

Audit Dify documentation terminology against glossary and UI labels.

175|388|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/langgenius/dify-docs --skill dify-docs-terminology-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dify-docs-terminology-check
Source: https://github.com/langgenius/dify-docs/tree/main/.claude/skills/dify-docs-terminology-check
Command: npx skills add https://github.com/langgenius/dify-docs --skill dify-docs-terminology-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps documentation teams find inconsistent terminology across Dify docs before publication by checking written terms against the product UI labels in the codebase and the official glossary.

Core Features & Use Cases

  • Glossary Verification: Reviews English, Chinese, and Japanese documentation for mismatches with approved glossary terms.
  • UI Label Validation: Checks bolded UI terms and feature headings against the Dify codebase i18n files, treating product labels as the source of truth.
  • Glossary Gap Reporting: Identifies missing, outdated, or renamed terms that should be added to or updated in the glossary.
  • Use Case: Ideal for final doc QA on feature guides, workflow pages, or translated content where wording must stay aligned with the live product interface.

Quick Start

Ask the skill to audit terminology in the current documentation file and compare it against the target Dify codebase branch.

Frequently Asked Questions about dify-docs-terminology-check

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

FAQPage Schema
How do I check documentation terminology against UI labels and a glossary?

Terminology drift happens when documentation terms fall out of sync with product UI labels. You can catch terminology drift by running a full-file audit that compares doc content against the official glossary and codebase i18n sources, ensuring wording stays aligned with the live interface.

Can I validate translated documentation for terminology consistency?

Yes, translation validation supports English, Chinese, and Japanese documentation. The audit compares translated content against approved glossary terms and product UI labels to ensure wording remains consistent across localized feature guides.

What is the best way to find missing or outdated terms in a glossary?

The best way to find missing or outdated terms is to perform a glossary gap reporting audit. This process reviews documentation content against the source of truth in the codebase, identifying missing, outdated, or renamed terms that require glossary updates.

Does the terminology audit cover environment variable documentation?

No, the terminology audit explicitly excludes environment variable documentation. It focuses on verifying glossary terms, bolded UI elements, and feature headings in standard documentation files rather than environment configuration guides.

How do I audit docs against a specific Dify codebase branch?

You can audit docs against a specific Dify codebase branch by running a branch-specific terminology check. This compares the documentation's bolded UI terms and feature headings against the i18n sources checked out from the target branch.