diff --git a/.claude/skills/pr-push/SKILL.md b/.claude/skills/pr-push/SKILL.md index c1e241140..82a996b23 100644 --- a/.claude/skills/pr-push/SKILL.md +++ b/.claude/skills/pr-push/SKILL.md @@ -100,15 +100,11 @@ git diff --stat main... Draft title (`(): `, max 70 chars) and description. ```bash -cat > /tmp/pr-body.md << 'EOF' -## Summary -... -EOF tea pr create \ --repo jpmschweitzer/settled-reach \ --login schweitz \ --title "" \ - --description "$(cat /tmp/pr-body.md)" \ + --description "## Summary ..." \ --base main \ --head <branch> ```