smart-review

Automates Anthropic /code-review plugin-based code checks before pull requests are created or merged.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/disciplin-run-org/jjstack --skill smart-review-disciplin-run-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smart-review
Source: https://github.com/disciplin-run-org/jjstack/tree/main/skills/smart-review
Command: npx skills add https://github.com/disciplin-run-org/jjstack --skill smart-review-disciplin-run-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill reduces manual effort by automatically triggering code reviews before creating or merging pull requests, catching issues early to improve code quality.

Core Features & Use Cases

  • Automated PR review triggering: Runs Anthropic's /code-review plugin during key PR events such as creation and merging.
  • Specialized analysis: Uses five parallel agents to assess code compliance, bug detection, history analysis, comment patterns, and documentation quality.
  • Use Case: When preparing to merge a pull request, invoke this Skill to identify potential issues with code changes, ensuring that only high-quality code is integrated.

Quick Start

Request a review on your current pull request by asking the system to run the code review process.

Frequently Asked Questions about smart-review

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

FAQPage Schema
How do I automate code reviews before merging a pull request?

Automated code reviews before merging a pull request identify issues early by triggering the `/code-review` plugin on PR events, running five parallel agents to assess compliance, bugs, history, comments, and documentation.

What issues can automated pull request code review detect?

Automated pull request code review detects bugs, compliance violations, poor comment patterns, and documentation gaps using five parallel agents to analyze code changes, version history, and quality metrics.

Do I need the `/code-review` plugin to run automated PR reviews?

Automated PR reviews require the `/code-review` plugin to be installed and active, leveraging Anthropic's tooling to perform thorough analysis of code changes during pull request creation or merging workflows.

Can I trigger code analysis during pull request creation instead of merging?

Code analysis can be triggered during pull request creation and merging events, allowing developers to catch potential issues in code changes before integration rather than waiting for the final merge.

What is the best way to ensure code quality in version control workflows?

The best way to ensure code quality in version control workflows is automating code audits before pull request merging, using parallel agents for bug detection and compliance analysis to prevent poor integration.