zhanlincui/github-release-assistant
Generate bilingual GitHub release documentation (README.md + README.zh.md) from repo metadata and user input, and guide release prep with git add/commit/push. Use when the user asks to write or polish README files, create bilingual docs, prepare a GitHub release, or mentions release assistant/README generation.
npx skills add https://github.com/ZhanlinCui/Agent-Skills-Hunter --skill github-release-assistant
Generate polished README files in English and Chinese using repo facts plus a small config file, following a concise “Redmax-style” layout. Produce README.md + README.zh.md, then optionally guide a clean git commit and push.
config.json, README.md, PROJECT_STRUCTURE.md, requirements*.txt, and docs/.release_assistant.json (see assets/release_config.example.json).release_assistant.json in the repo root (optional but recommended).python3 /Users/cuizhanlin/.codex/skills/github-release-assistant/scripts/generate_release_readme.py --project-root <repo> --language both --overwrite
README.md and README.zh.md.git status and git diff to show changes.git add, git commit, and git push.docs: add bilingual README), and wait for approval.scripts/generate_release_readme.py.assets/readme_template_en.md, assets/readme_template_zh.md.assets/release_config.example.json.references/redmax_style.md.references/readme_outline.md.Take zhanlincui/github-release-assistant from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.