Lists items within a GitHub Project. Use when you need to see which issues or PRs are on a board.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: gh-viewing-project-items
description: Lists items within a GitHub Project. Use when you need to see which issues or PRs are on a board.
---
# Viewing Project Items
## Purpose
Retrieves all items in a project using the `gh project item-list` command.
## 1. Safety & Verification
- **Project Number**: Requires the project's numeric ID (not the UUID).
## 2. Common Workflows
### Workflow: List All Items
Retrieves titles and internal IDs of project items.
**Command**:
```bash
gh project item-list <project-number> --owner <owner> --json id,title,content
```
## 3. Output Handling
The internal item ID is required for updating or deleting items.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.