File contents Code Review Skill
Skill for code quality analysis and review
Arguments
Argument
Description
Example
[file]
Review specific file
/code-review src/lib/auth.ts
[directory]
Review entire directory
/code-review src/features/
[pr]
PR review (PR number)
/code-review pr 123
Review Categories
1. Code Quality
Duplicate code detection
Function/file complexity analysis
Naming convention check
Type safety verification
2. Bug Detection
Potential bug pattern detection
Null/undefined handling check
Error handling inspection
Boundary condition verification
3. Security
XSS/CSRF vulnerability check
SQL Injection pattern detection
Sensitive information exposure check
Authentication/authorization logic review
4. Performance
N+1 query pattern detection
Unnecessary re-render check
Memory leak pattern detection
Optimization opportunity identification
Review Output Format
## Code Review Report
### Summary
- Files reviewed: N
- Issues found: N (Critical: N, Major: N, Minor: N)
- Score: N/100
### Critical Issues
1. [FILE:LINE] Issue description
Suggestion: ...
### Major Issues
...
### Minor Issues
...
### Recommendations
- ...
Agent Integration
This Skill calls the code-analyzer Agent for in-depth code analysis.
Agent
Role
code-analyzer
Code quality, security, performance analysis
Usage Examples
# Review specific file
/code-review src/lib/auth.ts
# Review entire directory
/code-review src/features/user/
# PR review
/code-review pr 42
# Review current changes
/code-review staged
Confidence-Based Filtering
code-analyzer Agent uses confidence-based filtering:
Confidence
Display
Description
High (90%+)
Always shown
Definite issues
Medium (70-89%)
Selectively shown
Possible issues
Low (<70%)
Hidden
Uncertain suggestions
PDCA Integration
Phase : Check (Quality verification)
Trigger : Auto-suggested after implementation
Output : docs/03-analysis/code-review-{date}.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: popup-studio-ai-bkit-claude-code-code-review 3 description: Code Review Skill 4 --- 5 6 # Code Review Skill 7 8 > Skill for code quality analysis and review 9 10 ## Arguments 11 12 | Argument | Description | Example | 13 |----------|-------------|---------| 14 | `[file]` | Review specific file | `/code-review src/lib/auth.ts` | 15 | `[directory]` | Review entire directory | `/code-review src/features/` | 16 | `[pr]` | PR review (PR number) | `/code-review pr 123` | 17 18 ## Review Categories 19 20 ### 1. Code Quality 21 - Duplicate code detection 22 - Function/file complexity analysis 23 - Naming convention check 24 - Type safety verification 25 26 ### 2. Bug Detection 27 - Potential bug pattern detection 28 - Null/undefined handling check 29 - Error handling inspection 30 - Boundary condition verification 31 32 ### 3. Security 33 - XSS/CSRF vulnerability check 34 - SQL Injection pattern detection 35 - Sensitive information exposure check 36 - Authentication/authorization logic review 37 38 ### 4. Performance 39 - N+1 query pattern detection 40 - Unnecessary re-render check 41 - Memory leak pattern detection 42 - Optimization opportunity identification 43 44 ## Review Output Format 45 46 ``` 47 ## Code Review Report 48 49 ### Summary 50 - Files reviewed: N 51 - Issues found: N (Critical: N, Major: N, Minor: N) 52 - Score: N/100 53 54 ### Critical Issues 55 1. [FILE:LINE] Issue description 56 Suggestion: ... 57 58 ### Major Issues 59 ... 60 61 ### Minor Issues 62 ... 63 64 ### Recommendations 65 - ... 66 ``` 67 68 ## Agent Integration 69 70 This Skill calls the `code-analyzer` Agent for in-depth code analysis. 71 72 | Agent | Role | 73 |-------|------| 74 | code-analyzer | Code quality, security, performance analysis | 75 76 ## Usage Examples 77 78 ```bash 79 # Review specific file 80 /code-review src/lib/auth.ts 81 82 # Review entire directory 83 /code-review src/features/user/ 84 85 # PR review 86 /code-review pr 42 87 88 # Review current changes 89 /code-review staged 90 ``` 91 92 ## Confidence-Based Filtering 93 94 code-analyzer Agent uses confidence-based filtering: 95 96 | Confidence | Display | Description | 97 |------------|---------|-------------| 98 | High (90%+) | Always shown | Definite issues | 99 | Medium (70-89%) | Selectively shown | Possible issues | 100 | Low (<70%) | Hidden | Uncertain suggestions | 101 102 ## PDCA Integration 103 104 - **Phase**: Check (Quality verification) 105 - **Trigger**: Auto-suggested after implementation 106 - **Output**: docs/03-analysis/code-review-{date}.md 107 108 --- 109 > Converted and distributed by [TomeVault](https://tomevault.io/claim/popup-studio-ai) — claim your Tome and manage your conversions. 110 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/popup-studio-ai--bkit-claude-code--code-review commit 50b035e67a
Frequently asked questions How do I install the Popup Studio AI Bkit Claude Code Code Review skill? Run npx skillmds@latest add tomevault-io/popup-studio-ai-bkit-claude-code-code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Popup Studio AI Bkit Claude Code Code Review skill do? Code Review Skill It is listed under Coding & Dev Tools on SkillMD.
Is Popup Studio AI Bkit Claude Code Code Review safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Popup Studio AI Bkit Claude Code Code Review? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Popup Studio AI Bkit Claude Code Code Review free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Popup Studio AI Bkit Claude Code Code Review? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.