team-shinchan:review

Review source code and diffs for correctness, security, performance, and tests.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:review
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/review
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates and standardizes code review and verification, reducing manual review time and surfacing correctness, security, performance, and test-coverage issues with clear, actionable guidance.

Core Features & Use Cases

  • Comprehensive review checklist: checks for correctness, security vulnerabilities, performance bottlenecks, code quality, and test coverage.
  • Structured findings: reports include severity (CRITICAL/HIGH/MEDIUM/LOW), file:line references, reproducible examples, and step-by-step remediation recommendations.
  • Workflow integration: suitable for pull requests, diffs, single files, or pasted code; ideal for pre-merge gates and automated QA workflows.

Quick Start

Ask the skill to review the changed files or paste code and request a security, performance, and quality review.

Frequently Asked Questions about team-shinchan:review

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

FAQPage Schema
How do I automate code review for a pull request?

Automated code review applies a comprehensive checklist to pull requests, diffs, or pasted code to check correctness, security, performance, maintainability, and test coverage. It produces structured findings with severity levels, file:line references, and a final APPROVED or REJECTED verdict.

Can I check pasted code for security vulnerabilities and performance bottlenecks?

Yes, security and performance checks scan pasted code, single files, or repository change sets. The review surfaces categorized issues including CRITICAL to LOW severity levels, reproducible examples, and step-by-step remediation recommendations.

What is an automated pre-merge code review verdict?

An automated pre-merge code review verdict is a final APPROVED or REJECTED decision generated after evaluating source code diffs. It categorizes correctness, security, performance, and test coverage issues with actionable remediation steps and file:line references.

Does automated code review work with single files or only full diffs?

Automated code review works with individual files, full repository change sets, or directly pasted code. It evaluates correctness, security, performance, maintainability, and tests, producing categorized findings with severity levels and remediation guidance.

What are the limitations of automated code review for large code changes?

Automated code review truncates inputs exceeding 2000 characters, meaning large code changes may not be fully evaluated. It provides real-time findings with severity levels and file:line references only for the portion of code within this character limit.

Why use automated code verification instead of manual review?

Automated code verification standardizes the review process, reducing manual effort by consistently checking correctness, security, performance, code quality, and test coverage. It outputs structured findings with severity, file:line references, and remediation steps for immediate action.