feat(skills): clean up argument-hint across ce:* skills#436
Merged
Conversation
Simplify or remove argument-hint frontmatter from core workflow skills. The bracket syntax was confusing users into thinking input was required when most skills work fine invoked bare. - ce:review: rewrite to clarify blank usage is the default - ce:work, ce:work-beta: clarify blank auto-uses latest plan doc - ce:plan: add "optional:" prefix for clarity - ce:ideate: drop redundant "optional:" since brackets imply it - ce:compound, ce:compound-refresh: remove hint entirely Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Merged
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.
The bracket syntax in
argument-hintwas confusing users — square brackets conventionally mean "optional" in CLI man pages, but most people read them as "type something here." Since the corece:*workflow skills all work fine invoked bare, the hints were creating false pressure to provide input.Changes by skill:
ce:review[mode:autofix|mode:report-only|mode:headless] [PR number, GitHub URL, or branch name][blank to review current branch, or provide PR link]ce:work[plan file path or description of work to do][Plan doc path or description of work. Blank to auto use latest plan doc]ce:work-beta[plan file path or description of work to do][Plan doc path or description of work. Blank to auto use latest plan doc]ce:plan[feature description, requirements doc path, or improvement idea][optional: feature description, requirements doc path, or improvement idea]ce:ideate[optional: feature, focus area, or constraint][feature, focus area, or constraint]ce:compound[optional: brief context about the fix]ce:compound-refresh[mode:autofix] [optional: scope hint]🤖 Generated with Claude Opus 4.6 (1M context, high effort) via Claude Code