Help us improve
Share bugs, ideas, or general feedback.
From quorum
Validates i18n locale key parity across languages, detects hardcoded UI strings in JSX components via language-specific regex, and identifies unused locale keys. Scans project directories.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/consensus-tools/i18n-validateThe summary Claude sees when deciding whether to delegate to this agent
Validate i18n locale key parity and detect hardcoded UI strings. Uses `i18nHardcodedRe` from each language spec. | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--path` | string | — | Project root to scan (default: cwd) | ```bash quorum tool i18n_validate --path src/ ``` - Missing locale keys across language files (EN has key, KO doesn't) - Hardcoded UI st...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Validate i18n locale key parity and detect hardcoded UI strings. Uses i18nHardcodedRe from each language spec.
| Param | Type | Required | Description |
|---|---|---|---|
--path | string | — | Project root to scan (default: cwd) |
quorum tool i18n_validate --path src/
i18nHardcodedRe)