Arguments:
- scope: what to analyse (default: your current changes). Examples: "diff to main", "PR #123", "src/app/", "whole codebase"
- fix: whether to apply fixes (default: true). Set to false to only propose changes.
Steps:
- Read:
- Analyse the specified scope for Server/Client Component anti-patterns
- If fix=true, apply the fixes. If fix=false, propose the fixes without applying.