Skip to content

Add sprint-check, issue-cleanup, and hotfix-release skills#8134

Draft
rajeshkamal5050 wants to merge 2 commits into
mainfrom
feature/engsys-skills
Draft

Add sprint-check, issue-cleanup, and hotfix-release skills#8134
rajeshkamal5050 wants to merge 2 commits into
mainfrom
feature/engsys-skills

Conversation

@rajeshkamal5050
Copy link
Copy Markdown
Contributor

@rajeshkamal5050 rajeshkamal5050 commented May 11, 2026

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

rajeshkamal5050 and others added 2 commits May 7, 2026 16:00
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant