sr

Automate multi-stage pull request code reviews with specialized agents.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill sr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sr
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/sr
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill sr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous code review process, ensuring code quality, architectural compliance, and requirement fulfillment before merging into the main branch.

Core Features & Use Cases

  • Multi-Agent Review: Leverages specialized agents for security, quality, testing, documentation, and performance.
  • Automated Quality Gates: Runs essential checks like linting, typing, and tests.
  • Decision Matrix: Provides a clear, objective decision (APPROVED, NEEDS FIXES) based on review findings.
  • Use Case: Before merging a new feature, run this skill to get a comprehensive review covering all critical aspects, ensuring a production-ready state.

Quick Start

Use the sr skill to review the code for the task located at 'path/to/task'.

Frequently Asked Questions about sr

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

FAQPage Schema
How do I automate code review for merge readiness?

You can automate code review for merge readiness by running a multi-stage process that executes quality gates, checks architectural compliance, and provides a clear merge decision based on a defined matrix.

What is a quality gate in a pull request review?

A quality gate in a pull request review is an automated check for essential criteria like linting, typing, and tests. It ensures code meets baseline standards before a merge decision is made.

How does multi-agent code review work for security and architecture?

Multi-agent code review works by leveraging specialized agents for security, quality, testing, and performance. Each agent conducts detailed analysis, and findings are synthesized into a consolidated report.

Can I get an automated merge decision for my pull request?

Yes, you can get an automated merge decision for your pull request. A defined decision matrix evaluates synthesized findings from multiple review agents to output a clear APPROVED or NEEDS FIXES verdict.

What aspects are covered in a comprehensive PR review?

A comprehensive PR review covers security, quality, testing, documentation, and performance. It also automates essential checks like linting and typing to ensure a production-ready state.

When should I run an automated code review before merging?

You should run an automated code review before merging a new feature into the main branch. This ensures requirement fulfillment, architectural compliance, and code quality prior to production release.