Skip to content

Add the reviewer skill checking if the Learn article Change waves is updated#13840

Draft
GangWang01 wants to merge 1 commit into
mainfrom
skill-doc-changewave
Draft

Add the reviewer skill checking if the Learn article Change waves is updated#13840
GangWang01 wants to merge 1 commit into
mainfrom
skill-doc-changewave

Conversation

@GangWang01
Copy link
Copy Markdown
Member

Fixes #13811

Context

To keep the Learn article sync with documentation/wiki/ChangeWaves.md, add reviewer skill to check.

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 2
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [reviewing-msbuild-code] 📊 reviewing-msbuild-code: 220 BPE tokens [chars/4: 281] (compact ✓), 1 sections, 0 code blocks
ℹ️ [reviewing-msbuild-code] ⚠ No code blocks — agents perform better with concrete snippets and commands.
ℹ️ [reviewing-msbuild-code] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably.
ℹ️ ✅ All checks passed (1 skill(s))
ℹ️ Found 1 agent(s)
ℹ️ Validated 1 agent(s)
ℹ️ ✅ All checks passed (1 agent(s))
Full validator output ```text Found 1 skill(s) [reviewing-msbuild-code] 📊 reviewing-msbuild-code: 220 BPE tokens [chars/4: 281] (compact ✓), 1 sections, 0 code blocks [reviewing-msbuild-code] ⚠ No code blocks — agents perform better with concrete snippets and commands. [reviewing-msbuild-code] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably. ✅ All checks passed (1 skill(s)) Found 1 agent(s) Validated 1 agent(s)

✅ All checks passed (1 agent(s))

</details>

@GangWang01 GangWang01 marked this pull request as ready for review May 22, 2026 10:23
@GangWang01 GangWang01 requested a review from a team as a code owner May 22, 2026 10:23
Copilot AI review requested due to automatic review settings May 22, 2026 10:23
Copy link
Copy Markdown
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

This PR updates the repo’s automated review guidance so that when documentation/wiki/ChangeWaves.md changes, reviewers are prompted to ensure the corresponding public Learn article about MSBuild Change Waves is kept in sync.

Changes:

  • Added a docs-sync reminder to the reviewing-msbuild-code skill documentation.
  • Added a new ChangeWave-discipline checklist item to the expert-reviewer agent guidance to verify the Learn article is updated when ChangeWaves.md changes.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/skills/reviewing-msbuild-code/SKILL.md Adds a docs-sync check note pointing reviewers to the Learn article when ChangeWaves.md changes.
.github/agents/expert-reviewer.agent.md Extends the ChangeWave Discipline dimension with an explicit “verify Learn article updated” rule + checklist item.


Invoke `@expert-reviewer` for 24-dimension MSBuild code review. The agent contains the full methodology, principles, dimension rules with checklists, folder hotspot mapping, and 4-wave workflow.

The automated review includes a docs-sync check: when `documentation/wiki/ChangeWaves.md` changes, reviewers should flag if the corresponding Learn article is not updated: https://learn.microsoft.com/en-us/visualstudio/msbuild/change-waves?view=visualstudio.
Comment on lines +70 to +77
4. If `../../documentation/wiki/ChangeWaves.md` is changed, verify the corresponding Learn article is also updated: `https://learn.microsoft.com/en-us/visualstudio/msbuild/change-waves?view=visualstudio`.

**CHECK — Flag if:**
- [ ] A behavioral change is not gated behind a ChangeWave
- [ ] The ChangeWave version number does not match the next release
- [ ] Only the enabled path is tested; no test for disabled/opt-out
- [ ] The ChangeWave is not documented in `../../documentation/wiki/ChangeWaves.md`
- [ ] `../../documentation/wiki/ChangeWaves.md` is changed but the Learn article `https://learn.microsoft.com/en-us/visualstudio/msbuild/change-waves?view=visualstudio` is not updated
- [ ] The ChangeWave version number does not match the next release
- [ ] Only the enabled path is tested; no test for disabled/opt-out
- [ ] The ChangeWave is not documented in `../../documentation/wiki/ChangeWaves.md`
- [ ] `../../documentation/wiki/ChangeWaves.md` is changed but the Learn article `https://learn.microsoft.com/en-us/visualstudio/msbuild/change-waves?view=visualstudio` is not updated
Comment thread .github/skills/reviewing-msbuild-code/SKILL.md
@JanProvaznik JanProvaznik marked this pull request as draft May 25, 2026 11:35
Copy link
Copy Markdown
Member

@JanProvaznik JanProvaznik left a comment

Choose a reason for hiding this comment

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

hm actually I don't think this should be done as part of each PR that add changewave behavior, rather as part of the release checklist. Could you add a step there and put guidance for updating the learn page to the release skill?

@GangWang01 GangWang01 self-assigned this May 28, 2026
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.

Update public changewave documentation

3 participants