From d23cc2b47fd0fe0e6b00e973080ad80dfd46a943 Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Thu, 2 Apr 2026 16:26:25 -0700 Subject: [PATCH] update (#1918) --- .claude/skills/pr-summary/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/skills/pr-summary/SKILL.md b/.claude/skills/pr-summary/SKILL.md index 10ff9ef59..89db8fc86 100644 --- a/.claude/skills/pr-summary/SKILL.md +++ b/.claude/skills/pr-summary/SKILL.md @@ -3,7 +3,7 @@ name: pr-summary description: Generate a GitHub PR title and summary from all branch changes, including Linear issue and Figma links when available. disable-model-invocation: false user-invocable: true -argument-hint: '[base-branch (default: main)]' +argument-hint: '[base-branch (default: dev)]' --- # Generate PR Title and Summary @@ -12,13 +12,13 @@ You generate a concise GitHub PR title and a structured summary covering ALL cha ## Input -`$ARGUMENTS` — Optional base branch name (default: `main`). +`$ARGUMENTS` — Optional base branch name (default: `dev`). ## Workflow ### Step 1: Determine the Base Branch -Use `$ARGUMENTS` if provided, otherwise default to `main`. +Use `$ARGUMENTS` if provided, otherwise default to `dev`. Verify the base branch exists: