From 80b05fbcd0c93072c1423ae07451007035c8e12f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:00:52 +0000 Subject: [PATCH 1/3] Initial plan From 7102a18b8eebfe2c5f2e43556c68e1b31362100e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:06:05 +0000 Subject: [PATCH 2/3] feat(config): add cursor command files for PR management Add cursor command files adapted from chrome-remote-devtools to executeJS repository: - commit.md: commit message format and rules with executeJS-specific scopes - copilot-review.md: apply GitHub Copilot review feedback - init-pr.md: PR setup guide for ohah account - pr.md: create/update PR workflow - review-apply.md: apply PR review suggestions locally - review.md: AI-powered PR review posting All files updated with executeJS-specific references and scopes Co-authored-by: ohah <16170776+ohah@users.noreply.github.com> --- .cursor/commands/commit.md | 57 ++++++++++++++++ .cursor/commands/copilot-review.md | 51 ++++++++++++++ .cursor/commands/init-pr.md | 37 ++++++++++ .cursor/commands/pr.md | 104 +++++++++++++++++++++++++++++ .cursor/commands/review-apply.md | 67 +++++++++++++++++++ .cursor/commands/review.md | 98 +++++++++++++++++++++++++++ 6 files changed, 414 insertions(+) create mode 100644 .cursor/commands/commit.md create mode 100644 .cursor/commands/copilot-review.md create mode 100644 .cursor/commands/init-pr.md create mode 100644 .cursor/commands/pr.md create mode 100644 .cursor/commands/review-apply.md create mode 100644 .cursor/commands/review.md diff --git a/.cursor/commands/commit.md b/.cursor/commands/commit.md new file mode 100644 index 0000000..cd53d3d --- /dev/null +++ b/.cursor/commands/commit.md @@ -0,0 +1,57 @@ +# Commit changes following project rules + +When creating or suggesting git commits, follow these rules. Full details in `AGENTS.md`. + +## Message format + +``` +(): + + + +