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

  1. Launch the msbuild-reviewer agent in scan mode as a background task (task tool, agent_type: "general-purpose", model: "claude-opus-4.6", mode: "background"). In the sub-agent prompt include:
    • The string MODE: scan on 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 calling create_issue (or create_pull_request for safe auto-fixes only).
  2. Immediately after launching the background task โ€” do NOT wait for it to finish and do NOT read its result โ€” call noop with 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_agent or any equivalent after calling noop.