robust-review

Identify and report security and robustness findings for target files.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/nok0321/claude-pipeline --skill robust-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robust-review
Source: https://github.com/nok0321/claude-pipeline/tree/main/skills/robust-review
Command: npx skills add https://github.com/nok0321/claude-pipeline --skill robust-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides deep security and robustness reviews to identify vulnerabilities, edge cases, and reliability issues before merges or releases, delivering a structured Finding list and remediation guidance.

Core Features & Use Cases

  • Comprehensive Axis 1 security assessment (injection, access control, data exposure) and Axis 2 resilience checks (panic sources, input validation, error handling).
  • Target-driven review workflow: analyzes CLAUDE.md component mappings and project constraints to tailor findings for Stage 4 and beyond.

Quick Start

Run a full project scan against changed files to produce a prioritized findings report.

Frequently Asked Questions about robust-review

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

FAQPage Schema
How do I perform a pre-release security and robustness code review?

Pre-release security and robustness code review identifies vulnerabilities, edge cases, and reliability issues before merges. It targets changed files to apply strict checks across injection, access control, panic sources, and error handling, generating prioritized findings with remediation guidance.

What is the best way to prevent regressions in codebase changes before a merge?

Preventing regressions before a merge requires applying strict gatekeeping checks to codebase changes. This process evaluates component mappings and project constraints to produce a comprehensive findings list, ensuring security vulnerabilities and resilience issues are caught prior to release.

Does this code review skill work with CLAUDE.md component mappings?

Yes, the code review skill analyzes CLAUDE.md component mappings and project constraints to tailor its findings. It integrates directly with Stage 4 of impl-orchestrator to enforce strict checks and output prioritized security and robustness findings for targeted files.

How do I check input validation and error handling for reliability issues?

Checking input validation and error handling for reliability issues involves running a targeted resilience assessment. This review identifies panic sources and validates data exposure controls across changed files, delivering a structured findings list with actionable remediation steps.

What specific security vulnerabilities should a pre-release review target?

A pre-release review should target injection flaws, access control weaknesses, and data exposure vulnerabilities. It performs a comprehensive security assessment combined with resilience checks to identify edge cases, outputting a prioritized findings report to prevent regressions.