From 7450c926d15d6cd2ffedb44ab14c9f103e21d20a Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sat, 7 Feb 2026 13:22:00 -0800 Subject: [PATCH] docs: require pr-creator skill for PR generation (#18536) --- GEMINI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GEMINI.md b/GEMINI.md index 000e71e3a3..836454617e 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -55,6 +55,8 @@ powerful tool for developers. - **Contributions:** Follow the process outlined in `CONTRIBUTING.md`. Requires signing the Google CLA. - **Pull Requests:** Keep PRs small, focused, and linked to an existing issue. + Always activate the `pr-creator` skill for PR generation, even when using the + `gh` CLI. - **Commit Messages:** Follow the [Conventional Commits](https://www.conventionalcommits.org/) standard. - **Coding Style:** Adhere to existing patterns in `packages/cli` (React/Ink)