core-review

Audit JavaScript/TypeScript pull requests for correctness, security, and maintainability.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill core-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-review
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/01-SIAP-PAKAI/coding/core-review
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill core-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Correctly reviewing code changes is time-consuming and error-prone; this skill standardizes audits to catch defects, security flaws, and maintainability issues before merge.

Core Features & Use Cases

  • Structured Review: Provides a hyper-systematic checklist for correctness, security, performance, and maintainability.
  • Risk Scoring: Classifies issues by severity (Critical, Major, Minor) with concrete remediation guidance.
  • Template & Examples: Includes review templates and concrete examples to train new reviewers and accelerate PR approvals.

Quick Start

Review the latest pull request and generate a focused audit report with recommended fixes.

Frequently Asked Questions about core-review

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

FAQPage Schema
How do I audit code changes before merging to catch security and performance issues?

You can audit code changes before merging by applying a structured review workflow that checks correctness, security, and maintainability. This approach uses a systematic checklist to verify design conformance, input validation, and error handling.

What is the best way to perform a structured code review for JavaScript and TypeScript pull requests?

The best way to perform a structured code review for JavaScript and TypeScript pull requests is to use a hyper-systematic checklist. This standardizes the audit process to catch defects, security flaws, and maintainability issues before merge.

How does severity classification work when reviewing code for defects and security flaws?

Severity classification works by categorizing identified issues into Critical, Major, and Minor risk levels. This scoring mechanism provides concrete remediation guidance to help developers prioritize and resolve code defects efficiently.

Can I use a code review template to train new reviewers and accelerate pull request approvals?

Yes, you can use code review templates and concrete examples to train new reviewers and accelerate pull request approvals. Templates standardize the review process, ensuring consistent verification of performance considerations and input validation.

Does static analysis for code review work with JavaScript and TypeScript projects?

Static analysis for code review effectively works with JavaScript and TypeScript projects to verify design conformance and error handling. It standardizes audits to proactively identify maintainability issues and security flaws before merging.