skills/issue-workflow/SKILL.md
Orchestrates issue lifecycle from idea to closed. Use when creating, refining, or validating a GitHub issue; triggers sub-skills (5.1–5.9) as needed. New issues assign the trigger user for explicit ownership and review.
npx skillsauth add pkuppens/pkuppens issue-workflowInstall 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.
Orchestrates the GitHub issue lifecycle per GitHub Issue Lifecycle conventions and repo CLAUDE.md.
docs/architecture/).gh (optional) — issue-gh-bulk-scratch. When creating many related issues at once: gitignored tmp/EPIC-#.md and tmp/ISSUE-#.md named 1-1 with GitHub issue numbers, and --assignee @me (or batch gh issue edit) so each item shows on the assignee’s list.ready-for-agent with execution:ai-ok.gh, use issue-gh-bulk-scratch for local 1-1 tmp names and self-assign.gh issue create or paste into GitHub UI.## Goal
[One sentence: what and why]
## Tasks
- [ ] ...
## Acceptance Criteria
- [ ] ... (copy-pastable steps: command/URL → expected result)
## Out of Scope
- ...
## Estimate
Size: S | M | L — [rationale]
## Metadata
Labels: size:M, type:task — Milestone: (none) — Assignee: @trigger — Parent: #N
## Related
- #N (if duplicate/related)
Uses gh CLI: gh issue list, gh issue view, gh issue create. Ensure gh auth login if needed. For EPIC + multiple sub-issues with local scratch files, see issue-gh-bulk-scratch.
For issues in regulated, high-assurance, or “must prove verification” contexts, after acceptance criteria are drafted consider v-model so each AC can be tied to validation/tests. For brownfield work, see v-model-retrofit. Execution ownership: _meta/human-ai-execution.md.
testing
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.