# quality-gate > Based on the user's PR summary, decide whether it needs a review or a test and explain why. - Author: Tom Wang - Repository: tomwangowa/skill-workshop - Version: 20260203152536 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/tomwangowa/skill-workshop - Web: https://mule.run/skillshub/@@tomwangowa/skill-workshop~quality-gate:20260203152536 --- --- description: Based on the user's PR summary, decide whether it needs a review or a test and explain why. --- # Output A JSON result as below: ``` { "need_review": true | false, "need_tests": true | false, "reason": "A sentence describing why, and why not need review or test." } ```