Loading video player...
ā” From GitHub issue to reviewed PR ā fully automated I built DevFlow Autopilot on top of Claude Code and GitHub Actions. Drop an issue onto your project board as a Draft, and a bot handles everything: branching, implementation, multi-agent review, documentation, and status tracking. You just review the PR at the end. š DevFlow Autopilot Repo: https://github.com/The01Geek/devflow-autopilot š RadKit Browser Extension: https://github.com/The01Geek/RadKit --- **What's covered:** `/create-issue` ā turns a rough idea into a structured GitHub issue `/implement` pipeline, end to end: ā **code-explorer** maps the codebase and its patterns ā **code-architect** designs the solution ā Implementer writes code and tests on a fresh branch ā **/review-and-fix** runs 5 specialized agents in parallel (code review, silent-failure hunting, comment analysis, test coverage, type design) ā loops up to 4 iterations until they pass ā **WikiWizard** generates internal tech docs, user docs, release notes, and the PR description **Project board automation** ā issues move automatically: Draft ā In Progress ā AI PR Drafted ā Released ā Closed, driven by 6 small GitHub Actions workflows **Day-to-day skills** outside of `/implement`: `/review`, `/pr-description`, `/docs`, `/docs-verify` --- Everything runs off a single config file (`.github/project-config.yml`) and a GitHub App (Radman AI). It's a **template repo** ā no backend, no runtime. Just workflows, skills, and agents you can drop into any project.