Sub-skill of github-project-board: Common Issues.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill common-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Common Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-common-issues-332de541)More formats (shields.io, HTML) on the badges page.
---
name: github-project-board-common-issues
description: 'Sub-skill of github-project-board: Common Issues.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Common Issues
## Common Issues
**Issue: Cards not syncing**
```bash
# Check project permissions
gh project view $PROJECT_NUM --owner @me
# Verify webhook configuration
gh api repos/:owner/:repo/hooks
```
**Issue: Field values not updating**
```bash
# List available fields
gh project field-list $PROJECT_NUM --owner @me
# Check field IDs
gh api graphql -f query='
query { viewer { projectV2(number: 1) { fields(first: 20) { nodes { ... on ProjectV2SingleSelectField { id name options { id name } } } } } } }
'
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.