review

Automate phased code reviews for correctness, quality, security, and spec compliance.

Updated May 7, 2025
One-click install
npx skills add https://github.com/enchantednatures/.dotfiles --skill review-enchantednatures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/enchantednatures/.dotfiles/tree/main/.config/opencode/skills/review
Command: npx skills add https://github.com/enchantednatures/.dotfiles --skill review-enchantednatures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable process for performing comprehensive code reviews that verify correctness, quality, security, performance, and spec compliance.

Core Features & Use Cases

  • A phased review workflow (PREPARE, REVIEW, FIX, COMPLETE) to ensure thorough evaluation.
  • Clear guidance for capturing findings, issues, and remediation steps.
  • Use during pre-merge validation, post-merge audits, and feature completion checks to reduce risk.

Quick Start

Review the latest commit to generate a structured review report that highlights issues, risks, and recommended fixes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate a comprehensive code review for correctness and security?

Automated code review enforces a phased workflow that systematically evaluates correctness, quality, security, and spec compliance. It proceeds through preparation, systematic evaluation, issue documentation, fixes guidance, and final approval to reduce development risk.

What's the best way to structure pre-merge validation for ongoing development?

Pre-merge validation is best structured using a phased review workflow covering preparation, review, fix, and completion stages. This ensures thorough evaluation of correctness, security, and spec compliance before merging code changes.

How does a phased code review workflow handle issue documentation and remediation?

A phased code review workflow handles remediation by systematically documenting findings and issues during the review stage, then providing clear guidance for fixes before granting final approval in the completion stage.

Can I use automated code review for post-merge audits and feature completion checks?

Yes, automated code review applies to post-merge audits and feature completion checks. It provides a structured, repeatable process to verify correctness, quality, security, performance, and spec compliance across ongoing development cycles.

What is static analysis and security review's role in spec compliance validation?

Static analysis and security review validate spec compliance by systematically evaluating code correctness and quality during the review phase. They identify issues and risks that must be documented and remediated before final approval.