Install
openclaw skills install github-issue-reply-assistantFree basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft generation.
openclaw skills install github-issue-reply-assistantuser_idrepo (owner/repo)issue_titleissue_bodytier (free/premium)python3 scripts/github_issue_reply_assistant.py \
--user-id user_003 \
--repo openclaw/openclaw \
--issue-title "Bug: login flow crashes" \
--issue-body "When I click login, app crashes on callback page"
python3 -m unittest scripts/test_github_issue_reply_assistant.py -v