dev-team

Installation
SKILL.md

Dev Team — Dev → QA → Reviewer Loop

This skill drives one unit of work — a spec, ticket, finding, or change request — from its written spec to a committed, reviewed result. It does this by standing up a small agent team and running it through a bounded loop: a Dev implements, a QA verifies ("trust nothing"), a Reviewer does the code review and creates the commit. On any failure the loop sends the Dev the specific feedback, up to a cycle cap, then escalates. Fire it off and it builds the team for you.

It is the reusable core of a rigorous implementation flow. You can fire it off on whatever you're working on right now, and implement-full-spec calls it once per subtask before layering on its own stacking, PR, and review-response machinery.

When to use this skill

Use it when the operator wants a change implemented with rigor — built, independently verified, and code-reviewed before it lands — rather than a quick inline edit. Common phrasings:

  • "Implement this spec with a dev → QA → review loop."
  • "Fire off the dev team on this task."
  • "Use agents to build this and verify it before committing."
  • "Drive this change through dev, then QA, then code review."

It is the wrong skill when:

Installs
9
GitHub Stars
15
First Seen
Jun 16, 2026
dev-team — donnfelker/loop-skills