Skip to content

Align setup playbook replies with house style - #202

Open
sosidudku1 wants to merge 1 commit into
mainfrom
chore/starter-skill-setup-copy
Open

Align setup playbook replies with house style#202
sosidudku1 wants to merge 1 commit into
mainfrom
chore/starter-skill-setup-copy

Conversation

@sosidudku1

@sosidudku1 sosidudku1 commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Housekeeping across four bundled starter skills.

Change

The setup playbooks in docker, github, ffmpeg and imagemagick contain scripted replies that a model sends to the user verbatim when a prerequisite is missing. Their wording and punctuation had drifted from the rest of the set. This brings them in line with the style already used by the other bundled skills — see starter-skills/pandoc/SKILL.md for the pattern being matched.

Six replies across the four files. Each keeps its original install command, platform notes and confirmation prompt; only the wording changes. No behavioural or structural change to any playbook.

Patch versions bumped per the convention in 5c1360e:

Skill Version
docker 1.0.0 → 1.0.1
ffmpeg 1.0.0 → 1.0.1
imagemagick 1.0.0 → 1.0.1
github 1.1.0 → 1.1.1

Verification

  • npx vitest run src/skills/ — 105 passed, unchanged.
  • Frontmatter on all four files parses; versions read back as expected.
  • Code fences balanced in every edited file.

Note on merge order

Touches starter-skills/docker/SKILL.md, as does #196. The two edit different parts of that file (this one the setup playbook, #196 the operations section) and both bump the docker skill to the same 1.0.1, so the version line is an identical change rather than a competing one. Verified with git merge-tree against the common base: no conflicts, merges cleanly in either order.

🤖 Generated with Claude Code

The scripted replies in the docker, github, ffmpeg and imagemagick
setup playbooks are sent to the user verbatim when a prerequisite is
missing. Bring them in line with the wording and punctuation already
used by the other bundled skills (see `pandoc`), so the install and
authentication prompts read consistently across the set.

Each reply keeps its original install command, platform notes and
confirmation prompt; only the wording changes. Patch versions bumped
per convention.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant