github-project

SKILL.md

GitHub Project Board

Project Configuration

Board Columns & Status Option IDs

Column Option ID
Backlog 25e9263f
To do 6c3f4438
In progress 36813ba3
Experimental 52a48e60
Done c40edce0

GitHub CLI Commands

# List open issues
gh issue list --state open

# View specific issue
gh issue view NUMBER

# Access project board (requires read:project scope)
gh api graphql -f query='
  query {
    user(login: "bonny") {
      projectV2(number: 4) {
        title
        items(first: 50) {
          nodes {
            content {
              ... on Issue {
                title
                number
                state
              }
            }
          }
        }
      }
    }
  }
'
Weekly Installs
1
GitHub Stars
315
First Seen
6 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1