mirror of
https://github.com/penpot/penpot.git
synced 2026-07-31 18:36:18 +00:00
1.0 KiB
1.0 KiB
Act as a senior software engineer and perform a thorough code review.
Instructions
- Load the
code-review-and-qualityskill — it defines the five axes, core principles (DRY, KISS, YAGNI), severity taxonomy, and output format. - Determine the diff or code to review from the provided context.
- Read the diff and the surrounding context for each changed file.
- Review across all five axes: correctness, readability, architecture, security, performance.
- Produce the review using the Review Output format from the skill (Summary → Critical/High → Other Findings → Refactoring → Testing Recommendations → Positive Observations → Final Verdict).
- For each finding: state the severity (Critical / High / Medium / Low / Suggestion), identify the file and line, describe failure circumstances, and propose a concrete fix.
- 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.
Context
$ARGUMENTS