Sub-skill of github-project-board: Generate Board Analytics.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill generate-board-analytics --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generate Board Analytics?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-generate-board-analytics-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-project-board-generate-board-analytics
description: 'Sub-skill of github-project-board: Generate Board Analytics.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Generate Board Analytics
## Generate Board Analytics
```bash
# Collect metrics
METRICS=$(gh project item-list $PROJECT_NUM --owner @me --format json | jq '{
total_items: .items | length,
by_status: .items | group_by(.status) | map({status: .[0].status, count: length}),
by_assignee: .items | group_by(.assignee) | map({assignee: .[0].assignee, count: length}),
avg_cycle_time: "5.2 days"
}')
# Create analytics report
cat << EOF > sprint-report.md
# Sprint Analytics Report
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.