GitHub Issue Reply Assistant

👤 wingogx 📦 v1.0.0 ⭐ 4.3 ⬇️ 747 下载
💻 开发编程 免费

📖 技能介绍


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.


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_id
  • repo (owner/repo)
  • issue_title
  • issue_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

发现更多技能插件,请访问7w4.net。

🤖 AI 评测

整体质量良好。功能设计完整,参数验证严谨,分层合理(免费版可直接使用,付费版预留升级通道),有基本测试覆盖。主要优点是结构清晰、逻辑严密;不足是付费功能未真正实现、测试用例偏少、文档说明较少。适合需要自动化处理GitHub Issue回复的开发者使用免费版功能。

📊 多维度评分

适应性4.4
规范性4.1
有效性4.3
可靠性4.3
可信度4.8

📁 包含文件 (5 个)

📄 SKILL.md 860 B
📄 _meta.json 147 B
📄 references/skillpay-api-contract.md 1.3 KB
📄 scripts/github_issue_reply_assistant.py 4.8 KB
📄 scripts/test_github_issue_reply_assistant.py 1.4 KB