review

Review code diffs for bugs, security issues, and project conventions.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill review-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Rune-kit/rune/tree/main/skills/review
Command: npx skills add https://github.com/Rune-kit/rune --skill review-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous analysis of code quality, identifying bugs, security vulnerabilities, performance bottlenecks, and deviations from best practices, ensuring higher-quality and more secure software.

Core Features & Use Cases

  • Comprehensive Code Analysis: Detects logic errors, race conditions, state corruption, and silent failures.
  • Security Auditing: Scans for hardcoded secrets, unvalidated input, and missing authentication.
  • Test Coverage Gaps: Identifies untested code paths and suggests test creation.
  • UI/UX Anti-Pattern Detection: Flags common AI-generated UI signatures and accessibility issues.
  • Use Case: After implementing a new feature, run this Skill to catch potential bugs before they reach production, ensure security compliance, and verify that new code is adequately tested.

Quick Start

Run a code review on the latest changes in the main branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to detect race conditions and state corruption?

Automate code review by analyzing code diffs to detect race conditions, state corruption, and silent failures. This process identifies logic errors and data loss paths before they reach production, ensuring higher software quality and stability.

Does this code analysis tool support framework-specific checks for React and Node.js?

Yes, code analysis supports framework-specific checks for React, Node.js, and Python. It evaluates adherence to project conventions and includes UI/UX anti-pattern detection along with accessibility checks for these frameworks.

Can I find untested code paths and generate test coverage gaps during a security audit?

Yes, during a security audit, you can find untested code paths and identify test coverage gaps. The analysis flags untested code for automated testing and suggests test creation to ensure new features are adequately verified.

What is the best way to scan for hardcoded secrets and unvalidated input in my code?

The best way to scan for hardcoded secrets and unvalidated input is through automated security auditing. This process checks for missing authentication and escalates security-critical code to sentinel for deep scanning to ensure compliance.

How do I check my latest code changes for performance issues and edge cases?

Check your latest code changes by running an in-depth code quality review on the diff. This analysis identifies performance issues, edge cases, and deviations from best practices, catching potential bugs before they reach production.