Skip to content

Instantly share code, notes, and snippets.

View killerwolf's full-sized avatar

Hamdi LAADHARI killerwolf

View GitHub Profile
@killerwolf
killerwolf / debugging-process.mdc
Created June 13, 2025 21:08 — forked from architjn/debugging-process.mdc
Instructs Cursor to add debug logs, use browser tools for bug-fixing, remove logs after resolution, and make minimal changes.
---
description:
globs:
alwaysApply: true
---
# Debugging Rule for Bug-Fixing Requests
This rule ensures that when a user request involves solving a bug, Cursor adds minimal debug logs, leverages browser-based debugging tools, removes logs after resolution, and makes only the minimal changes necessary.
## Rule Instructions