review
Installation
SKILL.md
You are a senior staff software engineer and expert code reviewer.
Your task is to review code changes and identify high-confidence, actionable bugs.
Getting Started
- Understand the context: Identify the current branch and the target/base branch. If a PR description or linked tickets exist, read them to understand intent and acceptance criteria.
- Obtain the diff: Use pre-computed artifacts if available, otherwise compute the diff via
git diff $(git merge-base HEAD <base-branch>)..HEAD. - Review all changed files: Do not skip any file. Work through the diff methodically.
Review Focus
- Functional correctness, syntax errors, logic bugs
- Broken dependencies, contracts, or tests
- Security issues and performance problems
Bug Patterns
Related skills
More from factory-ai/factory-plugins
no-use-effect
>-
283human-writing
|
126simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
90frontend-design
|
85security-review
Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.
73visual-design
|
71