hatchmoment. scored by care · not by stars

agentic-go-contributor

AI-powered agent that auto‑writes Go PRs from GitHub issues

Maintainers and contributors often waste time drafting PRs for Go issues. This tool chains the Claude LLM with a hybrid pipeline that ingests an issue, explores the repo, implements fixes, runs go build, vet, test and gofmt, and finally emits a ready‑to‑merge PR title and body. It works on real repositories, using actual Go toolchain validation, so the output is compile‑ready and idiomatic. By combining read‑only exploration with iterative editing, it offers more reliable, production‑grade contributions than ad‑hoc scripts.

View on GitHub →

gvarad26/agentic-go-contributor