Content
14%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill content is essentially a job description rather than actionable guidance. It tells Claude what a lint agent does but provides zero concrete instructions on how to actually lint code, configure ESLint/Prettier, or run TypeScript checks. The content lacks any executable examples, commands, or workflows.
Suggestions
Add executable ESLint and Prettier commands with example usage (e.g., `npx eslint . --fix`, `npx prettier --write .`)
Include sample configuration files or snippets for .eslintrc and .prettierrc with recommended settings
Define a clear workflow: 1) Run lint check 2) Review errors 3) Auto-fix what's possible 4) Report remaining issues
Add concrete TypeScript checking commands (e.g., `npx tsc --noEmit`) and how to interpret common errors
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is brief but lacks substance - it's more of a role description than actionable guidance. While not verbose, it doesn't provide enough useful information to justify its tokens. | 2 / 3 |
Actionability | No concrete code, commands, or executable guidance provided. Only lists responsibilities abstractly (e.g., 'ESLint 설정/실행') without showing how to actually perform any task. | 1 / 3 |
Workflow Clarity | No workflow or process steps defined. Simply lists areas of responsibility without any sequence, validation steps, or guidance on how to execute linting/formatting tasks. | 1 / 3 |
Progressive Disclosure | No structure for discovery - just flat bullet lists. No references to detailed documentation, examples, or configuration templates that would help Claude perform the tasks. | 1 / 3 |
Total | 5 / 12 Passed |