Introduce AKS review skill#2076
Open
johnbilliris wants to merge 5 commits intomicrosoft:mainfrom
Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Introduces a new azure-kubernetes-review skill under plugin/skills/ to guide an evidence-based AKS posture review and generate a standardized Markdown audit report.
Changes:
- Adds the
azure-kubernetes-reviewskill with an end-to-end workflow and guardrails. - Adds reference documents (checklist matrix, container checks, diagnostics detector mapping) plus a report template.
- Updates
.gitignoreto ignore*.crtfiles.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| plugin/skills/azure-kubernetes-review/SKILL.md | Skill entrypoint, workflow outline, inputs/outputs, guardrails |
| plugin/skills/azure-kubernetes-review/assets/aks-audit-report-template.md | Report template for audit output |
| plugin/skills/azure-kubernetes-review/references/aks-checklist-matrix.md | Canonical checklist matrix + validation commands |
| plugin/skills/azure-kubernetes-review/references/aks-container-best-practices.md | Container-level best-practice checks and scoring rules |
| plugin/skills/azure-kubernetes-review/references/aks-diagnostics-detectors.md | Diagnostics detector extraction + mapping guidance |
| plugin/skills/azure-kubernetes-review/references/quality-gates.md | Completeness checks and decision logic |
| plugin/skills/azure-kubernetes-review/references/workflow-scope-and-checklist.md | Scope definition + checklist loading workflow |
| plugin/skills/azure-kubernetes-review/references/workflow-diagnostics.md | Diagnostics execution workflow |
| plugin/skills/azure-kubernetes-review/references/workflow-warning-events.md | Warning event collection + correlation workflow |
| plugin/skills/azure-kubernetes-review/references/workflow-container-assessment.md | Container assessment workflow |
| plugin/skills/azure-kubernetes-review/references/workflow-validation-and-findings.md | Validation command execution + findings workflow |
| plugin/skills/azure-kubernetes-review/references/workflow-report.md | Report generation workflow |
| .gitignore | Ignores *.crt files |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kvenkatrajan
requested changes
Apr 28, 2026
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.
Description
Introduce an Azure Kubernetes Review skill
Checklist
cd tests && npm test)npm run test:skills:integration -- <skill>)USE FOR/DO NOT USE FOR/PREFER OVERclauses: confirmed no routing regressions for competing skillsRelated Issues