원클릭으로
원클릭으로
| name | review-code |
| description | Review behavior, risk, performance, and test coverage before style nits. |
Conduct a thorough code review for quality, security, performance, and maintainability. Focus on the real risks first, then provide concrete, severity-rated feedback with file and line references where possible.
Identify the review scope.
Check behavioral correctness first.
Review the main quality categories.
Evaluate the test story.
Rate findings by severity.
CRITICAL: must fix before merge; security or correctness issue with serious impact.HIGH: should fix before merge; likely bug, major regression risk, or serious design flaw.MEDIUM: worthwhile fix; non-blocking but meaningful quality issue.LOW: suggestion, cleanup, or style improvement.Report findings in priority order.
Return these sections:
Findings - ordered by severity, each with file and line references.Open Questions / Assumptions - only if they affect confidence.Residual Risks - what was not fully proven by the review.Short Summary - brief overall assessment after the findings.Create or update a branch-scoped Coolify review environment with one command, and delete it with one command. Use when a ticket must deploy a preview before human review, while keeping the workflow simple and fast.
Write workflow harness files that define role, status semantics, feedback loops, and durable delivery rules for disposable ticket workspaces.
Clarify ambiguous requests with a focused, Socratic interview before planning or implementation.
Review trust boundaries, auth, input handling, secrets, and dependency risk before release.
Turn a clarified spec into milestone-oriented tickets, dependency edges, and stage-gated delivery lanes.
Platform operations for tickets, projects, and runtime coordination inside OpenASE.