Align setup playbook replies with house style - #202
Open
sosidudku1 wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Housekeeping across four bundled starter skills.
Change
The setup playbooks in
docker,github,ffmpegandimagemagickcontain 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 — seestarter-skills/pandoc/SKILL.mdfor 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:
dockerffmpegimagemagickgithubVerification
npx vitest run src/skills/— 105 passed, unchanged.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 same1.0.1, so the version line is an identical change rather than a competing one. Verified withgit merge-treeagainst the common base: no conflicts, merges cleanly in either order.🤖 Generated with Claude Code