code-review

Identify bugs, security gaps, missing tests, and undocumented assumptions in code changes.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/zeropoint-foundation/ironclaw --skill code-review-zeropoint-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/zeropoint-foundation/ironclaw/tree/main/skills/code-review
Command: npx skills add https://github.com/zeropoint-foundation/ironclaw --skill code-review-zeropoint-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paranoid architect code review identifies bugs, security gaps, missing tests, and undocumented assumptions in code changes, helping teams ship safer software.

Core Features & Use Cases

  • Detects defects, security risks, and untested edge cases in diffs and PRs.
  • Provides actionable recommendations and line-level or PR-level feedback suitable for code review workflows.
  • Use case: before merging a PR, run a paranoid review to surface hidden issues and outline concrete fixes.

Quick Start

Review the latest change set and return a concise, line-level report highlighting bugs, security gaps, and missing tests with actionable fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review a GitHub pull request for bugs and security gaps?

To review a GitHub pull request for bugs and security gaps, this Skill analyzes code changes and delivers line-level feedback or full PR-level reviews with suggested fixes. It identifies defects, security risks, and untested edge cases before merging.

What is the best way to find missing tests in a local diff?

The best way to find missing tests in a local diff is to run a paranoid code review. It analyzes code changes to surface untested edge cases and undocumented assumptions, providing actionable recommendations and line-level feedback.

Can I post code review comments directly on a GitHub PR?

Yes, you can post code review comments directly on a GitHub PR. When integrated with the GitHub workflow, this Skill posts its findings as comments on diffs or pull requests, delivering actionable fixes for detected defects.

Does this code review tool work with local git changes?

Yes, this code review tool works with local git changes. It applies to local diffs as well as GitHub pull requests, identifying bugs, security gaps, and missing tests to help teams ship safer software.

What kind of feedback does a paranoid code review provide?

A paranoid code review provides actionable recommendations and either line-level or PR-level feedback. It highlights detected defects, security risks, and missing tests, outlining concrete fixes suitable for code review workflows.

Do I need the GitHub skill to review pull requests?

Yes, you need the GitHub skill to review pull requests effectively. This code review Skill requires integration with the GitHub workflow to post findings as comments on diffs or PRs when available.