review

Review code for security vulnerabilities, trust boundaries, and performance issues.

18|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/iankiku/forwward-teams --skill review-iankiku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/iankiku/forwward-teams/tree/main/skills/review
Command: npx skills add https://github.com/iankiku/forwward-teams --skill review-iankiku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a detailed code review, checking for trust boundaries, data integrity, performance, race conditions, error handling, and OWASP security vulnerabilities. It is designed to improve code quality and security posture.

Core Features & Use Cases

  • Code Review Automation: Automates the process of code review, identifying issues that may otherwise be overlooked.
  • Security Analysis: Detects security vulnerabilities according to OWASP standards.
  • Performance Optimization: Identifies performance bottlenecks and inefficient code.
  • Use Case: Before merging code into the main branch, use this Skill to automatically check for potential issues and ensure code quality.

Quick Start

Run the review skill on the latest code commit in the 'master' branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate security analysis and vulnerability detection for a pre-merge code review?

To automate security analysis and vulnerability detection for a pre-merge code review, you run automated checks against code commits to identify OWASP vulnerabilities, trust boundary violations, and data integrity issues before merging into the main branch.

What does a comprehensive code review check for regarding performance optimization and race conditions?

A comprehensive code review for performance optimization and race conditions identifies performance bottlenecks, inefficient code, and concurrency issues to improve overall code quality and security posture.

Can I integrate automated OWASP security checks into my continuous integration pipelines?

Yes, you can integrate automated OWASP security checks into continuous integration pipelines to automatically review code commits for vulnerabilities, performance issues, and error handling before merging code into the main branch.

Do I need access to the entire codebase structure to perform an automated code review?

Yes, performing an automated code review requires access to code repositories and knowledge of the codebase structure to accurately detect security vulnerabilities, trust boundaries, and performance bottlenecks.

What is the best way to detect trust boundary and data integrity issues before a code merge?

The best way to detect trust boundary and data integrity issues before a code merge is to run an automated code review skill on the latest commit to perform detailed checks for security vulnerabilities and performance problems.