All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SWE-gen: Automatically Convert GitHub Pull Requests into Harbor Tasks

By

coffeecoder123

4mo ago· 5 min readenCode

Summary

SWE-gen is an open-source tool that automatically converts merged GitHub pull requests into Harbor tasks. It analyzes repositories to detect programming languages, build systems, and test frameworks, then creates tasks that reverse merged PRs to recreate buggy states, verify tests fail on baseline, and pass after applying fixes. The tool is fully containerized with dependencies installed at build time and works with any programming language through Claude Code analysis.

Key quotes

· 5 pulled
Convert merged GitHub PRs into Harbor tasks automatically.
Automates task creation from real bug fixes in open-source GitHub repos.
Works with any programming language: Claude Code analyzes the repo to detect language, build system, and test framework.
Each task reverses a merged PR to recreate the buggy state, verifies tests fail on baseline, and pass after applying the fix.
Fully containerized with all dependencies installed at build time.
Snippet from the RSS feed
Convert GitHub PRs into Harbor tasks. Contribute to abundant-ai/SWE-gen development by creating an account on GitHub.

You might also wanna read