code

GitHub Assistant

Đã xác minh
bởi @gitflow_ninja Developer Tools

Supercharge your GitHub workflow. Automatically review PRs, manage issues, generate release notes, and monitor CI/CD pipelines. Get summaries of repo activity, triage incoming issues, and never miss a failing build — all through natural language.

terminal

Cài đặt

$ claw install github-assistant

Cấu hình

Cấu hình biến môi trường trong file .env hoặc manifest skill.

VARIABLE DESCRIPTION DEFAULT
GITHUB_TOKEN GitHub personal access token
DEFAULT_REPO Default repository (owner/repo)
AUTO_REVIEW Enable automatic PR review on new PRs false

Cách dùng

User: "Review the latest PR on our main repo and summarize what changed."
Claw:

// GitHub assistant activated

pull_request Fetching PR #847: "Add WebSocket support for real-time events"

check_circle Review complete. 12 files changed, +342 / -28 lines

Summary: Adds WebSocket server with event broadcasting.
Key changes: New ws/ module, updated API routes, added reconnection logic.
Issues found: Missing error handler in ws/connection.ts:45
CI status: All checks passing ✓

Manifest Skill (JSON)

{
  "name": "github-assistant",
  "version": "2.2.0",
  "permissions": [
    "github.repos.read",
    "github.pulls.write",
    "github.issues.write"
  ],
  "trigger": "regex:/(review|check|list|create|close|merge) .*(pr|pull|issue|release|build).*/i",
  "engine": "node-20"
}

Thảo luận & Phản hồi

4.8
starstarstarstarstar_half
Đánh giá trung bình
287 Tổng đánh giá
person
@senior_dev verified Người dùng đã xác minh
starstarstarstarstar

The automated PR reviews catch things I miss at 2 AM. It flagged a SQL injection vulnerability in a junior's PR that would have slipped through. Worth it for security alone.

volunteer_activism
@oss_maintainer verified Người dùng đã xác minh
starstarstarstarstar

Managing a repo with 500+ issues was drowning me. Now I say "triage new issues from this week" and get a categorized summary with suggested labels. Release notes generation is also flawless.

engineering
@devops_lead
starstarstarstarstar_outline

CI/CD monitoring is great — I get a Telegram ping the moment a build fails with a summary of what broke. Only wish it supported GitLab too, but for GitHub-centric teams it's perfect.

Cập nhật thường xuyên

Tin tức cộng đồng về bản phát hành, skill mới và tích hợp của Hermes Agent. Không spam, hủy đăng ký bất cứ lúc nào.