Skill with dynamic effort reference
A skill that adapts its depth of analysis based on the user's current effort level using ${CLAUDE_EFFORT}.
---
name: review-pr
description: Review the current PR for quality, security, and test coverage.
allowed-tools: Bash(git *), Read
---
Current effort level: ${CLAUDE_EFFORT}
If effort is **high** or **xhigh**, perform a line-by-line review with security analysis.
If effort is **medium**, review key changes and flag obvious issues.
If effort is **low**, summarize the diff and note any red flags.