What problem does it solve?
Applying planned backlog changes to a live tracker is error-prone: wrong platforms, duplicated creates after interruptions, unreviewed plans, and leaked placeholder IDs. This Skill executes mutating backlog operations against Azure DevOps, GitHub, or Jira with enforced safety gates so every write is confirmed, logged, and resumable.
Core Features & Use Cases
- Single-item creation: Guided conversational creation of one work item with platform-validated types, hierarchy checks, and field collection.
- Handoff execution: Processes a reviewed handoff file into ordered create, update, link, comment, and close operations with per-operation logging to handoff-logs.md.
- Safety protocols: Three-tier autonomy gating, dry-run rendering, resumable execution from logs, human-review checkbox enforcement, and content sanitization before any tracker call.
- Use Case: A planner produces a handoff file for a sprint's worth of GitHub issues; after human review, run this Skill to create the issues in dependency order, and if the run is interrupted, resume without duplicating completed creates.
Quick Start
Run the backlog-execute skill to apply the reviewed handoff file at .copilot-tracking/handoff.md to our GitHub repository with partial autonomy.