fix(skills): expand skill-creator description to cover edit/audit/review triggers#39158
Conversation
…iew triggers Closes openclaw#36039 The previous description was too narrow ('Create or update AgentSkills...'), causing the skill to be skipped when users phrase requests as 'tidy up a skill', 'review the skill', 'audit the skill', 'clean up the skill', or 'improve this SKILL.md'. Expand the description to list these trigger phrases explicitly.
Greptile SummaryThis PR expands the
Confidence Score: 5/5
Last reviewed commit: 13997c1 |
CI Failure NoteBoth failing jobs ( and ) are pre-existing failures on itself and are not caused by this PR (which only touches and ). Evidence: The most recent CI run on (run #22806401873) fails on the same two jobs:
This PR is unblocked pending those upstream fixes landing on . |
CI Failure NoteBoth failing jobs ( Evidence: The most recent CI run on
This PR is unblocked pending those upstream fixes landing on |
f7475e4 to
13997c1
Compare
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…iew triggers (openclaw#39158) Merged via squash. Prepared head SHA: 13997c1 Co-authored-by: haynzz <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Summary
skill-creatorskill description only listed creation-oriented phrases ("Create or update AgentSkills…designing, structuring, or packaging"). When a user said "tidy up a skill", "audit the skill", "review the skill", "clean up the skill", or "improve this SKILL.md", the model did not recognise the skill as relevant and winged the task without the skill's guidance.descriptionfield inskills/skill-creator/SKILL.mdfrontmatter is expanded to explicitly cover edit/improve/review/audit/tidy-up scenarios and lists the exact trigger phrases.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
The
skill-creatorskill now triggers for maintenance-oriented phrasings in addition to creation-oriented ones. Users who say "tidy up my skill", "review the SKILL.md", "audit this skill", or "clean up the skill directory" will now have the skill loaded and its guidance applied.Security Impact (required)
Repro + Verification
Environment
Steps
Before:
skill-creatorskillAfter:
skill-creatorskill before respondingExpected
skill-creatorskillActual (before fix)
Evidence
Before (description that was too narrow):
After (description with explicit trigger phrases):
pnpm build✅ ·pnpm check✅ (pre-existing tlon/TS errors unrelated to this change)Human Verification (required)
skills/skill-creator/SKILL.mdfrontmatter)pnpm buildcompletes successfully with no new errorspnpm checkoutput matches pre-existing failures only (tlon module resolution + two ui TS errors present onmainbefore this branch)Compatibility / Migration
Failure Recovery (if this breaks)
git revert HEADonmain(single-commit change, clean revert)skills/skill-creator/SKILL.md— restore thedescription:line to the original valueRisks and Mitigations
🤖 Generated with Claude Code · This PR was authored with AI assistance (Claude / OpenClaw agent session). The description change was authored, verified, and reviewed by the agent; build and check were run locally before filing.