mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 16:09:01 +00:00
Every command in .opencode/commands now only switches to the build agent, injects the user context, and delegates to a same-named skill that holds the full flow logic — skills are the primary mechanism for Claude Code and Codex compatibility. - make-a-plan, implement-plan, resolve-git-conflicts: flow logic moved to same-named skills. - review-plan / review-code: orchestration skills delegating to the renamed criteria skills plan-review-criteria and code-review-criteria, with redirecting descriptions so there is no trigger overlap between flow and criteria. - create-pr: absorbed the open-pr flow as Open mode (validated branch-to-PR pipeline using scripts/detect-target-branch) plus a new Update mode (gh pr edit); /open-pr removed. AI-assisted-by: omen-alpha
11 lines
263 B
Markdown
11 lines
263 B
Markdown
---
|
|
description: Code review — review a diff, PR, or code change — loads and follows the review-code skill
|
|
agent: build
|
|
---
|
|
|
|
Load the **`review-code`** skill and follow it as your only instruction.
|
|
|
|
## User input, overrides and additional context
|
|
|
|
$ARGUMENTS
|