Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete commands, selectors, and well-sequenced workflows that include validation and feedback loops. Its main weaknesses are repetition in the login/session preamble and a monolithic structure with a dangling reference to a missing docs file.
Suggestions
Split the per-workflow details, error-handling table, and frequency-tracker spec into reference bundle files and link to them one level deep from SKILL.md.
Dedupe the session-sharing / "不导出 cookie/UA" / login-manager-irrelevance explanations into a single prerequisites paragraph instead of restating across sections.
Either create the referenced docs/post-deploy-verification.md as a bundle file or remove the dangling reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly operational detail Claude would not know, but the prerequisites/login section repeats the session-sharing and "不导出 cookie/UA" / login-manager-irrelevance points across multiple sections and could be tightened. | 3 / 5 |
Actionability | Fully executable guidance: concrete camoufox-cli commands, specific selectors ("[data-testid=fileInput] >> nth=0"), copy-paste snapshot-eval JS, exact URLs, and numeric limits cover the common cases. | 5 / 5 |
Workflow Clarity | Numbered workflows with explicit validation (char-count verify, confirmation wait, Premium detection, stats parse) plus feedback loops in the error-handling table (retry up to 3x, Undo repost) and a frequency-tracker checklist for batch safety. | 5 / 5 |
Progressive Disclosure | Well-sectioned but a ~360-line monolithic file with workflows, error handling, and the frequency tracker inlined rather than split into bundle files; the referenced docs/post-deploy-verification.md does not exist in any bundle directory. | 3 / 5 |
Total | 16 / 20 Passed |