review

Assess code changes for spec compliance, quality, and security with severity-rated findings.

Updated May 5, 2026
One-click install
npx skills add https://github.com/HyperionBurn/searchv1beta --skill review-hyperionburn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/HyperionBurn/searchv1beta/tree/main/.github/skills/review
Command: npx skills add https://github.com/HyperionBurn/searchv1beta --skill review-hyperionburn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly identify problems in code changes by checking for spec compliance, code quality issues, and security vulnerabilities before you merge.

Core Features & Use Cases

  • Spec compliance + code quality: Performs a structured two-stage review to catch deviations from requirements and maintain code standards.
  • Security vulnerability detection: Adds a dedicated security pass to surface likely issues with clear severity labeling.
  • Severity-rated findings and actionable fixes: Produces a prioritized list with file:line references and fix suggestions, ending with an APPROVE/REQUEST CHANGES/COMMENT verdict.
  • Review modes: Supports full review plus targeted modes for style-only checks, performance hotspot analysis, and release readiness/quality gating.

Quick Start

Ask to review your code changes in full mode by saying: review this code.

Frequently Asked Questions about review

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

FAQPage Schema
How do I get a spec-compliant code review before merging a change request?

To get a spec-compliant code review, submit your change request for a two-stage assessment that checks spec compliance, code quality, and security vulnerabilities. The review outputs severity-rated findings with file:line references and fix suggestions.

What is the best way to perform security vulnerability detection and code quality checks together?

Security vulnerability detection and code quality checks are performed together by running a full code review. This applies a dedicated security pass alongside standard quality checks to surface issues with clear severity labeling.

Can I use code review modes for performance hotspot analysis and release quality gating?

Yes, you can use targeted code review modes for performance hotspot analysis and release quality gating. These modes provide focused checks for style, performance, or release readiness instead of a full review.

How does severity-rated code review help with iterative development workflows?

Severity-rated code review helps iterative development workflows by providing fast, consistent feedback across files. It compiles issues with file:line locations, descriptions, fix suggestions, and a final verdict of APPROVE, REQUEST CHANGES, or COMMENT.

Does the code review process require GitHub to submit a change request?

No, the code review process does not strictly require GitHub. It assesses change requests by evaluating spec compliance, code quality, and security vulnerabilities, applying to iterative development workflows across files and scopes.