name: github-issue-reply-assistant description: Free basic version that drafts a structured GitHub issue response and triage checklist. Reserves premium upgrade hooks for multilingual replies and fix-draft generation.
user_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
整体质量良好。功能设计完整,参数验证严谨,分层合理(免费版可直接使用,付费版预留升级通道),有基本测试覆盖。主要优点是结构清晰、逻辑严密;不足是付费功能未真正实现、测试用例偏少、文档说明较少。适合需要自动化处理GitHub Issue回复的开发者使用免费版功能。