review-sdlc

Analyze code changes across security, performance, docs, and concurrency dimensions.

6|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill review-sdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-sdlc
Source: https://github.com/rnagrodzki/sdlc-marketplace/tree/main/plugins/sdlc-utilities/skills/review-sdlc
Command: npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill review-sdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating and coordinating multi-dimension code reviews across changes to surface actionable findings, reduce manual overhead, and improve software quality.

Core Features & Use Cases

  • Pre-computes git data with skill/review.js and dispatches parallel dimension subagents to audit changes.
  • Generates a consolidated review summary that can be posted to PRs or saved for later.
  • Supports a self-fix workflow by routing findings to the received-review-sdlc agent when applicable.

Quick Start

Use the review-sdlc skill to analyze the latest changes and generate a multi-dimension review report.

Frequently Asked Questions about review-sdlc

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

FAQPage Schema
How do I automate multi-dimension code reviews for git changes?

Automate multi-dimension code reviews by pre-computing git data and dispatching parallel subagents to audit changes across security, performance, docs, and concurrency dimensions. This generates a structured review summary with actionable findings to reduce manual overhead.

Can I automatically post code review summaries to pull requests?

Yes, you can post consolidated code review summaries to pull requests. After analyzing code changes across project-defined dimensions, the generated review can be delivered directly to PRs or saved for later reference.

What is the best way to review code changes for security and concurrency issues?

Review code changes for security and concurrency by orchestrating parallel dimension subagents that assess matched files against reference specifications. This approach surfaces actionable findings across multiple key concerns simultaneously rather than inspecting manually.

How does automated code review handle self-fix workflows?

Automated code review handles self-fix workflows by routing generated findings to the received-review-sdlc agent when applicable. This allows the system to process consolidated review outputs and apply corrections based on the identified multi-dimension issues.

Do I need reference specifications to run a multi-dimension code review?

Yes, reference specifications are required to run a multi-dimension code review. The process reads these specifications to evaluate matched files across security, performance, docs, and concurrency dimensions before delivering a consolidated review report.