mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 07:23:23 -05:00
[PR #574] [CLOSED] Add AI Autonomous Dev Agent (Pilot) — ticket-to-PR pipeline with Claude Code #4680
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/574
Author: @alekspetrov
Created: 3/9/2026
Status: ❌ Closed
Base:
main← Head:add-pilot-autonomous-dev-agent📝 Commits (2)
3b2b32bAdd AI Autonomous Dev Agent (Pilot) — ticket-to-PR pipelineb7f0472Add dashboard screenshot to README📊 Changes
8 files changed (+352 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/.env.example(+8 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/README.md(+98 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/config.example.yaml(+39 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/demo_github_issue.py(+71 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/demo_webhook_trigger.py(+110 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/docker-compose.yml(+23 -0)➕
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/requirements.txt(+2 -0)📄 Description
Summary
Adds Pilot, an autonomous AI development pipeline that converts GitHub/Linear/Jira issues into pull requests using Claude Code.
Located in
advanced_ai_agents/multi_agent_apps/ai_autonomous_dev_agent/How It Works
The multi-agent pipeline uses Navigator for codebase-aware planning, Claude Code for implementation, and a self-reviewer for validation — with automated test/lint gates and retry loops.
Files
README.mddemo_github_issue.pypilot-labeled GitHub issuedemo_webhook_trigger.pyconfig.example.yamldocker-compose.ymlrequirements.txt.env.exampleHow to Run
Key Differentiators
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.