一键导入
forge-i18n
Find locale, translation, formatting, expansion, fallback, and bidirectional-layout defects. Use for localized or locale-sensitive products.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Find locale, translation, formatting, expansion, fallback, and bidirectional-layout defects. Use for localized or locale-sensitive products.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Own the full feature lifecycle (frame, plan, implement, check, done, resume, accept-risk, abandon) with CLI-enforced statuses. Use for building, continuing, or shipping a specific feature in build mode.
Audit, fix, verify, and report on production full-stack applications using evidence-backed checks across architecture, code, UX, accessibility, APIs, identity, security, data, operations, specialized features, and release readiness. Use for repository audits, feature completion reviews, hardening, remediation, or pre-release verification.
Audit, fix, verify, and report on production full-stack applications using evidence-backed checks across architecture, code, UX, accessibility, APIs, identity, security, data, operations, specialized features, and release readiness. Use for repository audits, feature completion reviews, hardening, remediation, or pre-release verification.
Guide the new-project foundation workflow that frames product, users, business rules, risk class, stack rationale, non-goals, design direction, and an initial feature list. Use for starting a new product or codebase in build mode.
Audit conformance with WCAG 2.2 AA using automated evidence plus keyboard and assistive-technology reasoning. Use for any user or operator interface.
Audit model boundaries, prompt injection, tool authority, data handling, output validation, evaluation, fallback, and cost. Use for llm, embedding, classifier, agent, retrieval, or generative-media features.
| name | forge-i18n |
| description | Find locale, translation, formatting, expansion, fallback, and bidirectional-layout defects. Use for localized or locale-sensitive products. |
Find locale, translation, formatting, expansion, fallback, and bidirectional-layout defects.
Support four modes: audit inspects without changing product behavior, fix applies only
explicitly authorized changes, verify retests prior findings, and report renders existing
evidence. If no mode is supplied, use audit.
Use this module when a request names forge-i18n, asks about internationalization, or
discovery finds an applicable boundary. Run it from the repository root after project discovery.
Do not silently skip it. Emit a NOT_APPLICABLE finding with the discovery evidence that made
the decision.
Prefer .forge/project-profile.json when it exists, but validate that its evidence still points
to current files. Read ../fullstack-forge/references/PROTOCOL.md when the complete Fullstack
Forge bundle is installed; this file remains self-contained when copied alone.
NOT_VERIFIED.fix mode, separate safe fixes from approval-required changes before editing; in verify mode, reproduce the original condition and update status without erasing earlier evidence.Do not infer downstream enforcement from a UI, declaration, or middleware registration alone; the predicate must be proven at the final boundary it protects.
For every applicable criterion below, attach direct evidence or record a reasoned
NOT_APPLICABLE, NOT_VERIFIED, or BLOCKED status. The list is a routing checklist, not
evidence by itself.
forge i18n audit --json or fullstack-forge i18n audit --json when
the CLI is installed.NOT_VERIFIED for missing production, provider, browser, database, or operator evidence.PASS needs affirmative direct evidence; absence of an obvious defect is not a pass.Use IDs FF-I18N-001, FF-I18N-002, and so on. Preserve an ID across
verification and report formats.
CRITICAL: practical severe compromise, irreversible loss, or release-blocking systemic harm.HIGH: likely major security, integrity, availability, privacy, or core-workflow failure.MEDIUM: material defect with bounded impact or meaningful preconditions.LOW: localized robustness, maintainability, or user-impact defect.INFO: verified context or improvement with no current defect.Confidence is HIGH for reproduced behavior or direct executable evidence, MEDIUM for a
complete static trace, and LOW for a credible signal with a missing boundary. Severity and
confidence are independent.
Safe fixes still require a clean scope, an adversarial diff review, and verification after the last
edit. Never broaden --safe into an architectural or policy decision.
Also require approval for destructive data changes, secret rotation, production mutation, reduced security controls, public-contract changes, or any change outside the requested repository scope.
Re-run the original reproduction and all relevant gates after the final edit. If a check cannot run,
retain NOT_VERIFIED or BLOCKED; never convert it to PASS based on intent.
Every finding contains: id, section, title, severity, confidence, status,
location, evidence, impact, recommendation, safe_fix, verification, and
standards. Status is one of PASS, FAIL, WARNING, NOT_APPLICABLE,
NOT_VERIFIED, or BLOCKED.
Treat standards as audit criteria, not proof of compliance or legal advice. Record the version or retrieval date for time-sensitive guidance.
Adapt filenames and commands to detected evidence. Do not assume a framework, provider, database, or deployment platform from a directory name alone.
Never declare a feature complete merely because code was written. A task is complete only when:
Never hide failed checks or claim that an operation ran when it did not.