Review code for quality, simplicity, and common mistakes before declaring work complete.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٦ من skills من srid/haskell-flake. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٦ من أصل ٦ skills مجمعة.
Review code for quality, simplicity, and common mistakes before declaring work complete.
لغة النص الأصلي: الإنجليزية
Do a task end-to-end — implement, PR, CI loop, ship
لغة النص الأصلي: الإنجليزية
Write engaging PR titles and descriptions for any forge (GitHub today; Bitbucket planned). Use when creating or updating PRs. Avoids boring bullet lists; uses narrative paragraphs with bold/italic for emphasis.
لغة النص الأصلي: الإنجليزية
Evaluate code (especially LLM-generated) for structural simplicity using Rich Hickey's "Simple Made Easy" framework. Use this skill whenever reviewing a PR, diff, or code snippet for accidental complexity — particularly when the code was generated by an AI…
لغة النص الأصلي: الإنجليزية
Evaluate architecture and module boundaries for volatility-based decomposition using Juval Lowy's framework (from "Righting Software", building on Parnas 1972). Use when reviewing module splits, service boundaries, new abstractions, or any decomposition…
لغة النص الأصلي: الإنجليزية
Iterative measurement-driven improvement loop. Measure, profile, mutate, re-measure, commit. Works for performance, bundle size, complexity, test coverage — anything quantifiable. Use when the user wants to systematically improve a metric through repeated…
لغة النص الأصلي: الإنجليزية