Content
7%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a textbook summary of general software engineering best practices that Claude already knows thoroughly. It provides no concrete code examples, no executable commands, no project-specific guidance, and no novel information. It consumes significant token budget while adding virtually zero actionable value beyond what Claude can generate from its training data.
Suggestions
Either remove this skill entirely (Claude already knows all of this) or narrow it to project-specific conventions and preferences that differ from general best practices, e.g., 'In this project, we use X pattern for error handling' with concrete code examples.
Add executable code examples for each practice area — e.g., show the specific error wrapping pattern, the exact logging format, or the concrete test structure expected in this project.
Convert abstract principles into actionable checklists or workflows with validation steps, e.g., a PR review checklist or a step-by-step process for adding a new feature with specific commands to run.
If this is meant as a reference, split into focused sub-files (testing.md, security.md, etc.) and make SKILL.md a concise overview with links, rather than inlining all content.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | This is extremely verbose and consists almost entirely of general software engineering advice that Claude already knows. Every section (SOLID principles, error handling, clean architecture, testing best practices, security fundamentals) is common knowledge for an LLM. Nearly every token is wasted restating textbook material with no project-specific or novel information. | 1 / 3 |
Actionability | The entire skill is abstract advice with zero concrete code, commands, or executable examples. Statements like 'Write short, focused functions' and 'Use parameterized queries to prevent SQL injection' are vague directives with no specific implementation guidance, no code snippets, and no copy-paste-ready content. | 1 / 3 |
Workflow Clarity | There are no multi-step workflows, no sequenced processes, and no validation checkpoints. The content is a flat list of general principles organized by topic headers, with no procedural guidance for how to actually apply any of these practices in a concrete workflow. | 1 / 3 |
Progressive Disclosure | The content is organized into logical sections with clear headers, which provides some structure. However, it's a monolithic wall of generic advice that could benefit from being split into focused files, and there are no references to any supporting documents or examples. | 2 / 3 |
Total | 5 / 12 Passed |