Opens a GitHub Pull Request with the standard PR template: Description, Staging Links, and JIRA ticket. Infers the ticket from the branch name and generates staging preview URLs from changed files after the PR is created. TRIGGER when: user asks to open, create, submit, make, update, or edit a PR or pull request, or wants to refresh staging links on an existing PR.
npx ai-builder add skill mongodb/open-prRun Grove tests and diagnose failures. Use when the user asks to "run the tests", "run my test", "debug this test failure", "why is this test failing", "check if tests pass", or wants to execute and troubleshoot code example tests.
npx ai-builder add skill mongodb/grove-runReviews PHP extension code written in C for correctness, memory management, Zend Engine conventions, API misuse, and security issues. Use proactively when reviewing changes in extension source, headers, arginfo, object handlers, resource management, serialization, streams, BSON integration, test coverage, and error-handling paths. Use proactively when asked to review changes or code.
npx ai-builder add agent mongodb/review