universal-code-reviewer

Automate code reviews by loading project-specific and type-specific rules.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/sltc-dev/core-foundry --skill universal-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: universal-code-reviewer
Source: https://github.com/sltc-dev/core-foundry/tree/main/skills/coding/universal-code-reviewer
Command: npx skills add https://github.com/sltc-dev/core-foundry --skill universal-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process, ensuring consistency, adherence to best practices, and early detection of potential issues across different project types.

Core Features & Use Cases

  • Automated Rule Loading: Intelligently detects project type (Vue, React, etc.) and loads relevant best practice rules.
  • Contextual Review: Prioritizes project-specific rules, then type-specific rules, and finally general code quality standards.
  • Use Case: Before merging a new feature branch, run this Skill to get a comprehensive code review that checks for common pitfalls, style guide violations, and potential bugs, ensuring code quality and maintainability.

Quick Start

Use the universal code reviewer skill to review the code in the current project.

Frequently Asked Questions about universal-code-reviewer

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

FAQPage Schema
How do I automate code review for Vue and React projects?

Automated code review for Vue and React projects is performed by dynamically detecting the project type and loading tailored best practice rules to ensure consistency. It prioritizes project-specific guidelines before applying general code quality standards.

How do code review automation tools apply project-specific rules?

Code review automation applies project-specific rules through a contextual prioritization system that loads custom project rules first. It then evaluates type-specific guidelines for detected frameworks before falling back to general code quality standards.

What is the best way to check code quality before merging a feature branch?

The best way to check code quality before merging is to run an automated review that detects common pitfalls and style violations. This ensures early identification of potential issues and verifies adherence to established best practices.

Can I use automated code review to enforce best practices across different project types?

Yes, automated code review can enforce best practices across different project types by dynamically loading relevant rules. It intelligently detects project types like Vue and React to apply tailored standards and maintain code consistency.

Does automated code review work without manually configuring rule sets for each project?

Automated code review works without manual rule configuration by intelligently detecting the project type and dynamically loading relevant rules. It automatically prioritizes project-specific settings, then type-specific rules, and finally general code quality standards.