Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

readable-code

النجوم٢
التفرعات٠
آخر تحديث١٩ يونيو ٢٠٢٦ في ١٧:٠٩

Write code that minimizes time-till-understanding using Boswell & Foucher's tactics from *The Art of Readable Code*: naming, aesthetics, comments, control flow, expressions, variables, decomposition, and tests. Use when the user mentions "readable code", "time-till-understanding", "Art of Readable Code", "Boswell", "naming variables", "naming functions", "explaining variable", "summary variable", "minimize nesting", "return early", "Yoda notation", "comment density", "ambiguous name", "extract subproblem", "one task at a time", "rubber duck", "smaller scope", "write-once variable". Also trigger when reviewing a PR for line-level readability, refactoring confusing logic, deciding whether to comment, picking between two names, untangling a giant boolean expression, or shrinking variable scope. Distinct from `clean-code` (Martin: SRP/OOP/error handling) and `refactoring-ui` (visual design): this skill is *micro-level* code readability — names, lines, expressions, and the tight loop a reader runs through them.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
5 ملفات
SKILL.md
readonly