Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

zhihu-scraper

zhihu-scraper contient 15 skills collectées depuis yuchenzhu-research, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
15
Stars
19
mis à jour
2026-06-27
Forks
6
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

zhihu-command-surface
Développeurs de logiciels

Use when changing or auditing zhihu CLI commands, help text, README command examples, or bare zhihu help semantics.

2026-06-27
zhihu-freeze-maintenance
Développeurs de logiciels

Use when maintaining this repository after v3.0.1-final, deciding scope, rejecting broad rewrites, or preparing a small stabilization change.

2026-06-27
zhihu-save-pipeline
Développeurs de logiciels

Use when changing Markdown output, image downloading, SQLite writes, save contracts, or fetch workflow persistence behavior.

2026-06-27
zhihu-config-runtime
Développeurs de logiciels

Use when modifying config schema, runtime config loading, Cookie paths, logs, browser profile paths, or local output path resolution.

2026-05-26
zhihu-docs-sync
Développeurs de logiciels

Use when updating README, README_EN, CONSTITUTION, AGENTS, install docs, command examples, or governance wording.

2026-05-26
zhihu-scraper-contracts
Développeurs de logiciels

Use when changing scraper payload parsing, typed scraper contracts, supported Zhihu URL handling, browser fallback behavior, or anti-drift tests.

2026-05-26
prd-readme-v1-standard
Développeurs de logiciels

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.

2026-04-03
readme-writing-readme-files
Développeurs de logiciels

README quality standards for engaging, accessible, scannable content including problem-solution hooks, plain language (no unexplained jargon), acronym context, paragraph limits (≤5 lines), benefits-focused language, visual hierarchy, and progressive disclosure. Essential for creating effective README files that welcome and guide users.

2026-04-03
defensive-programming
Développeurs de logiciels

Apply when writing code that must be hard to misuse: immutability, visibility, contracts, assertions, resource safety, and type-level invariant enforcement. Trigger on mentions of const, encapsulation, access control, defensive coding, RAII, or 'harder to misuse.' Not for security against adversarial input — use the security skill for that. Language-specific idioms are in references/.

2026-04-03
documentation
Développeurs de logiciels

Apply when writing comments, docstrings, READMEs, ADRs, or any form of technical documentation. Trigger on mentions of documentation, comments, docstrings, ADRs, or explaining code. Focuses on concise, non-obvious documentation that captures business logic and decisions the code cannot express. Not for API contract documentation — use the api-design skill for that.

2026-04-03
improve-codebase-architecture
Développeurs de logiciels

Analyses codebase structure to identify unclear module boundaries and suggests architectural improvements that make the code easier to test and easier for agents to navigate. Invoke with /improve-codebase-architecture. Read-only — produces a prioritised findings report, no code changes.

2026-04-03
refactoring
Développeurs de logiciels

Apply when restructuring existing code without changing its behavior: extracting methods or classes, moving responsibilities, simplifying conditionals, improving names, or breaking dependencies in legacy code. Trigger on mentions of refactoring, code smells, extract method, legacy code, or technical debt. Language-specific idioms are in references/.

2026-04-03
audit
Analystes en assurance qualité des logiciels et testeurs

Deep, multi-agent codebase quality audit. Spawns one focused agent per quality dimension in parallel, each going deep with evidence-based analysis, then synthesizes into a scored report. Use when you want a thorough assessment of a codebase's strengths, weaknesses, and risks. Also supports --checkpoint mode for layer coherence audits during orchestration.

2026-04-03
coherence-audit
Analystes en assurance qualité des logiciels et testeurs

Run a cross-session coherence audit after merging a layer. Wraps /autoboard:audit with dimension selection and COHERENCE-REPORT processing. Re-invoke at the start of each new layer.

2026-04-03
testing-qa
Analystes en assurance qualité des logiciels et testeurs

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.

2026-04-03