code-review

Dispatch parallel Claude and OpenCode reviewers to produce structured YAML code review reports.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill code-review-srnnkls
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/srnnkls/tropos/tree/main/skills/code-review
Command: npx skills add https://github.com/srnnkls/tropos --skill code-review-srnnkls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review can be time-consuming and siloed; this skill standardizes a multi-perspective review using parallel subagents to improve quality and consistency.

Core Features & Use Cases

  • Parallel subagent dispatch enables comprehensive analysis of code changes.
  • Supports spec-like requirements, PR prep, and cross-checks across references.
  • Use cases include validating correctness, maintainability, and security across a change.

Quick Start

Run a review with a target git diff to trigger the default parallel-review workflow.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-perspective code review for a git diff?▼

Automate multi-perspective code review by dispatching parallel subagents to analyze a git diff, which then generates structured YAML reports covering correctness, maintainability, and security.

What is the best way to prepare a pull request using parallel subagents?▼

Prepare a pull request by running a parallel-review workflow that dispatches Claude and OpenCode reviewers to cross-check spec-like requirements and reference artifacts, producing a structured YAML report.

Can I validate spec implementations against reference artifacts and edge cases?▼

Validate spec implementations by loading context from spec-like resources and dispatching parallel reviewers to cross-check reference artifacts and handle edge cases, outputting a structured YAML report.

Does parallel code review work with local git changes and YAML outputs?▼

Parallel code review works with local git changes by loading context from the diff and dispatching multiple subagents to analyze the changes, culminating in a structured YAML report.