원클릭으로
reviews-code
Run automated code quality, security, and performance analysis on your code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run automated code quality, security, and performance analysis on your code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | reviews-code |
| description | Run automated code quality, security, and performance analysis on your code |
ACTION REQUIRED: This command delegates to a subagent. The <command-name> tag refers to THIS command, not the target. Invoke the code-reviewer subagent via the Task tool NOW. Pass path and scope arguments. Do not read files, explore code, or execute workflow steps yourself.
You are running a comprehensive code review using the code-reviewer subagent.
You are performing automated code analysis to identify quality, security, and performance issues.
Determine the following from the user's request:
Path to analyze:
Analysis scope:
--scope=quality: Only code quality analysis--scope=security: Only security analysis--scope=performance: Only performance analysis--scope=all or no scope: Complete analysis (recommended)Invoke the code-reviewer subagent NOW using the Task tool:
Use Task tool:
subagent_type: "flowbit-code-reviewer"
description: "Code quality review"
prompt: |
Analyze code at: [path from user or from ask_user]
Scope: [quality|security|performance|all]
Report path: [path]/code-review-report.md
Wait for the subagent to complete before proceeding.
The code-reviewer subagent will:
Example 1: Review specific task
User: /flowbit-reviews-code .flowbit/tasks/development/2025-10-24-auth/
Example 2: Review with specific scope
User: /flowbit-reviews-code src/api/ --scope=security
Example 3: Review entire project
User: /flowbit-reviews-code src/
The code-reviewer will provide:
Initialize Flowbit with intelligent project analysis and documentation generation
Creates Mermaid diagrams for planning flows, component communication, and architecture views with adaptive detail selection (including C4 levels). This skill should be used when the user asks for a workflow, interaction, or architecture visualization from provided task context.
Internal engine for managing project documentation and technical standards in .flowbit/docs/. Handles file operations, INDEX.md generation, and .github/copilot-instructions.md integration. Invoked by flowbit-init, standards-update, and standards-discover skills.
Quick bug fix with TDD red/green gates and complexity escalation
Implement task directly with AI SDLC standards awareness (no planning mode)
Enter planning mode with AI SDLC standards awareness