Home / irata / claudecode · skills/joomla/language-audit/SKILL.md · GitHub

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

Latest version
mdr add irata/claudecode/language-audit@git:20260917.74f5037
Exact content
mdr add irata/claudecode/language-audit@sha256:77a8544af8af8d2e

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_cizknrpqweq4qxax.svg)](https://markdownregistry.com/a/art_cizknrpqweq4qxax)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260917.74f5037 latest2026-09-17 74f5037 4,801 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

CLAUDE.md claude
irata/claudecode · CLAUDE.md
git:20260917.17858d3 · audit A · 23 stars
conversation-log skill
irata/claudecode · skills/conversation-log/SKILL.md · Record prompts and responses from the current Claude Code session into a structured conversation log
git:20260419.d276dfa · audit A · 23 stars
version-bump skill
irata/claudecode · skills/joomla/version-bump/SKILL.md · Bump the V.R.M version across the manifest XML and SQL update file for any Joomla extension project, verifying the…
git:20260916.bdaa322 · audit A · 23 stars
pr-summary skill
irata/claudecode · skills/pr-summary/SKILL.md · Summarise the commits on the current branch and write a markdown file suitable for pasting into a Pull Request…
git:20260626.0eb2a33 · audit A · 23 stars
rebuild-includes skill
irata/claudecode · skills/rebuild-includes/SKILL.md · Regenerate the dynamic include files (available-agents.md and available-skills.md) by scanning agent and skill…
git:20260419.560e13d · audit A · 23 stars
ship skill
irata/claudecode · skills/ship/SKILL.md · Commit the working tree as scoped per-extension Conventional Commits, then merge to main, delete the branch and push
git:20260917.17858d3 · audit A · 23 stars
work-log skill
irata/claudecode · skills/work-log/SKILL.md · Scan the repository for file modifications and append structured daily entries to the project work log
git:20260626.0eb2a33 · audit A · 23 stars

Every file in irata/claudecode

Other files named language-audit

language-audit skill
indranilbanerjee/digital-marketing-pro · skills/language-audit/SKILL.md · Audit multilingual integrity across every language version of a site or content set — hreflang implementation, content…
git:20260812.b624042 · audit A · 833 stars

Browse by kind, by grade A, or by owner.