Add sprint-check, issue-cleanup, and hotfix-release skills#8134
Draft
rajeshkamal5050 wants to merge 2 commits into
Draft
Add sprint-check, issue-cleanup, and hotfix-release skills#8134rajeshkamal5050 wants to merge 2 commits into
rajeshkamal5050 wants to merge 2 commits into
Conversation
Adds Copilot CLI skills for automated weekly workflows: - weekly-demo-video: generates narrated MP4 demo videos - weekly-report: generates weekly feature summaries for LT Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds three engineering automation skills: - sprint-check: validates sprint readiness, checks labels/milestones/project fields, supports sprint close rollover - issue-cleanup: scans backlog for hygiene gaps, flags customer-reported issues without triage, stale milestones - hotfix-release: creates hotfix branch from release tag, cherry-picks PRs, bumps version files, generates changelog entry Partially addresses #8033 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially addresses #8033
What
Three new Copilot skills for engineering automation.
sprint-check
Validates sprint readiness — labels, milestones, project fields (Sprint, Priority, Initiative), assignees. Supports personal/team/single-issue scope. Sprint close rollover when sprint is ending.
issue-cleanup
Scans backlog for hygiene gaps — missing labels, missing milestones, stale milestone assignments. Flags customer-reported issues sitting without triage.
hotfix-release
Creates a hotfix branch from a release tag, cherry-picks specified PRs, bumps version files (version.txt, azdext/version.go, CHANGELOG.md), pushes branch. Handles cherry-pick conflicts interactively.
Files
.github/skills/sprint-check/— SKILL.md + 2 reference docs.github/skills/issue-cleanup/— SKILL.md + 1 reference doc.github/skills/hotfix-release/— SKILL.md + 1 reference doc.vscode/cspell.misc.yaml— spelling overrides for new files