Conversation
Add /review slash command and PR-open auto-trigger workflows that invoke the expert-reviewer agent for code review. - review.agent.md: triggered by /review comment on PRs - review-on-open.agent.md: auto-triggered when a PR is opened - shared/review-shared.md: shared config (permissions, tools, body) - agents/expert-reviewer.md: 24-dimension MSBuild code review agent
Add select-copilot-pat action and PAT pool rotation logic to shared/review-shared.md to test whether imported workflows can carry pre-activation steps, jobs, and engine overrides.
Expert Code Review — PR #56: Feature/expert review workflowThis PR adds two GitHub Agentic Workflows (auto-trigger on PR open + Applied all 24 review dimensions from Dimension Summary
MODERATE[MODERATE] Documentation Accuracy — Agent-Codebase MismatchFile: The agent is titled "Expert MSBuild Reviewer" and its 24 dimensions, 12 knowledge areas, and folder hotspot mapping are explicitly MSBuild-specific (ChangeWave gating, binary log format, If this is intentional (testing in a fork before deploying to an MSBuild repo), a comment to that effect in the agent frontmatter would prevent confusion for future maintainers. Otherwise, the agent's knowledge areas and folder hotspot table need to be updated for ML.NET. Recommendation: Either add a frontmatter comment noting this agent is designed for MSBuild repos, or update the agent's knowledge areas and hotspot table to reflect ML.NET's architecture. [MODERATE] Correctness — Invalid
|
Add two GitHub Agentic Workflows that invoke the expert-reviewer agent for code review: /review slash command + auto-trigger on PR open. Shared config via review-shared.md.
(recreated from #55)