docs(help): correct OpenCode command list in ponytail-help (closes #438)#463
Open
Tanmay9223 wants to merge 1 commit into
Open
docs(help): correct OpenCode command list in ponytail-help (closes #438)#463Tanmay9223 wants to merge 1 commit into
Tanmay9223 wants to merge 1 commit into
Conversation
…etrichGebert#438) Update the skills/ponytail-help/SKILL.md documentation which incorrectly stated that OpenCode ships 2 commands. It now accurately states that OpenCode ships all 6 commands. Re-run scripts/build-openclaw-skills.js to sync the updated documentation to the generated .opencode/command/ponytail-help.md file so tests pass.
e48de16 to
37bd183
Compare
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.
🎯 What: Corrects the
ponytail-helpskill documentation to accurately state that OpenCode ships all 6 ponytail commands, rather than just 2.💡 Why: The previous text was factually incorrect and misled users into thinking they could only use
/ponytailand/ponytail-reviewon OpenCode, when in reality all 6 commands (ponytail,ponytail-review,ponytail-audit,ponytail-debt,ponytail-gain,ponytail-help) are available as.opencode/command/*.mdfiles.✅ Verification: Verified the change by running
scripts/build-openclaw-skills.jsto propagate the update to the generated OpenClaw files, after which all 68 relevantnpm testchecks pass successfully.✨ Result: Users reading
/ponytail-helpon OpenCode will see the correct command availability.