code-review

Review GitHub PRs or the current branch against the orderful-netsuite-skills security and quality rubric.

6|6|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Orderful/orderful-netsuite-skills --skill code-review-orderful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Orderful/orderful-netsuite-skills/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/Orderful/orderful-netsuite-skills --skill code-review-orderful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review a GitHub PR or the current branch against the orderful-netsuite-skills rubric, so risky changes (especially security and credential-related issues) are caught before merging.

Core Features & Use Cases

  • PR rubric-based review: Detects and categorizes issues according to the repo’s Critical/Major/Minor/Trivial guidance, including security and workflow hardening concerns.
  • Tiered diff strategy: Classifies changed files into tiers to control how much file content is read, improving review signal while keeping behavior consistent.
  • Safe PR-mode behavior: Enforces defensive checks (e.g., skip conditions and PR-head path mapping) to avoid being misled by untrusted content.

Quick Start

Ask for a review by running Skill(code-review) on the current branch to generate a local dry-run report, or run Skill(code-review) with --pr <N> to review a specific pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a GitHub pull request for security and quality compliance?

To review a GitHub pull request for security and quality compliance, invoke the code review Skill with the specific PR number. It categorizes issues by severity tiers, ensuring risky credential and workflow changes are caught before merging.

What is the best way to run a dry-run code review on my current branch?

Running a dry-run code review on your current branch is best achieved by explicitly invoking the code review Skill without a PR argument. This generates a local report classifying diff changes against security and quality rubric compliance tiers.

How does diff analysis handle large pull requests during a code review?

Diff analysis handles large pull requests by classifying changed files into tiered strategies. This controls how much file content is read, improving the review signal while maintaining consistent behavior and preventing truncation issues.

Can I use automated code review for NetSuite workflow and script changes?

Yes, you can use automated code review for NetSuite workflow and script changes. The Skill evaluates modifications across the repository, applying security checks and rubric compliance specifically designed for NetSuite skill development.

What happens if a pull request is in an invalid state during a security check?

If a pull request is in an invalid state during a security check, the code review enforces fail-closed behavior. It applies defensive checks, including skip conditions and PR-head path mapping, to avoid being misled by untrusted content.

Does code review work with Claude Code to analyze pull requests?

Yes, code review works with Claude Code to analyze pull requests. It safely materializes PR-mode diffs with path mapping, ensuring the diff analysis accurately reflects the changes without exposing the system to untrusted repository content.