From dev-team
Run a code review on recent changes. Can specify files, a commit range, or review the current diff. For comprehensive reviews, spawns parallel reviewers via Agent Teams.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-team:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review target: **$ARGUMENTS**
Review target: $ARGUMENTS
Current diff: !git diff --stat HEAD~1 2>/dev/null || git diff --stat
Determine what to review:
Read CLAUDE.md and .claude/team/ files for project standards.
Delegate to @reviewer with the files/changes to review.
Present the review results with clear verdict (Approved / Changes Requested).
If changes are requested, ask the user if they want to delegate fixes to @developer.
npx claudepluginhub educosta85/dev-team --plugin dev-teamAutomates code reviews on git diffs, staged changes, PRs, files, or branches against CLAUDE.md conventions and prioritized best practices (security first).
Reviews git changes for code reuse, quality, and efficiency using a persistent team of three specialized reviewers enabling parallel analysis and follow-up questions.
Conducts systematic code reviews of recent git commits against project standards, generating structured feedback with blocking/non-blocking issues and checklists.