一键导入
revise-entries
Checklist for revising existing je-dict-1 entries to v2 quality standards. Use when improving existing entries rather than creating new ones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Checklist for revising existing je-dict-1 entries to v2 quality standards. Use when improving existing entries rather than creating new ones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
General quality standards for all je-dict-1 dictionary entries. Use when creating or revising any entry type.
Requirements for creating or revising adjective entries in je-dict-1. Covers forms, conjugations, predicate vs modifier usage, and similar word distinctions.
Requirements for creating and revising example sentences in je-dict-1. Covers minimum counts, progressive length, vocabulary restrictions by tier, and quality standards.
Requirements for creating nouns, counters, adverbs, and expressions in je-dict-1. Covers collocations, counting patterns, register, and cultural notes.
Requirements for creating or revising verb entries in je-dict-1. Covers transitivity, aspect/ている behavior, particle patterns, and collocations.
Requirements for formatting and structuring the notes field in je-dict-1 entries. Covers formatting, content organization, and readability standards.
| name | revise-entries |
| description | Checklist for revising existing je-dict-1 entries to v2 quality standards. Use when improving existing entries rather than creating new ones. |
Use this checklist when revising existing entries to bring them up to the v2 specification standards.
python3 build/verify_furigana.py <entry_id> shows "✓ OK"- for lists of 2+ itemsCOMMON PATTERNS:, TRANSITIVITY:See the vocabulary-notes skill for complete formatting guidelines.
conjugation field if missing (run python3 build/add_conjugations.py)See example-sentences skill for complete guidelines.
conjugation field if missing (run python3 build/add_adjective_conjugations.py)When adding notes, consider adding callout boxes for common mistakes:
LEARNER PITFALL:
{知|し}る = learning a fact for the first time
{知|し}っている = already knowing
→ Use {知|し}っている for "I know"
High-value pitfall topics:
Based on evaluation findings, prioritize these entry categories:
IMPORTANT: When revising an entry, update the modified timestamp to the current UTC time.
Run this command to get the correct timestamp:
python3 build/get_timestamp.py
Then update only the modified field (keep created unchanged):
"metadata": {
"created": "2026-01-05T08:30:00Z", // Keep original
"modified": "2026-01-12T10:52:00Z", // Update to current UTC
...
}
This ensures the entry appears in the "Recent" page with the correct revision date.
After revising entries, run these commands:
python3 build/validate.py # Validate all entries
python3 build/verify_furigana.py <entry_ids...> # Verify furigana coverage
python3 build/add_conjugations.py # Add conjugation to any verbs missing it
python3 build/add_adjective_conjugations.py # Add conjugation to any i-adjectives missing it
python3 build/update_indexes.py # Update indexes
python3 build/build_flat.py # Rebuild website (REQUIRED for GitHub Pages)
git add entries/ docs/ *.json PROJECT_STATUS.md
git commit -m "Revise entries to v2 standards"
git push
The build_flat.py step is critical - without it, changes won't appear on the live site.
Check for:
python3 build/verify_furigana.py to confirm