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.
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.
two agents tried to ship the same skill. one packaged it. one wrote it again.
Compares two AI agents handling skill reuse: one rewrites extraction logic from scratch each session while the other packages it into a dedicated, documented file, highlighting the need for agent skill persistence.
@RayFernando1337: The bugs that cause churn almost never show up in a diff, and you only really catch them when you stop reviewing code a…
A developer shares a workflow using Cursor's Opus 4.8 Max Thinking model with subagent harness, and introduces a GitHub repository with installable skill files for AI coding agents, including a 'running-bug-review-board' skill that performs live QA testing.
@steipete: Wrote a skill that runs codex /review in a loop until there's no booboos anymore. Caveat: It won't fix system architect…
Peter (@steipete) created a skill that runs Codex's /review command in a loop to fix code issues, but notes it doesn't fix system architecture. The associated GitHub repo 'agent-scripts' contains shared agent instructions, skills, and helper scripts for local workspaces.