.claude/skills/ado-repo-analysis/SKILL.md
Analyze sibling repos to find best match for a work item
npx skillsauth add Vvanlaar/orch ado-repo-analysisInstall 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.
Analyze local repositories to find the best match for a work item based on context.
.git in REPOS_BASE_DIR/repo-analysis <work-item-context>
Example:
/repo-analysis "Fix video player buffering issue - relates to player SDK"
Repo Analysis Results:
1. video-player-sdk (95% match)
- Keywords: video, player, SDK, streaming
- Reason: Title mentions "player SDK"
2. media-services (60% match)
- Keywords: media, transcoding, delivery
- Reason: Related to video infrastructure
3. web-frontend (30% match)
- Keywords: React, UI, components
- Reason: May embed player
When invoked:
../.git subdirectorygit fetch origin (update refs)README.md first 500 linesCLAUDE.md if existstools
Sync GitHub repos from bluebillywig org to an ADO "Repository" picklist field on all work item types
development
Build a new desktop app release (Electron). Triggers on "build desktop", "new release", "desktop release", "build the app"
development
Generic Azure DevOps operations — edit tickets, query work items, add comments, change fields, move sprints, assign users, link items, and more. Triggers on "ado", "edit ticket", "update ticket", "move ticket", "assign ticket", "link ticket", "query ado", "search ado", "add comment to ticket", or ticket number mentions with edit/update intent.
testing
Use when testing and verifying a bug fix or feature for an ADO ticket. Triggers on /ado-test, "test ticket", or requests to test a ticket number.