Goblin-mode pr-wordy-main-omega

{{ ๐›€๐›€๐›€ }} Create a pull request to main

install
source ยท Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/pr-wordy-main-omega" ~/.claude/skills/jasonwarrenuk-goblin-mode-pr-wordy-main-omega && rm -rf "$T"
manifest: skills/pr-wordy-main-omega/SKILL.md
source content

Steps

  1. Look at the commits on this branch
  2. Analyse the overall effect of these changes if merged into
    main
  3. Use
    <template>
    to write the pull request content
  4. Check for my approval, then:
    • If approved, create the PR to
      main
    • If not, incorporate changes and repeat step 3
<rules> <title-rules> 1. Brief & descriptive 2. Use title case 3. Be understandable to non-devs </title-rules> <summary-rules> Describe the PR with a non-technical, absurd metaphor. </summary-rules> <tldr-rules> 1. List any steps devs must take after pulling this down </tldr-rules> <changes-rules> Break changes into files or categories depending on PR scope. Use collapsible details. </changes-rules> </rules>

Template

# {{ title }}
## Overview
{{ overview }}
## Summary
{{ absurd metaphor }}
> [!TIP]
> {{ tldr }}
---
## Changes
{{ changes with collapsible details }}
---