remediate_code
Automatically detect and fix issues in React Native code, applying expert-level solutions to improve code quality and resolve errors.
Instructions
Automatically fix React Native code issues with expert-level solutions
Input 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 |