ワンクリックで
zhihu-command-surface
Use when changing or auditing zhihu CLI commands, help text, README command examples, or bare zhihu help semantics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when changing or auditing zhihu CLI commands, help text, README command examples, or bare zhihu help semantics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when maintaining this repository after v3.0.1-final, deciding scope, rejecting broad rewrites, or preparing a small stabilization change.
Use when changing Markdown output, image downloading, SQLite writes, save contracts, or fetch workflow persistence behavior.
Use when modifying config schema, runtime config loading, Cookie paths, logs, browser profile paths, or local output path resolution.
Use when updating README, README_EN, CONSTITUTION, AGENTS, install docs, command examples, or governance wording.
Use when changing scraper payload parsing, typed scraper contracts, supported Zhihu URL handling, browser fallback behavior, or anti-drift tests.
This skill should be used when the user asks to "write a readme", "create readme", "generate readme", "improve readme", "audit readme", "review readme", "fix readme", "readme best practices", "readme standard", "perfect readme", or mentions README quality, documentation standards, or developer experience documentation.
| name | zhihu-command-surface |
| description | Use when changing or auditing zhihu CLI commands, help text, README command examples, or bare zhihu help semantics. |
The expected command set is fetch, query, config, and check. Batch behavior belongs to fetch --file; do not reintroduce a standalone batch command unless governance and tests change together.
zhihu shows CLI help.cli/app.py handlers thin; orchestration should stay in cli/workflow_service.py.tests/test_command_surface.py when changing commands or documented command snippets.Run python cli/app.py --help, each command --help, and python -m unittest -q tests.test_command_surface.