team-reviewer

Review PHP and JavaScript/Vue code changes against Conduction's standards.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/ConductionNL/decidesk --skill team-reviewer-conductionnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-reviewer
Source: https://github.com/ConductionNL/decidesk/tree/main/.claude/skills/team-reviewer
Command: npx skills add https://github.com/ConductionNL/decidesk --skill team-reviewer-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes against Conduction's coding standards, quality gates, and conventions.

Core Features & Use Cases

  • Automated code quality review across PHP and JavaScript/Vue codebases.
  • Runs the full quality pipeline (PHPCS, PHPMD, Psalm, PHPStan, ESLint, Stylelint) and reports violations with specific fixes.
  • Supports input options (uncommitted changes, PRs, or specific file sets) and returns per-file results plus a composite score.

Quick Start

Run the code-reviewer on current changes to generate a comprehensive quality report.

Frequently Asked Questions about team-reviewer

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

FAQPage Schema
How do I automate code quality review for pull requests in PHP and Vue?

Automate code quality review by running a full pipeline against PHP and Vue changes, returning per-file violations and a composite score. It checks uncommitted changes, pull requests, or specific file sets against established coding standards.

What static analysis tools are included in an automated PHP code review?

An automated PHP code review includes PHPCS, PHPMD, Psalm, and PHPStan. It executes these tools alongside ESLint and Stylelint to enforce a composite quality gate and provide actionable violation details with suggested fixes.

Does automated code review work with JavaScript and Vue codebases?

Yes, automated code review works with JavaScript and Vue codebases by integrating ESLint and Stylelint. It runs these alongside PHP static analysis tools to evaluate code changes comprehensively and report per-file results.

How do I check uncommitted code changes against coding standards before committing?

Check uncommitted code changes by running the reviewer on your current working directory. It evaluates those specific changes against quality gates and conventions, returning a comprehensive quality report with a composite score and suggested fixes.

What is a composite quality gate score in static code analysis?

A composite quality gate score aggregates violations from multiple static analysis tools like PHPCS, PHPStan, and ESLint into a single rating. It reflects overall code quality across your PHP and Vue files, providing actionable feedback for developers.

Can I review specific file sets instead of a full pull request?

Yes, you can review specific file sets instead of a full pull request. The reviewer accepts specified files, uncommitted changes, or pull requests as input, running the quality pipeline and returning per-file violation details and fixes.