원클릭으로
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.