Triage execution failures quickly, classify root cause, and apply targeted fixes instead of random retries.
scripts/exec_error_triage.sh references/error-taxonomy.md.scripts/gh_search_repos_safe.shscripts/clawhub_publish_safe.shbash scripts/exec_error_triage.sh "Unknown JSON field: nameWithOwner"
bash scripts/gh_search_repos_safe.sh "safe-exec skill" 15
bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"
Skill not found right after publish as potentially transient if publish already returned OK.gh search repos --json, prefer fullName (not nameWithOwner).references/error-taxonomy.md: category→fix map.scripts/exec_error_triage.sh: pattern-based classifier.scripts/gh_search_repos_safe.sh: resilient GitHub search wrapper.scripts/clawhub_publish_safe.sh: publish + retry verification wrapper.共 1 个版本