I packaged our multi-model code review workflow as a reusable skill
Summary
A developer packaged a multi-model code review workflow where an orchestrator agent coordinates multiple reviewer models and consolidates findings into a single report, and released it as a reusable skill on GitHub.
Similar Articles
I was tired of maintaining skill.md files, so I built an open-source CLI that creates, manages, and observes skills using a Github repo. You can monitor, track, and share skills between sessions of any agent, all while iteratively improving/versioning them.
An open-source CLI tool that creates, manages, and versions agent skills via GitHub repos, enabling reliable sharing and observation across sessions.
@zachlloydtweets: https://x.com/zachlloydtweets/status/2077428025474355521
This post describes how to build a self-improving code review agent as part of a cloud software factory, using a code review skill, GitHub actions, and an outer-loop agent for continuous improvement.
Most multi-agent setups have one agent do everything — write the suggestion, decide the verdict, route the outcome. Here's what changed when I split them.
Describes a specialized multi-agent system for code review with distinct roles and persistent state, open-sourced as agile-team-skill, which separates reviewer and decision-maker roles to improve code quality and process memory.
@github: Your standards. Your tools. Every review. Copilot code review supports custom agent skills and MCP server connections. …
GitHub Copilot code review now supports custom agent skills and MCP server connections in public preview, allowing organizations to bring their own standards and context into code reviews.
@mattpocockuk: Adding a set of Martin Fowler's code smells from Refactoring into my /review skill Mysterious Name, Duplicated Code, Fe…
Matt Pocock announces adding Martin Fowler's code smells to his /review skill for AI coding agents, and shares his open-source collection of composable agent skills designed to improve real engineering workflows.