Frontmatter
| title | Add new workflow to list issues and PRs using GitHub CLI |
| author | Mahita07 |
| state | Merged |
| createdAt | Oct 6, 2025, 7:37 PM |
| updatedAt | Oct 8, 2025, 2:39 PM |
| closedAt | Oct 8, 2025, 2:02 PM |
| mergedAt | Oct 8, 2025, 2:02 PM |
| branches | dev ← list-gh-issues-prs |
| url | https://github.com/neomjs/neo/pull/7396 |
Merged

Mahita07
commented on Oct 6, 2025, 7:39 PM
@tobiu Could you please review this PR ?

tobiu
commented on Oct 8, 2025, 2:02 PM
small typo inside the title (7336 vs 7366), but easy to match :)
✦ You were right. Issue #7366, "ENABLE AGENT TO LIST GITHUB ISSUES AND PRS," is a perfect match for the changes in this pull request. The contributor likely just referenced the wrong ticket ID.
The PR successfully implements all acceptance criteria from the correct ticket:
- It adds a new section to AGENTS.md detailing the use of gh issue list and gh pr list.
- It provides clear guidance and best practices for the agent.
- It includes examples of user prompts that should trigger these commands.
The documentation is well-written and structured. This PR is good to merge.

tobiu
commented on Oct 8, 2025, 2:39 PM
FYI: https://github.com/neomjs/neo/commit/b177ba4a2971bacf136194a6a3d9fc8f858cc124 => your new content is not lost, just moved from the agents file into a new guide, which is now referenced inside the agents file.
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: