MSBuild Quality Review
July 7, 2026 ยท View on GitHub
Review the MSBuild authoring quality of this repository using the
msbuild-reviewer agent defined at .github/agents/msbuild-reviewer.agent.md.
Instructions
- Launch the
msbuild-revieweragent inscanmode as a background task (tasktool,agent_type: "general-purpose",model: "claude-opus-4.6",mode: "background"). In the sub-agent prompt include:- The string
MODE: scanon the first line so the agent picks the correct operating mode. - The repository owner/name and the current date.
- A reminder that the parent workflow
noops immediately and therefore the sub-agent itself is responsible for callingcreate_issue(orcreate_pull_requestfor safe auto-fixes only).
- The string
- Immediately after launching the background task โ do NOT wait for it to
finish and do NOT read its result โ call
noopwith a brief status message such as"MSBuild reviewer launched in background. It will post the report directly.". Then stop.
Important: Reading the background agent result would pull its entire conversation (including every file it inspected) into your context. Do not call
read_agentor any equivalent after callingnoop.