laravel:debugging-prompts
Installation
SKILL.md
Debugging Prompts
Debugging with AI requires complete information. Missing context means generic suggestions that don't solve your specific problem.
Error Messages and Stack Traces
Incomplete
"Getting an error in the payment controller"
Complete
"Getting error when processing payment:
Error:
Illuminate\Database\QueryException: SQLSTATE[23000]:
Integrity constraint violation: 1452 Cannot add or update a child row:
a foreign key constraint fails (`app`.`payments`, CONSTRAINT `payments_order_id_foreign`
FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE)