code-review

Detect bugs, security flaws, and architectural issues in code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/FelixWayne0318/AItrader --skill code-review-felixwayne0318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/FelixWayne0318/AItrader/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/FelixWayne0318/AItrader --skill code-review-felixwayne0318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines comprehensive code review to detect bugs, security issues, and architectural violations before changes are merged.

Core Features & Use Cases

  • Bug detection: Identify logic errors, boundary issues, and fragile code.
  • Security review: Check for input validation gaps, sensitive data exposure, and insecure patterns.
  • Architecture & quality: Assess code structure, naming, duplication, and CLAUDE.md compliance.
  • Use Case: Integrate into PR CI to automatically comment on potential issues and enforce standards.

Quick Start

Use the code-review skill to scan the latest changes for vulnerabilities, logic errors, and architectural inconsistencies.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I detect bugs and security flaws in a pull request before merging?

To detect bugs and security flaws in a pull request, you need a code review process that scans staged diffs for logic errors, boundary issues, and insecure patterns. This skill automates pre-merge quality assurance by identifying input validation gaps and sensitive data exposure across commits.

Can I use automated code review to check architectural issues in my git commits?

Yes, automated code review can assess architectural issues in git commits by evaluating code structure, naming conventions, and duplication. It enforces project-specific constraints like CLAUDE.md compliance and entry-file conventions to maintain quality across repositories.

What is the best way to enforce environment-based API key checks in a CI pipeline?

The best way to enforce environment-based API key checks in a CI pipeline is integrating a holistic code review skill that scans changes for insecure patterns and deployment checks. It automatically comments on potential issues and enforces standards pre-merge.

Does this code review skill work with staged diffs and specific deployment conventions like main_live.py?

Yes, this code review skill works with staged diffs, commits, and pull requests. It explicitly enforces entry-file conventions like main_live.py and performs related deployment checks to ensure environment-based API keys and project constraints are met.

Why should I automate security review for code changes instead of doing manual checks?

Automating security review for code changes prevents logic errors and insecure patterns from being merged by consistently checking for input validation gaps. It streamlines comprehensive detection of architectural violations and fragile code before deployment.