skills/issue-workflow/issue-work-down/SKILL.md
Identifies work-down from other issues, existing code, and tests; scopes the issue. Use when drafting or refining an issue to avoid duplicate work and clarify boundaries.
npx skillsauth add pkuppens/pkuppens issue-work-downInstall 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.
Decomposes the issue into actionable work items by linking to existing code, tests, and related issues.
gh issue list --search "term" --state open; note blocking or overlapping issues.rg, file tree, or IDE search for modules, classes, or files the change touches.## Work Down
- **Related issues:** #N (blocks), #M (overlaps — narrow)
- **Files to modify:** `path/to/file.py`, `path/to/test_*.py`
- **New files:** `path/to/new_module.py`
- **Tests:** add/update in `tests/test_*.py`
- **Deferred:** [items for follow-up issues]
For "Add BM25 retrieval to RAG pipeline":
backend/retrievers/base.py, backend/retrievers/bm25.pytests/test_bm25_retriever.pytesting
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.