review

Automate code review against organizational conventions using a knowledge base.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill review-ryu-qqq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/review
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill review-ryu-qqq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

대규모 코드 베이스에서 팀의 컨벤션을 일관되게 적용하기 어려운 문제를 자동으로 해결합니다.

Core Features & Use Cases

  • Knowledge-base 기반의 컨벤션 리뷰: 저장된 규칙을 바탕으로 변경 사항을 평가합니다.
  • 제로-토런스 정책 검사: 위반 시 즉시 개선 권고를 제공합니다.
  • 통합 리뷰 흐름: 내부 도구와의 연동으로 PR/커밋 단위의 리뷰를 자동화합니다.

Quick Start

변경 파일을 입력하면 규칙 위반 여부와 개선점을 자동으로 제안해 주세요.

Frequently Asked Questions about review

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

FAQPage Schema
How does automated code review against organizational conventions work?▼

Automated code review against organizational conventions works by evaluating staged commits or pull requests against a stored knowledge base, applying deterministic checks to identify rule violations and suggest actionable remediation.

What is a zero-tolerance policy in automated code review?▼

A zero-tolerance policy in automated code review enforces strict adherence to defined conventions by immediately flagging any violations and providing actionable remediation guidance without exception.

How do I automate code review for multi-file pull requests?▼

You can automate code review for multi-file pull requests by inputting the changed files into the review process, which evaluates them against your knowledge base rules and outputs violation reports with improvement suggestions.

Can I use knowledge-base rules to review staged commits?▼

Yes, you can use knowledge-base rules to review staged commits. The automated review process accepts single-file or multi-file staged changes and evaluates them against your stored organizational conventions.

What is the best way to enforce consistent coding conventions in a large codebase?▼

The best way to enforce consistent coding conventions in a large codebase is to automate the review process using a knowledge base, ensuring deterministic checks are applied uniformly across all commits and pull requests.

Does automated convention review support single-file changes?▼

Yes, automated convention review supports single-file changes. It evaluates individual file modifications against the knowledge base rules to detect violations and provide specific remediation guidance.