samzong
@samzong
Public Skills
codewiki-generator
by samzong
Generate a deep, code-first project wiki and VitePress documentation site (DeepWiki-style) for a repository. Use when asked to create a complete wiki/manual for a new codebase, build a code-first documentation site, or generate a codewiki/ folder with structured Markdown, diagrams, and navigation based on the source code (not existing docs).
wechat-tech-article
by samzong
撰写微信公众号技术文章的结构化工作流。使用场景:用户要写一篇公众号文章、需要创建文章目录、组织素材、迭代草稿。强制遵循 blogs/wechat/README.md 的命名规范和目录结构。
clig-eval-prompt
by samzong
Generate a concise Chinese evaluation prompt for DevOps CLI projects based on clig.onev.dev guidelines, with weights, thresholds, and hard gates. Use when a user asks to create or store a reusable CLI review prompt, a scoring rubric, or an evaluation checklist derived from CLI design guidelines.
gh-pr-review
by samzong
Review a GitHub Pull Request as a responsible project owner using the gh CLI. Use when the user provides a PR URL (e.g. https://github.com/ORG/REPO/pull/N) or a PR number for the current git repo (prefer upstream, else origin) and wants an owner-grade review document review-N.md written in Chinese with copy-pastable GitHub comments in English. Scope the review to lines changed by the PR (do not nitpick unrelated pre-existing code), but apply best practices and flag any clear bugs, security issues, or CI failures caused by the change.