From e37dacc9ce05c37b7f118e87f4879621a445702d Mon Sep 17 00:00:00 2001 From: Kaveh Date: Mon, 12 Jan 2026 08:36:59 -0800 Subject: [PATCH] Add Cursor command for creating PRs with GitHub CLI --- .cursor/commands/pr.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cursor/commands/pr.md diff --git a/.cursor/commands/pr.md b/.cursor/commands/pr.md new file mode 100644 index 000000000..b14d9b591 --- /dev/null +++ b/.cursor/commands/pr.md @@ -0,0 +1,3 @@ +# pr + +Your job is to create a PR w/ a descriptive title. Always use the Github CLI. Add all untrackd files. If you haven't already made a commit, do that first with a clear commit history. Confirm after each step (add, commit, push). \ No newline at end of file