skills/beads-viewer/SKILL.md
Analyze Beads issue tracker graphs for planning, prioritization, and execution insights. Use when the user asks about tasks, priorities, what to work on next, project planning, or mentions Beads issues. Provides graph-theoretic analysis (PageRank, critical path, bottlenecks) for intelligent prioritization.
npx skillsauth add szoloth/skills beads-viewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Beads Viewer (bv) provides structural analysis of issue tracker graphs (DAGs) stored in .beads/beads.jsonl files. It computes graph-theoretic metrics to identify bottlenecks, critical paths, and optimal execution sequences that traditional list-based trackers miss.
Invoke this skill when the user:
bv --robot-plan
Returns dependency-respecting execution plan:
tracks: Independent work streams that can be parallelizeditems: Actionable issues sorted by priority within each trackunblocks: Issues that become actionable when an item is donesummary.highest_impact: The single most impactful item to work onbv --robot-insights
Returns deep graph analysis:
bv --robot-priority
Suggests priority adjustments:
recommendations: Sorted by confidence, then impact scoreconfidence: 0-1 score indicating strength of recommendationreasoning: Human-readable explanationsdirection: 'increase' or 'decrease' prioritybv --diff-since HEAD~5 --robot-diff
Shows changes since a historical point:
new_issues: Issues added since thenclosed_issues: Issues that were closedmodified_issues: Issues with field changessummary.health_trend: 'improving', 'degrading', or 'stable'bv --robot-recipes
Lists filtering/sorting presets: default, actionable, recent, blocked, high-impact, stale
bv --robot-plan to get execution plansummary.highest_impact issuebv --robot-insights for graph metricsbv --robot-priorityFor workspaces with multiple Beads repos, use:
bv --workspace .bv/workspace.yaml
bv --workspace .bv/workspace.yaml --repo api # Filter to specific repo
The user has Beads repos in:
~/Documents/LLM CONTEXT/.beads/ (root vault)~/Documents/LLM CONTEXT/1 - personal/.beads/ (personal)~/Documents/LLM CONTEXT/2 - work/DWA-PROJECT-HOME/.beads/ (DreamWorks)~/Documents/LLM CONTEXT/2 - work/COMCAST-PROJECT-HOME/.beads/ (Comcast)When asked "What should I work on?":
bv --robot-planWhen asked "Are there any bottlenecks?":
bv --robot-insightscontent-media
Fetch transcripts from YouTube videos for summarization and analysis.
documentation
This skill should be used when reviewing or editing written drafts to ensure they match Sam's personal style guide. It prioritizes voice preservation and anti-beige detection while catching structural gaps. Triggers on requests to review, edit, or improve written content.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
development
Web search and content extraction using Brave Search. Use when researching topics, finding documentation, extracting article content, or gathering information from the web. No browser required - works headlessly.