skills/issue-workflow/issue-metadata/SKILL.md
Adds tags, milestones, assignees (always the user who triggered the issue), and planning references. Use when finalising an issue for GitHub or project tracking.
npx skillsauth add pkuppens/pkuppens issue-metadataInstall 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.
Completes issue metadata for GitHub labels, milestones, assignees, and planning links.
size:S, type:feature, area:backend, priority:high, etc. per repo conventions.gh as that person, use --assignee @me. If you draft for paste into the web UI, set Assignees to that user’s GitHub handle.--assignee <login> or set them in the UI.@me when the operator running gh is the requester.## Metadata
- **Labels:** `size:M`, `type:task`, `area:skills`
- **Milestone:** (none | v1.2)
- **Assignees:** @username (trigger: direct | indirect — [who])
- **Parent:** #N
gh issue create --title "..." --body "..." --label "size:M" --label "type:task" --assignee @me
Use --assignee <login> when the trigger is another GitHub user. gh api user -q .login shows the authenticated account when you need to confirm @me.
When opening a PR with gh pr create, apply the same ownership rule: pass --assignee @me (or the responsible human’s login) so the PR appears on their review list. If the flag is unavailable, run gh pr edit <n> --add-assignee @me immediately after create. Issues and PRs should not ship unassigned when the responsible person is known.
Example:
gh pr create --base main --assignee @me --title "#42: fix: ..." --body "Closes #42"
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.
tools
Orchestrates Azure DevOps work item, repo, and pipeline workflows using az CLI. Use when working with Azure DevOps, Azure Repos, Azure Boards, Azure Pipelines, or az devops commands.