More screenshots
Works with the AI tools you already use
🌐 i18n Completeness Auditor
Maintain Internationalization Quality with Ease Ensuring your application is fully localized is a tedious task for any developer.
Secure checkout via Stripe
See it in action
You say
Audit my React app's frontend folder for any missing translations or hardcoded text in the components.
Your agent does
i18n Audit Results
Rule: Hardcoded-Strings
src/components/Header.tsx:14: "Welcome to the Dashboard"src/components/Footer.tsx:42: "All rights reserved"
Rule: Missing-Keys
src/pages/Settings.tsx:22: Keysettings.account.delete_confirmnot found inen.json.
What you get
About this skill
Maintain Internationalization Quality with Ease
Ensuring your application is fully localized is a tedious task for any developer. The i18n Completeness Auditor automates the hunt for hardcoded UI strings, missing translation keys, and orphaned entries across your codebase, saving you hours of manual grep-work and UI testing.
What it does
The skill scans your JavaScript and TypeScript source files (JS, JSX, TS, TSX) alongside your locale JSON files. It identifies four critical issues:
- Hardcoded Strings: User-facing text not wrapped in translation helpers.
- Missing Keys: Keys called in your code that don't exist in your locale files.
- Orphaned Keys: Translated strings that are no longer used anywhere in the code.
- Raw-Key Leakage: Heuristics for where keys might be displayed as raw strings to users.
Why use this skill?
Unlike basic string searching, this skill uses specific patterns to distinguish between code logic and UI text. It provides a structured audit report with file and line evidence, helping you achieve 100% translation coverage before a release. It works purely via file analysis, meaning no heavy build tools or external API dependencies are required.
Supported Tech
Supports modern frontend stacks including React, Vue, and Angular using standard i18n patterns. Optimized for JSON-based locale management.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Popular in Code Review
Auto Code Reviewer
Three-pass automated code review that catches error handling gaps, structural issues, and naming problems — then auto-fixes everything before code reaches the user.

🧪 AI Build Sanity Check
Check an AI-built app for work that looks finished but is not: leftover TODOs and stubs, fake or mock data returned as real, errors quietly swallowed, placeholder content, and endpoints that fake success. Read-only, every finding explained in plain English for non-coders.
i18n-auditor
Automated audit of codebases for hardcoded strings, missing translation keys, and RTL/locale formatting gaps.
react-hooks-auditor
Professional audit tool to detect and fix React hooks anti-patterns, stale closures, and performance bottlenecks.