terminology-review

Detect terminology variations against a ubiquitous-language document and generate a remediation checklist.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill terminology-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: terminology-review
Source: https://github.com/sugar-cat7/ai-avatar-interview/tree/main/.agent/skills/terminology-review
Command: npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill terminology-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Terminology Review helps ensure consistent terminology across UI text, code comments, and product documentation by detecting and flagging variations from a canonical ubiquitous language.

Core Features & Use Cases

  • Checks for inconsistent terms against a canonical ubiquitous-language document.
  • Generates a per-file remediation checklist to align naming across UI, code, and docs.
  • Use Case: A product team audits a release to fix term drift in labels, prompts, and help text.

Quick Start

Run terminology-review on your codebase to detect and fix terminology inconsistencies across UI, code, and documentation.

Frequently Asked Questions about terminology-review

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

FAQPage Schema
How do I check for inconsistent terminology across UI text and documentation?▼

To check for inconsistent terminology across UI text and documentation, you compare source files against a canonical ubiquitous-language document to detect and flag term variations for correction.

What is a ubiquitous-language document and when do I need it for a terminology review?▼

A ubiquitous-language document defines canonical terms for a software project. You need it for a terminology review when detecting and correcting term variations in UI strings, code comments, and product docs to ensure consistency.

How do I enforce consistent terminology in code comments and UI strings?▼

To enforce consistent terminology in code comments and UI strings, run a terminology review on your codebase to parse source files, compare them against your canonical vocabulary, and generate a per-file remediation checklist.

Can I audit product documentation for term drift before a release?▼

Yes, you can audit product documentation for term drift before a release. A terminology review detects variations in labels, prompts, and help text, generating a remediation checklist to align naming across UI, code, and docs.

What's the best way to fix terminology variations across UI, code, and docs?▼

The best way to fix terminology variations across UI, code, and docs is to run an automated terminology review that parses your source files, compares them against a ubiquitous-language document, and outputs a per-file remediation checklist.

Does terminology review work without a pre-defined ubiquitous-language document?▼

No, a terminology review requires a pre-defined ubiquitous-language document to serve as the canonical reference. Without it, the tool cannot detect term variations or generate a remediation checklist to align your UI text and documentation.