review

Analyze PR diffs for SQL safety, LLM trust boundaries, and conditional side effects.

1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill review-concept2cure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/concept2cure/ClinicalSageAI-2-replit/tree/main/.claude/skills/gstack/review
Command: npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill review-concept2cure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Pre-landing PR review analyzes diffs against the base branch to detect SQL safety issues, LLM trust boundary violations, and potential side effects before merging.

Core Features & Use Cases

  • Automated diff analysis for SQL safety, prompt injection risk, and conditional side effects.
  • Proactive suggestions and concrete remediation guidance during pre-landing PR review.
  • Use Case: When reviewing a PR that modifies data models or prompts, it highlights risk areas and offers fixes before merge.

Quick Start

Review the PR by analyzing the diff for SQL safety, LLM trust boundaries, and conditional side effects, and apply the suggested fixes before merging.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check a pull request diff for SQL safety issues before merging?

Pre-landing PR review analyzes pull request diffs against the base branch to detect SQL safety issues. It highlights risk areas in modified data models and provides actionable guidance for fixes before you merge.

What is LLM trust boundary violation detection in code diffs?

LLM trust boundary violation detection identifies prompt injection risks within code diffs during pre-landing review. It analyzes changes to prompts to highlight security boundaries and offers concrete remediation guidance before merging.

How do I identify conditional side effects in a pre-landing code review?

Pre-landing PR review identifies conditional side effects by analyzing code diffs against the base branch. It proactively flags potential side effects and provides actionable suggestions to help you merge safely.

Does pre-landing diff analysis work with merge checks for modified data models?

Pre-landing diff analysis works with merge checks by analyzing modified data models in pull requests. It detects SQL safety issues, LLM trust boundary violations, and conditional side effects to ensure safer merges.

Can I get concrete remediation guidance for prompt injection risks during a merge check?

Pre-landing PR review provides concrete remediation guidance for prompt injection risks during merge checks. It analyzes diffs to detect LLM trust boundary violations and offers proactive suggestions to fix risk areas before merging.