Skip to content

Instantly share code, notes, and snippets.

View AojdevStudio's full-sized avatar

Ossie Irondi AojdevStudio

View GitHub Profile
@ipenywis
ipenywis / cursor-memory-bank-rules.md
Last active August 20, 2025 10:41
Cursor Memory Bank

Cursor's Memory Bank

I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.

Memory Bank Structure

The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:

flowchart TD
@bemijonathan
bemijonathan / gist:8bc892b1e12954e45a906e0704cff86d
Last active July 25, 2025 10:02
Customizing your code review experience with coderabbit.yml

Customizing CI Code Review with CodeRabbit

Overview

CodeRabbit allows developers to customize your ai review review process by defining the settings in a coderabbit.yml file. This document provides a brief overview of the keys used in the coderabbit.yml file and their functions. please note that the default parameters in the schema will be used if values are not provided.

Sample coderabbit.yml File