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

  1. Detect the repo from git remote get-url origin and determine platform (GitHub vs GitLab)
  2. List open prioritized issues, pick one, and check for conflicts with open PRs/MRs
  3. Fetch issue details with gh issue view or glab issue view
  4. 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:

Installs
15
GitHub Stars
1
First Seen
Jun 3, 2026
autonomous-coding-agent — matthew-andrews/skills