بنقرة واحدة
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 المهني
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Internal engine for managing project documentation and technical standards in .agyflow/docs/. Handles file operations, INDEX.md generation, and AGENTS.md integration. Invoked by flow-init, standards-update, and standards-discover skills.
Initialize AI SDLC framework with intelligent project analysis and documentation generation
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
| 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: "code-reviewer"
description: "Code quality review"
prompt: |
Analyze code at: [path from user or from question]
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: /agyflow:reviews-code .agyflow/tasks/development/2025-10-24-auth/
Example 2: Review with specific scope
User: /agyflow:reviews-code src/api/ --scope=security
Example 3: Review entire project
User: /agyflow:reviews-code src/
The code-reviewer will provide: