Readability review
Skill jsuvic/agent-profile/fixtures/advanced-review-enabled/expected/.claude/skills/readability-review
Configure Codex, Claude, and Tabnine to understand your project, follow its workflow, and respect its safety rules.
npx -y skills add jsuvic/agent-profile --skill readability-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review naming, decomposition, control flow, duplication, comments, error-handling clarity, and unnecessary abstraction.
SKILL.md
0.9 KB, as published. Nobody here has run it
<!-- Generated by Agent Profile Compiler. Do not edit by hand. -->
Readability Review
Focus
- Names that communicate intent and domain meaning.
- Decomposition, control flow, and error-handling clarity.
- Duplication and comments that obscure rather than explain.
- Unnecessary abstraction or indirection.
Output Discipline
- Lead with prioritized findings and concrete evidence.
- Cite the affected file, symbol, or contract when available.
- Distinguish confirmed defects from risks or missing evidence.
- Do not edit or rewrite the change unless the user asks.
Safety
- Review only; do not run scanners, install tools, or broaden permissions.
- Do not upload source code or read or print secrets.
- Do not contact production systems or external services.