Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: chkim-su-forge-editor-comprehensive-validation3description: ---4---5---6name: comprehensive-validation7description: Language, style, and comment quality guidelines for plugin content8category: quality9tools: []10---1112# Comprehensive Validation1314Guidelines for content quality: language usage, emoji placement, and comment hygiene.1516## Core Principle1718**English for LLM consumption, localized text only for user-facing output.**1920## When to Use2122- Before `plugin_publish` workflow23- When W037 (Korean) or W038 (emoji) warnings appear24- Reviewing documentation quality25- Cleaning up debug artifacts2627## Quick Reference2829| Content Type | Rule | Example |30|--------------|------|---------|31| Skill/Agent descriptions | English only | `description: "Analyze code quality"` |32| Code comments | English only | `# Check file existence` |33| CLI output (print/console.log) | OK to localize | `print("Success")` or `print("OK")` |34| Error messages in exceptions | English preferred | `raise ValueError("Invalid input")` |35| Frontmatter fields | English only | Never use emoji/Korean in YAML |36| Markdown headers | English preferred | `## Process` not `## 프로세스` |3738## Validation Codes3940| Code | Check | Enforcement |41|------|-------|-------------|42| W037 | Korean in non-localized content | Warning (BLOCKING for publish) |43| W038 | Emoji in inappropriate locations | Warning (BLOCKING for publish) |4445## Enforcement Levels4647| Workflow | W037/W038 |48|----------|-----------|49| `skill_creation` | WARNING |50| `agent_creation` | WARNING |51| `command_creation` | WARNING |52| `plugin_publish` | **BLOCKING** |53| `quick_fix` | WARNING |54| `analyze_only` | WARNING |5556## Cleanup Commands5758```bash59# Run validation to detect issues60python3 scripts/validate_all.py . --content-quality6162# Detailed semantic analysis (uses content-quality-analyzer agent)63# Requires Task tool invocation with form-selection-auditor64```6566## References6768- `references/language-guidelines.md` - When Korean vs English69- `references/style-guidelines.md` - Emoji and formatting rules70- `references/comment-hygiene.md` - TODO/FIXME/debug code rules7172---73> Converted and distributed by [TomeVault](https://tomevault.io/claim/chkim-su) — claim your Tome and manage your conversions.74<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/chkim-su-forge-editor-comprehensive-validation in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.