review

Analyze pull request diffs for SQL safety and trust boundary issues.

15|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/howdeploy/NekoFree --skill review-howdeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/howdeploy/NekoFree/tree/main/skills/review
Command: npx skills add https://github.com/howdeploy/NekoFree --skill review-howdeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes pull request diffs against the base branch to identify SQL safety issues, potential trust boundary violations, and unintended side effects.

Core Features & Use Cases

  • Diff-based review that highlights risky edits relative to the base branch.
  • LLM trust and safety checks to detect prompts or instructions that bypass model guards.
  • Structural hygiene: flags conditional side effects, permission issues, and deployment risks.
  • Use Case: When asked to review a PR, run this skill to produce a concise, actionable report guiding maintainers before merge.

Quick Start

Provide the diff or PR URL and ask the skill to run a pre-landing review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a pre-landing code review on a pull request diff?

To run a pre-landing code review, provide the pull request diff or URL. The skill analyzes the changes against the base branch to identify SQL safety issues, trust boundary violations, and side effects before merge.

What is pre-landing PR analysis and how does it catch unsafe SQL changes?

Pre-landing PR analysis evaluates unmerged pull request diffs against the base branch. It proactively detects risky SQL safety issues and trust boundary violations, generating an actionable report to guide maintainers before code integration.

Can I use automated diff analysis to check for LLM trust and safety violations?

Yes, automated diff analysis can check for LLM trust and safety violations. The review process scans pull request diffs to detect prompts or instructions that bypass model guards, flagging potential trust boundary breaches before landing.

Does this pre-landing review tool work with complex repository structures?

Yes, the pre-landing review tool supports diff analysis for complex repositories. It assesses PR scope, detects risky structural changes like conditional side effects, and suggests fixes regardless of repository complexity.

What kind of deployment risks can a diff-based code review identify before merge?

A diff-based code review identifies structural hygiene problems like conditional side effects, permission issues, and deployment risks. It analyzes pull request changes against the base branch to proactively highlight these risks before merge.

How do I get actionable suggestions for fixing risky pull request edits?

To get actionable suggestions for risky edits, run a pre-landing review on your pull request diff. The skill assesses PR scope, detects unintended side effects, and proactively suggests fixes in a concise report before merge.