Sync Pensieve's Chinese development/release branch into the English main branch. Use in the Pensieve repository when the user asks to sync zh or experimental to main, publish the English branch, translate Pensieve README/tool specs/templates/SKILL.md, or run the zh-to-main release flow. Do not use for ordinary project localization or generic i18n.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use only inside the Pensieve repository itself.
This skill syncs changes from experimental or zh into main, preserves contributor history, and ensures main remains the English release branch. This is a maintainer release flow, not a default pipeline that should be seeded into every Pensieve user project.
main must remain English-only and release-grade.experimental: development branchzh: Chinese release branchmain: English release branchDefault source branch is zh unless the user explicitly specifies experimental. Default remote is kingkongshot.
Chinese content in these files must be translated into English:
README.mdSKILL.md.src/references/*.md.src/tools/*.md.src/templates/**/*.mdThese files are synced directly by default; translate only if user-visible Chinese appears on the English branch:
git branch --show-current
git status --short
git remote -vgit fetch kingkongshot
git diff --stat main..kingkongshot/<source-branch>main:
git checkout main
git pull kingkongshot main
git checkout -b sync/zh-to-main-<date>[-topic]git merge kingkongshot/<source-branch> -X theirs --no-editgit checkout kingkongshot/<source-branch> -- <file>Rules:
git clone -b main, not git clone -b zh.Validation:
rg -n --pcre2 '\p{Han}' README.md SKILL.md .src docsAfter translation, results may only include intentionally retained Chinese, such as language-switch links or bilingual regexes.
git diff --checkgit add -A
git commit -m "translate: sync <source-branch> to main"git push kingkongshot sync/zh-to-main-<date>[-topic]
gh pr create --repo kingkongshot/Pensieve --base main --head sync/zh-to-main-<date>[-topic]kingkongshot/main, then retry.8731f61
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.