language-audit skillA
language-audit is agent-read markdown (skill) from irata/claudecode: Audit a Joomla extension's language constants — missing, unused, malformed, duplicated and untranslated — including the messages Joomla builds implicitly from $text_prefix.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Language Audit
Cross-reference the language constants an extension's code uses against the constants its
`.ini` files define. Run it directly with `/language-audit`. `joomla-code-reviewer` and
`joomla-language-manager` run the same script as part of their own work, so all three produce
the same answer.
## Why a Script, Not a Read-Through
The defects this finds are invisible by eye, because Joomla renders an undefined constant as
its raw key rather than raising an error, and several keys are never written in the
extension's source at all:
- **Implied keys.** `AdminController` builds `{text_prefix}_N_ITEMS_PUBLISHED`, `_UNPUBLISHED`,
`_ARCHIVED`, `_TRASHED`, `_DELETED` and `_N_ITEMS_CHECKED_IN` itself. Add a Check-in button
and nothing in the extension names `COM_X_N_ITEMS_CHECKED_IN`. The success message then reads
`COM_X_N_ITEMS_CHECKED_IN`, as it did in `com_authenhanced` 1.3.1.
- **Lines Joomla silently drops.** A bare `COM_X_KEY` with no `="value"`, an odd number of
quotes, or a reserved word as a key fails `Language::debugFile()`'s checks. The key is then
undefined even though it is visibly in the file.
…Read the whole file at its exact version.
How to install
mdr add irata/claudecode/language-audit@git:20260917.74f5037mdr add irata/claudecode/language-audit@sha256:77a8544af8af8d2ePin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_cizknrpqweq4qxax)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4801 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
irata/claudecode · 23 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_cizknrpqweq4qxax GET https://markdownregistry.com/api/v1/resolve?ref=irata/claudecode/language-audit GET https://markdownregistry.com/api/v1/blob/77a8544af8af8d2ea2e997d3316d9878ff4c70012379b3cce901da96ce018c82
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from irata/claudecode
Every file in irata/claudecode