一键导入
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 职业分类
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
| 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: