sd-review

Coordinates sd-explore and three reviewer agents to produce a verified code review report.

2|2|Updated Jul 10, 2024
One-click install
npx skills add https://github.com/kslhunter/simplysm --skill sd-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sd-review
Source: https://github.com/kslhunter/simplysm/tree/main/.claude/skills/sd-review
Command: npx skills add https://github.com/kslhunter/simplysm --skill sd-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs comprehensive code reviews of a package or path by orchestrating an initial sd-explore analysis and three specialized reviewer agents in parallel, then producing a single, verified report without modifying source code.

Core Features & Use Cases

  • Multi-perspective analysis: sd-explore provides entry-point discovery, architecture overview, and testability assessment, followed by targeted reviews from specialized agents.
  • All-files scope: The review applies to all source files under the target path, ensuring nothing is overlooked.
  • Read-only reporting: Generates a comprehensive final report that summarizes findings, impacts, and recommendations without making code changes.

Quick Start

Provide the target path to review, for example packages/solid, to begin.

Frequently Asked Questions about sd-review

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

FAQPage Schema
How do I perform an automated code review on a specific package path?▼

To perform an automated code review, provide the target package path and the tool applies analysis to all source files, running an initial exploration and three parallel reviewer agents to generate a verified report.

What is multi-perspective static analysis and how does it work for code reviews?▼

Multi-perspective static analysis works by running an initial architecture exploration followed by targeted reviews from three specialized agents in parallel, ensuring all source files under a path are evaluated comprehensively.

Does this code review tool modify my source files during analysis?▼

This code review tool does not modify source files during analysis, as it operates with read-only reporting to summarize findings, impacts, and recommendations without making any code changes.

Do I need the sd-explore skill to run a comprehensive package review?▼

Yes, you need the sd-explore skill to run a comprehensive package review, because it provides the required entry-point discovery, architecture overview, and testability assessment before the parallel reviewer agents execute.

What is the best way to review all source files under a target path for quality assurance?▼

The best way to review all source files under a target path for quality assurance is using an orchestration tool that applies exploration and parallel specialized reviewers, followed by a verification step to ensure findings reflect the actual code.

Are there limitations to using parallel reviewer agents for static code analysis?▼

A limitation of using parallel reviewer agents for static code analysis is that a verification step is required afterward to ensure the generated findings accurately reflect the actual code before the final report is produced.