autonomous-coding-agent
Installation
SKILL.md
Autonomous Coding Agent
Automatically discover, implement, and open pull/merge requests for prioritized issues in the current repository.
Quick Start
- Detect the repo from
git remote get-url originand determine platform (GitHub vs GitLab) - List open prioritized issues, pick one, and check for conflicts with open PRs/MRs
- Fetch issue details with
gh issue vieworglab issue view - Create branch
feat/<number>, implement, push, open PR/MR
See REFERENCE.md for detailed branch naming and PR/MR format.
Platform detection
Detect the platform from the origin remote and derive the repo slug: