Enhance your ColdFusion Wheels development by automatically catching common errors before they are written. This skill activates during any Wheels code generation—including models, controllers, views, and migrations—to validate patterns and prevent known issues. It intelligently scans for critical bugs like mixed argument styles, query vs. array confusion, non-existent helpers, and database-specific SQL, ensuring your code is robust, consistent, and follows framework best practices from the start.
주요 기능
01Validates CLI-generated migrations to prevent silent failures
02Identifies non-existent form helpers and database-specific SQL functions
03Enforces consistent argument styles in models and controllers
04Corrects common mistakes like using ArrayLen() on query objects
05Automatically detects and fixes critical errors during code generation
06200 GitHub stars
사용 사례
01Refactoring existing ColdFusion Wheels code to improve quality and fix hidden bugs
02Onboarding new developers to a Wheels project by enforcing best practices automatically
03Generating models, controllers, views, or migrations for a Wheels application