Frontmatter
| id | 7370 |
| title | Enable Agent to Checkout PR Branches |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | SarthakJain29 |
| createdAt | Oct 5, 2025, 1:15 PM |
| updatedAt | Oct 6, 2025, 3:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7370 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 6, 2025, 3:21 PM |
Enable Agent to Checkout PR Branches
tobiu added parent issue #7364 on Oct 5, 2025, 1:15 PM
tobiu cross-referenced by #7371 on Oct 5, 2025, 4:13 PM

SarthakJain29
Oct 5, 2025, 7:19 PM
Hi again! would love to work on this.
tobiu assigned to @SarthakJain29 on Oct 5, 2025, 7:52 PM

tobiu
Oct 5, 2025, 7:53 PM
assigned. ai native workflow strongly recommended for this one.
SarthakJain29 cross-referenced by PR #7392 on Oct 6, 2025, 1:29 PM
SarthakJain29 cross-referenced by #7393 on Oct 6, 2025, 2:18 PM
tobiu closed this issue on Oct 6, 2025, 3:21 PM
To allow the agent to review code from external pull requests, it needs a way to fetch and check out the code locally. The GitHub CLI provides a simple command for this:
gh pr checkout. This ticket is to create the workflow for the agent to use this command.Acceptance Criteria
AGENTS.md.gh pr checkout <PR_NUMBER>to fetch the code for a specific pull request.