Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with a well-sequenced, validation-rich workflow, but it carries notable inline redundancy and a large rationale/原理 block that could be offloaded to reference files for better progressive disclosure and token economy.
Suggestions
Move the detailed '背后的原理' internals (per-platform cookie fields, pong endpoints, HTML login-wall detection regex) into a separate reference file (e.g. references/internals.md) and keep SKILL.md as a concise overview that links to it.
De-duplicate the repeated cautionary statements (no-cookie-import, no-retry, fail-first concurrency) — state each once in the most relevant section rather than restating across 用法/注意事项/原理.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and uses tables/commands tightly, but the '背后的原理' section re-explains a lot of operational rationale and repeated cautions (e.g. the no-cookie-import and fail-first points are stated multiple times across sections), so it could be tightened — it sits above the verbose anchor but below the lean 'every token earns its place' level. | 2 / 3 |
Actionability | It provides concrete, copy-paste-ready commands (camoufox-cli open, login-manager --platform), a real exit-code table mapping each code to an agent action, and references the actual scripts/export-and-verify.ts, matching the 'fully executable code/commands; copy-paste ready' anchor. | 3 / 3 |
Workflow Clarity | A clear 3-step sequence with explicit validation checkpoints (two-tier 探活 verify before commit, exit codes 0/1/2, '不重试' feedback policy, session retention on failure), satisfying the 'clear sequence with explicit validation steps and feedback loops for error recovery' anchor. | 3 / 3 |
Progressive Disclosure | Structure is reasonable (用法 / 注意事项 / 原理) with a real one-level-deep reference to scripts/export-and-verify.ts and _shared/check-session.ts, but the body inlines a large amount of '原理' detail (cookie field lists, pong endpoints, HTML login-wall detection) that could live in a separate reference file, so it is 'some structure but content that should be separate is inline' rather than the cleanly-split 3-anchor. | 2 / 3 |
Total | 10 / 12 Passed |