list_project_issues
List GitHub issues from a repository with filters for state, labels, and assignee to track project tasks.
Instructions
List GitHub issues for a repository using the gh CLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo in owner/repo format | |
| state | No | Issue state filter (default: open) | |
| labels | No | Filter by labels (optional) | |
| assignee | No | Filter by assignee login (optional). Uses gh --assignee flag; the returned JSON field is 'assignees' (plural). |