github-projects
Installation
SKILL.md
GitHub Projects (v2)
There are now two APIs — pick deliberately
For years Projects v2 was GraphQL only, and a lot of tooling and advice
still says so. That is no longer true: GitHub shipped a REST surface under
/orgs/{org}/projectsV2/... and /users/{username}/projectsV2/...
(API version 2026-03-10).
| Use REST when | Use GraphQL when |
|---|---|
| Listing fields or items | Mutating item field values |
| Simple reads from a script or shell | You need one round trip across project + items + content |
| You want plain JSON without fragments | You need types REST has not exposed |