| name | anclora-text-quality-guardian |
| description | Audit Anclora repositories, new apps, features, landing pages, locale files, documentation, prompts, marketing copy, metadata, schema.org, SEO, GEO and AEO readiness for text quality. Use when Codex, Claude Code, Gemini CLI or Hermes must proofread, humanize, localize, validate claims, or run the Anclora text quality gate before closing work. |
Anclora Text Quality Guardian
Purpose
Use this skill to run the Anclora text quality gate across product copy, i18n, documentation and public positioning surfaces.
The canonical contracts live in the Boveda:
contracts/logic/ANCLORA_TEXT_QUALITY_CONTRACT.md
contracts/logic/LOCALIZATION_CONTRACT.md
contracts/logic/HERMES_COPY_CURATOR_CONTRACT.md
contracts/core/ANCLORA_BRAND_IDENTITY_AND_SEO_GEO_CONTRACT.md
Default Workflow
- Identify changed files or scan the repo.
- Classify surfaces: UI copy, locale files, docs, public landing, metadata, schema, prompts, legal/sensitive copy.
- Run the deterministic audit script:
python skills/anclora-text-quality-guardian/scripts/anclora_text_quality_audit.py --repo .
- For CI or stricter pre-release checks:
python skills/anclora-text-quality-guardian/scripts/anclora_text_quality_audit.py --repo . --strict-warnings
- Review the report:
PASS: safe from this gate.
PASS_WITH_WARNINGS: acceptable only with documented human acknowledgement.
FAIL: do not close the task until corrected or explicitly approved.
Gate Order
Always evaluate in this order:
- Orthography and grammar.
- Semantic consistency.
- Humanization and removal of AI-isms.
- i18n/localization and placeholders.
- Claims, brand, disclaimers and sensitive domains.
- SEO basics.
- GEO clarity for LLM representation.
- AEO readiness for direct answers and conversational search.
Protected Content
Do not rewrite these automatically:
- Legal text, privacy, cookies, terms, contracts, disclaimers.
- Claims about savings, certification, compliance, real estate, energy, tax, employment or legal outcomes.
- Routes, env vars, JSON keys, placeholders, interpolation tokens and code identifiers.
Use suggest or ask for human review instead.
References
Read references/gate-checklist.md when you need the detailed checklist or need to explain the PASS/WARN/FAIL criteria.