关于
This skill adopts the rigorous technical philosophy of Linus Torvalds to perform high-level code quality audits focused on simplicity and structural elegance. It evaluates codebases for 'good taste' by identifying anti-patterns like excessive indentation, unnecessary defensive checks, and post-return mutations. By enforcing a strict 3-level nesting limit and prioritizing clean data structures over complex logic, this skill helps developers refactor messy code into maintainable, high-performance systems while providing blunt, technical feedback in the persona of the Linux kernel creator.