fix-bad-practices

Installation
SKILL.md

Fix Bad Practices Skill

Systematically fix bad coding practices identified by audit, following fail-fast principles.

When to Use

Use this skill:

  • After running /audit-code-quality
  • When fixing specific bad patterns
  • During refactoring for code quality
  • Autonomously as part of quality workflow

Philosophy: Fail Fast Fixes

When fixing bad practices:

  1. Make errors visible - Replace silent failures with loud ones
  2. Be specific - Catch only exceptions you can handle
  3. Always log - Enable debugging by humans and LLMs
Related skills
Installs
5
GitHub Stars
35
First Seen
Mar 17, 2026