Content
31%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 content is undermined by verbatim description repetition, boilerplate sections, code examples that do not match the bundled script, and a broken reference file. The genuinely useful, skill-specific material (structure percentages, character limits, pitfalls) is buried and partly non-actionable.
Suggestions
Remove the verbatim description repeats in 'When to Use' and 'Key Features' and cut the generic boilerplate sections (Implementation Details, Audit-Ready Commands, Output Requirements, Response Template) that add no skill-specific value.
Fix the code examples to match the bundled script: either implement the PersonalStatementWriter API with write/create_outline/optimize_length/adjust_tone in scripts/main.py, or replace the examples with the actual PersonalStatement.generate signature and parameters.
Resolve the broken reference to references/personal-statement-examples.md by either creating that file or removing the pointer, and move the inlined reference material (character-limit table, STAR method, checklist) into references/guidelines.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body repeats the full frontmatter description verbatim twice (When to Use and Key Features) and carries heavy templated boilerplate (Implementation Details, Audit-Ready Commands, Output Requirements, Response Template) that pads rather than informs. | 2 / 5 |
Actionability | Code examples reference a non-existent module 'scripts.personal_statement_writer.PersonalStatementWriter' while the bundled scripts/main.py defines class 'PersonalStatement.generate'; the advertised methods (write, create_outline, optimize_length, adjust_tone) do not exist, so the concrete-looking guidance is non-executable. | 2 / 5 |
Workflow Clarity | A numbered Workflow and a Quick Check (py_compile) with a fallback path are present, but validation is limited to a compile check with no output-quality verification and the steps are partly generic. | 3 / 5 |
Progressive Disclosure | The body points to 'references/personal-statement-examples.md' which does not exist in the bundle (only guidelines.md is present), and substantial reference-worthy material (character-limit table, STAR method, checklist, pitfalls) is inlined rather than split out. | 2 / 5 |
Total | 9 / 20 Passed |