Documentation Index
Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
Use this file to discover all available pages before exploring further.
PR Author
Install PR Author (GitHub) from the Pick Experts step at onboarding. Then hand it a task description in a session. It cuts the branch, writes the code, opens the PR, and sticks around to deal with CI failures and review comments until the thing merges.- Best for: any change where you’d rather not be the one babysitting CI and rebase conflicts.
- How to use: Start a session with the PR Author Expert and describe the task you want implemented. The agent creates a PR, implements the changes, and monitors it in the background — responding to comments, fixing failures, and keeping the PR up to date. To hand off an existing PR, reference its URL, repo + PR number, or
PR #123instead of describing a task.
See Also
- Code Reviews — pair PR Author with reviewers that evaluate the PRs it opens.
- End-to-End Tester — verify changes with a real-world test pass before merge.
- GitHub configuration — set up the GitHub capability and triggers PR Author depends on.