reviewer

Analyzes source code for quality, readability, and 500-line limit compliance.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/zmsqnfl-commits/quintpact-vas --skill reviewer-zmsqnfl-commits
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/zmsqnfl-commits/quintpact-vas/tree/main/.agents/skills/reviewer
Command: npx skills add https://github.com/zmsqnfl-commits/quintpact-vas --skill reviewer-zmsqnfl-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

κ΅¬ν˜„λœ μ½”λ“œμ˜ ν’ˆμ§ˆ, 가독성, μ„±λŠ₯을 κ²€ν† ν•˜κ³  500쀄 μ œν•œ μ€€μˆ˜λ₯Ό ν™•μΈν•˜λŠ” μ—μ΄μ „νŠΈ. μ½”λ“œκ°€ μƒˆλ‘œ μž‘μ„±λ˜κ±°λ‚˜ μˆ˜μ •λœ ν›„ ν™œμ„±ν™”λœλ‹€.

Core Features & Use Cases

  • μ½”λ“œ ν’ˆμ§ˆ 및 가독성 뢄석
  • 500쀄 μ œν•œ μ€€μˆ˜ μ—¬λΆ€ 점검
  • 퍼포먼슀 및 λ¦¬νŒ©ν† λ§ μ œμ•ˆ μ˜ˆμ‹œ 제곡

Quick Start

μ΅œμ‹  μ»€λ°‹μ˜ μ½”λ“œ ν’ˆμ§ˆκ³Ό 500쀄 μ€€μˆ˜λ₯Ό κ²€ν† ν•΄ 달라.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I check code quality and readability during a pull request review?β–Ό

To check code quality and readability during a pull request review, analyze new or modified source files to identify issues and enforce lint rules without modifying the source code.

How can I enforce a 500-line limit on modified files in my software project?β–Ό

You can enforce a 500-line limit by analyzing new or modified source files to verify compliance, reporting any violations alongside quality and readability issues found during static analysis.

Does this static analysis approach run linting tools like eslint and flake8 without altering source files?β–Ό

Yes, this static analysis approach runs linting rules such as eslint, pylint, and flake8 to report findings on code quality and performance without modifying the original source files.

What is the best way to identify performance and refactoring issues in newly written code?β–Ό

The best way to identify performance and refactoring issues in newly written code is to apply static analysis and linting rules to detect quality problems and generate refactoring suggestions.

Can I use this code review validation across diverse programming languages and projects?β–Ό

Yes, you can use this code review validation across diverse languages and projects to ensure source code quality, readability, and adherence to the 500-line limit during development workflows.