mirror of
https://github.com/penpot/penpot.git
synced 2026-08-23 21:28:38 +00:00
Rename skill directory and update all references to follow the same naming pattern as plan-review. Simplify review.md command from 138 to 25 lines — remove redundant content that duplicated what the skills already define. The command now acts as a thin router; the skills own the methodology. AI-assisted-by: mimo-v2.5-pro
1.1 KiB
1.1 KiB
Act as a senior software engineer and perform a thorough review.
Instructions
-
Determine what is being reviewed from the provided context:
- If it is a plan (implementation plan, design document, task breakdown) → load the
plan-reviewskill. - If it is code (diff, PR, code change) → load the
code-reviewskill.
- If it is a plan (implementation plan, design document, task breakdown) → load the
-
Read
AGENTS.mdand follow its instructions for finding and reading all related testing documentation from memories before reviewing. -
Skip generated files, lockfile-only changes, and unrelated modifications unless they introduce security risks.
-
Follow the loaded skill's process and produce its output format.
Strong Rules
- Do not invent problems. Every finding must be real and actionable.
- Do not modify any code and do not create a commit — this command only reviews.
- Be specific and constructive. "This could be better" is not helpful — explain why and how.
- Prioritize by impact. One structural issue outweighs ten nits.
- Missing tests are an issue, not a suggestion. Report as a severity-tagged finding — never as a recommendation.
Context
$ARGUMENTS