Skip to content

feature: retire azure-rbac skill#2779

Merged
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/retire-azure-rbac
Jul 16, 2026
Merged

feature: retire azure-rbac skill#2779
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/retire-azure-rbac

Conversation

@JasonYeMSFT

Copy link
Copy Markdown
Member

Description

Retires the azure-rbac skill by removing its plugin definition, evals, tests, and references throughout the codebase. Updates dependent skills (entra-agent-id, entra-app-registration) and CI workflows accordingly.

Checklist

  • Tests pass locally (cd tests && npm test)
  • Title has one of the prefixes: fix:, feat:, feature:, chore:, misc:, test:, eval:
  • If modifying skill descriptions: verified routing correctness with integration tests (In tests/, npm run test:integration -- <skill> or npm run test:vally -- --skill <skill>)

Related Issues

Closes #2778

Copilot AI review requested due to automatic review settings July 8, 2026 17:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR retires the azure-rbac skill from the plugin by removing the skill source/evals and cleaning up references in test registration, CI, and related documentation so the remaining skills and scheduled runs no longer include azure-rbac.

Changes:

  • Removed azure-rbac from the registered skills list and the scheduled integration test matrix.
  • Updated dependent skill frontmatter descriptions to remove references to the retired azure-rbac skill.
  • Removed azure-rbac references from CI workflow inputs, CODEOWNERS, and internal meta-skill docs.
Show a summary per file
File Description
tests/skills.json Removes azure-rbac from the skill registry and integration schedule list.
plugin/skills/entra-app-registration/SKILL.md Drops azure-rbac mention from anti-triggers in the skill description.
plugin/skills/entra-agent-id/SKILL.md Drops azure-rbac mention from anti-triggers in the skill description.
plugin/skills/azure-rbac/version.json Deletes per-skill version configuration as part of retiring the skill.
plugin/skills/azure-rbac/SKILL.md Removes the retired skill definition.
evals/azure-rbac/eval.yaml Removes the retired skill’s Vally integration eval suite.
.github/workflows/test-all-integration.yml Removes azure-rbac from examples and from VALLY_SKILLS.
.github/skills/sensei/references/SCORING.md Removes azure-rbac from the scoring reference list.
.github/skills/file-test-bug/SKILL.md Updates example skill names away from azure-rbac.
.github/skills/analyze-skill-issues/references/blob-structure.md Removes azure-rbac from skill name mapping documentation.
.github/CODEOWNERS Removes ownership entry for the retired skill path.

Review details

  • Files reviewed: 11/11 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread .github/skills/sensei/references/SCORING.md Outdated
tmeschter
tmeschter previously approved these changes Jul 15, 2026
@JasonYeMSFT
JasonYeMSFT merged commit 2a31526 into microsoft:main Jul 16, 2026
11 checks passed
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.

[feature]: remove azure-rbac skill

5 participants