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-gamma" ~/.claude/skills/jasonwarrenuk-goblin-mode-pr-wordy-main-gamma && rm -rf "$T"
manifest:
skills/pr-wordy-main-gamma/SKILL.mdsource content
Steps
- Look at the commits on this branch
- Analyse the overall effect of these changes if merged into
main - Use
to write the pull request content<template> - Check for my approval, then:
- If approved, create the PR to
main - If not, incorporate changes and repeat step 3
- If approved, create the PR to
Template
# {{ title }} ## Overview {{ overview }} ## Summary {{ absurd metaphor }} > [!TIP] > {{ tldr }} --- ## Changes {{ changes with collapsible details }} ---