review

Run parallel sub-agents to review code changes against repository standards and specifications.

195|16|Updated Feb 18, 2025
One-click install
npx skills add https://github.com/InditexTech/weavejs --skill review-inditextech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/InditexTech/weavejs/tree/main/code/.agents/skills/review
Command: npx skills add https://github.com/InditexTech/weavejs --skill review-inditextech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently evaluate code changes by simultaneously checking adherence to repository standards and to the original specifications, saving time and improving quality.

Core Features & Use Cases

  • Dual-axis analysis: Runs Standards and Spec reviews in parallel to surface cross-cutting gaps.
  • Diff-aware evaluation: Analyzes changes between a fixed point (commit, branch, tag, or merge-base) and HEAD to identify deviations.
  • Aggregated reporting: Produces side-by-side findings with actionable recommendations for remediation.

Quick Start

Instruct the system to review the current branch against a specified fixed point.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code changes against both repository standards and original specifications?▼

Review code changes against standards and specifications by running parallel sub-agents that assess both axes. The system captures the diff between a fixed point and HEAD, identifying deviations from repo coding standards and the originating spec.

What is the best way to automate diff analysis for coding standards and spec compliance?▼

Automate diff analysis by running dual-axis evaluations in parallel. Sub-agents simultaneously check the code diff for standards gaps and spec deviations, aggregating findings into a clear report with actionable recommendations.

Can I use a merge-base or specific commit as a fixed point for code review?▼

Yes, you can use a commit, branch, tag, or merge-base as the fixed point. The review captures the diff between that fixed point and HEAD to evaluate deviations from repository standards and specifications.

How does dual-axis code review work for identifying standards gaps?▼

Dual-axis code review works by running parallel sub-agents that independently assess Standards and Spec adherence. It captures code diffs and aggregates cross-cutting findings into a side-by-side report surfacing actionable remediation recommendations.

Does automated code review work without external dependencies or components?▼

Yes, automated code review runs without external dependencies or components. The system coordinates sub-agents internally to capture diffs, evaluate standards and spec compliance, and generate aggregated reports.

When do I need to run a spec compliance check on my code diff?▼

You need a spec compliance check when evaluating code changes against original specifications. The review surfaces deviations from the originating spec and repo standards, producing side-by-side findings with actionable recommendations for remediation.