| name | github-project-board-swarm-board-synchronization |
| description | Sub-skill of github-project-board: Swarm-Board Synchronization (+1). |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
Swarm-Board Synchronization (+1)
Swarm-Board Synchronization
action: "store",
key: "board/config",
value: {
projectId: "PVT_xxx",
statusMapping: {
"pending": "Backlog",
*See sub-skills for full details.*
## GitHub Integration
```javascript
// Analyze repository for project setup
repo: "owner/repo",
analysis_type: "code_quality"
}
// Track issues
repo: "owner/repo",
action: "list"
}
// Get repository metrics
repo: "owner/repo"
}