_skills/code-readability/SKILL.md
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
npx skillsauth add baz-scm/awesome-reviewers code-readabilityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Writing clean code is a superpower for long-term productivity. Developers should prioritize clarity and explicitness over clever brevity. Code that clearly communicates its intent is easier for teammates (and future you) to understand and modify. High readability also reduces the chance of bugs – clear, well-structured code is more maintainable and less prone to surprise behaviors.
isServerConnected instead of enabled) to convey intent.getUserProfile() over getData() to make the code self-explanatory.tools
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
development
Working effectively with others in coding projects – including code reviews, clear communication, and contributing to shared or open-source codebases.
development
Incorporating security at every step of software development – writing code that defends against vulnerabilities and protects user data.
development
Ability to develop both front-end and back-end systems, integrating user interfaces with server logic and databases.