Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joeseesun avatar

Qiaomu Github Publisher

  • 1 installs
  • 3 repo stars
  • Updated June 20, 2026
  • joeseesun/qiaomu-github-publisher

Turns a working project into a polished GitHub repo by rewriting the README, setting bilingual About text and topics, verifying install paths, and merging via PR.

About

Guides publishing a GitHub repository as a product page: bilingual README rewrite, About/topic setup, install verification, and a clean feature-branch PR flow. A developer uses it when open-sourcing or polishing a Qiaomu-owned repo for install and stars.

  • README must answer pain, payoff, proof, quick start, and limits fast
  • Verifies build/install claims and merges through a PR, never pushing to main directly

Qiaomu Github Publisher by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,361 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joeseesun/qiaomu-github-publisher --skill qiaomu-github-publisher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars3
Last updatedJune 20, 2026
Repositoryjoeseesun/qiaomu-github-publisher

What it does

Turns a working project into a polished GitHub repo by rewriting the README, setting bilingual About text and topics, verifying install paths, and merging via PR.

Files

SKILL.mdMarkdownGitHub ↗

Qiaomu GitHub Publisher

Turn a working project into a GitHub repository people can understand, try, star, install, and trust.

Copyright (c) 向阳乔木

  • X: https://x.com/vista8
  • GitHub: https://github.com/joeseesun/
  • Profile source: ~/.agents/skills/qiaomu-profile

Core Workflow

1. Inspect the repo before writing:

  • README.md, package.json / project metadata, screenshots, examples, docs, license, deploy scripts, test scripts.
  • GitHub remote state via gh repo view --json name,description,homepageUrl,repositoryTopics,url.

2. Decide the public positioning:

  • One-line hook in Chinese and English.
  • Target users and why they should try it now.
  • Clear boundary between product value, technical architecture, and private/local setup.

3. Rewrite or patch README as a product page:

  • Chinese first, English second unless the repo is explicitly English-first.
  • Put hook, CTAs, badges, screenshot, feature list, quick start, examples, verification, limitations, and troubleshooting near the top.
  • Use real screenshots or output samples when available; do not invent screenshots.

4. Set GitHub About:

  • Use bilingual description when the user asks or the repo targets both Chinese and English audiences.
  • Add homepage URL when there is a live demo.
  • Add focused topics; avoid topic spam.

5. Verify what the README promises:

  • Run project-provided lint/build/test commands when relevant.
  • For skills, verify npx skills add discoverability/installability.
  • For websites, verify live URL/API/health after deployment when applicable.

6. Publish through a clean GitHub flow:

  • Use a feature branch and PR.
  • Never push directly to main.
  • If verification passes and the user has not explicitly asked to hold, merge the PR into main.
  • In the final response, include the PR URL and merge commit.

README Standard

Public README must answer five questions fast:

  • What pain does this solve?
  • What do I get after installing/running it?
  • Can I see proof in a screenshot, demo, or example output?
  • How do I try it in less than five minutes?
  • What are the limits, costs, or prerequisites?

Recommended structure:

# Project Name

> 中文价值主张
> English value proposition

[Live Demo] [Install] [License] [Stars]

![Screenshot](docs/assets/product-screenshot.png)

**中文** | [English](#english)

## 为什么值得用
## 核心能力
## 样例输出
## 快速开始
## 部署 / API / Skill
## 限制与边界
## Troubleshooting
## 关于向阳乔木

---

<a name="english"></a>
# English section

GitHub About Standard

Use a compact bilingual form when appropriate:

中文短描述 | English short description.

Keep it concrete. Good examples:

  • 用 DeepSeek flash 将 App Store 评价转成 SEO/GEO 友好的产品洞察页 | Turn App Store reviews into SEO/GEO-friendly product insights with DeepSeek flash.
  • 把任意资料整理成 NotebookLM 可用知识包 | Turn messy sources into NotebookLM-ready knowledge packs.

Topics should be narrow and useful:

  • domain: app-store, app-reviews, notebooklm, geo
  • stack: nextjs, agent-skill, deepseek
  • audience/workflow: product-management, ai-workflow

Avoid generic topics like tool, website, ai unless they add discoverability.

Qiaomu Profile Block

For Qiaomu-owned public repos, include profile/support links by default:

  • qiaomu.ai
  • blog.qiaomu.ai
  • tuijian.qiaomu.ai
  • X @vista8
  • GitHub @joeseesun
  • WeChat public account 向阳乔木推荐看

Use qiaomu-profile as the source of truth for bios and assets. Do not invent personal claims.

Release Checklist

Before claiming done:

  • README has no TODO/placeholders.
  • Screenshots and links exist.
  • LICENSE exists or the repo intentionally omits one.
  • gh repo view confirms About/homepage/topics.
  • Relevant build/test/install checks passed.
  • Git diff was scanned for secrets.
  • PR was merged into main unless explicitly held.

Guardrails

  • Do not publish secrets, .env.local, private paths, cache data, tokens, or runtime databases.
  • Do not overpromise current features; mark roadmap items clearly.
  • Do not bury setup failures in the README; make prerequisites explicit.
  • Do not leave a verified PR dangling when the user expects publication.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.