remediate_code
Fix React Native code issues automatically with expert-level solutions, supporting basic to comprehensive remediation levels while preserving formatting and adding explanatory comments.
Instructions
Automatically fix React Native code issues with expert-level solutions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | React Native code to remediate | |
| issues | No | Specific issues to fix (if not provided, auto-detects all) | |
| remediation_level | No | Level of remediation to apply | |
| preserve_formatting | No | Whether to preserve original code formatting | |
| add_comments | No | Whether to add explanatory comments to fixes |