Skip to content

docs(ai): Add review skill, VsCode prompts#15799

Merged
christopherco merged 1 commit intomicrosoft:tomls/base/mainfrom
dmcilvaney:damcilva/prd_ai_tooling_parts/phase_4
Feb 13, 2026
Merged

docs(ai): Add review skill, VsCode prompts#15799
christopherco merged 1 commit intomicrosoft:tomls/base/mainfrom
dmcilvaney:damcilva/prd_ai_tooling_parts/phase_4

Conversation

@dmcilvaney
Copy link
Contributor

No description provided.

@dmcilvaney dmcilvaney force-pushed the damcilva/prd_ai_tooling_parts/phase_4 branch 5 times, most recently from e774011 to 4124e11 Compare February 13, 2026 22:46
@dmcilvaney dmcilvaney marked this pull request as ready for review February 13, 2026 22:47
Copilot AI review requested due to automatic review settings February 13, 2026 22:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds VS Code prompt files and documentation updates to support AI-assisted workflows (prompts + skills) for Azure Linux component maintenance, aligning repo docs with the new prompt/skill structure.

Changes:

  • Updates the agent instructions PRD to describe a two-tier prompt model and marks the new prompts as implemented.
  • Extends README.md with guidance for using VS Code prompt files and GitHub Copilot CLI in this repo.
  • Adds five .github/prompts/azl-*.prompt.md files for add/update/review/debug/migrate component workflows.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 16 comments.

Show a summary per file
File Description
docs/prds/agent-instructions.prd.md Documents the two-tier prompt model and tracks prompt deliverables.
README.md Adds VS Code + Copilot CLI usage guidance and a prompt catalog.
.github/prompts/azl-add-component.prompt.md New prompt to guide adding a component via existing skills/instructions.
.github/prompts/azl-update-component.prompt.md New prompt encoding an update workflow (version/deps/overlay/config).
.github/prompts/azl-review-component.prompt.md New prompt wrapping the component hygiene review skill/checklist.
.github/prompts/azl-debug-component.prompt.md New prompt for triaging overlay vs build vs runtime/packaging failures.
.github/prompts/azl-migrate-component.prompt.md New prompt for migrating inline component definitions to .comp.toml files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dmcilvaney dmcilvaney force-pushed the damcilva/prd_ai_tooling_parts/phase_4 branch from 4124e11 to 5485d64 Compare February 13, 2026 23:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


This repo includes [GitHub Copilot](https://docs.github.com/en/copilot) prompt files in `.github/` that automate common workflows. Open VS Code with Copilot Chat in **Agent mode**, attach a prompt (📎), and fill in the inputs.

> **Important:** VSCode works properly when opened as a workspace (i.e. open `code ~/repos/azurelinux`, NOT `code ~/repos`). Otherwise, Copilot may not find the prompt files and won't load the skills.
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

Corrected spelling of 'VSCode' to 'VS Code' for consistency with official product naming.

Copilot uses AI. Check for mistakes.
> Add the cowsay package, but make it clippysay and make clippy the default
```

In VSCode, there are specialized prompts for common tasks. They can be accessed from the chat window by typing `/azl-...` to filter for Azure Linux prompts:
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

Corrected spelling of 'VSCode' to 'VS Code' for consistency with official product naming.

Copilot uses AI. Check for mistakes.

### Copilot CLI

The skills and instructions are also compatible with the [GitHub Copilot CLI](https://github.com/features/copilot/cli/) which can be used directly from the terminal without opening VSCode.
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

Corrected spelling of 'VSCode' to 'VS Code' for consistency with official product naming.

Copilot uses AI. Check for mistakes.
@christopherco christopherco merged commit 7682b16 into microsoft:tomls/base/main Feb 13, 2026
10 of 12 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.

3 participants