Frontmatter
| id | 7366 |
| title | Enable Agent to List GitHub Issues and PRs |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | Mahita07 |
| createdAt | Oct 5, 2025, 12:37 PM |
| updatedAt | Oct 13, 2025, 11:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7366 |
| author | tobiu |
| commentsCount | 4 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 13, 2025, 11:14 PM |
Enable Agent to List GitHub Issues and PRs
tobiu added parent issue #7364 on Oct 5, 2025, 12:37 PM

Mahita07
Oct 5, 2025, 12:39 PM
Hey @tobiu could you please assign me this issue ? I would love to work on it.

tobiu
Oct 5, 2025, 12:49 PM
sure. please see the comment inside your other sub first.
tobiu assigned to @Mahita07 on Oct 5, 2025, 12:49 PM

Mahita07
Oct 5, 2025, 1:13 PM
Sure, thank you !
Mahita07 cross-referenced by PR #7396 on Oct 6, 2025, 7:39 PM

tobiu
Oct 13, 2025, 11:14 PM
closing the ticket as resolved.
tobiu closed this issue on Oct 13, 2025, 11:14 PM
As a foundational capability, the AI agent needs to be able to view open issues and pull requests. This allows the agent to gain context on ongoing work and is a prerequisite for more advanced interactions like reviewing PRs. This ticket involves creating a simple workflow for the agent to use the
ghcommand to list this information.Acceptance Criteria
AGENTS.mdthat instructs the agent on how to usegh issue listto see open issues.AGENTS.mdthat instructs the agent on how to usegh pr listto see open pull requests.gh pr list.").