github-issue-reply-assistant
v1.0.0Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft generation.
Installation
Please help me install the skill `github-issue-reply-assistant` from SkillHub official store.
npx skills add wingogx/github-issue-reply-assistant
GitHub Issue Smart Reply Assistant
Value
- Free tier: one high-quality reply draft + triage checklist.
- Premium tier (reserved): multilingual reply, fix-draft, similar-issue clustering.
Input
user_idrepo(owner/repo)issue_titleissue_body- optional
tier(free/premium)
Run
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"
Tests
python3 -m unittest scripts/test_github_issue_reply_assistant.py -v