setup

Create a local JSON configuration file for project-specific AI review agents.

2|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/psd401/psd-claude-plugins --skill setup-psd401
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/psd401/psd-claude-plugins/tree/main/plugins/psd-coding-system/skills/setup
Command: npx skills add https://github.com/psd401/psd-claude-plugins --skill setup-psd401

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to customize which AI agents are activated during the /review-pr process for a specific project, optimizing review efficiency and reducing unnecessary processing.

Core Features & Use Cases

  • Agent Selection: Choose from a list of 20 specialized review and language agents.
  • Project-Scoped Configuration: Creates a .claude/review-config.json file that can be committed to your project's repository, ensuring consistent settings for all team members.
  • Use Case: For a Python-only project, you can disable the TypeScript and Swift reviewers to speed up the PR review process.

Quick Start

Use the setup skill to reset the review agent configuration for this project.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure AI review agents for specific pull requests?

You can configure project-specific AI review agents for pull requests by generating a local JSON configuration file. This setup enables granular control over agent activation based on review triggers, file types, and code context.

What is the best way to disable specific code reviewers for a Python-only project?

The best way to disable specific code reviewers for a Python-only project is by customizing your AI review agent configuration. You can deselect unnecessary language agents like TypeScript and Swift to speed up the PR review process.

Can I commit the pull request review agent configuration to my repository?

Yes, you can commit the pull request review agent configuration to your repository. This setup creates a `.claude/review-config.json` file, ensuring consistent review settings for all team members across the project.

How do I reset the review agent configuration to default settings?

To reset the review agent configuration to default settings, use the project setup command. This clears your customized selections and restores the default agent activation parameters for your pull request reviews.

Does the project setup configuration support filtering by file types and code context?

Yes, the project setup configuration supports filtering by file types and code context. This allows you to enable granular control over which specialized review agents are activated during the pull request review process.

How many specialized review agents can I choose from for project setup?

You can choose from a list of 20 specialized review and language agents during project setup. This allows you to optimize review efficiency and reduce unnecessary processing for your specific project.