detect_platform_apis
Identify platform-specific API calls in source code to prevent cross-platform compatibility issues across Windows, macOS, and Linux.
Instructions
Detect platform-specific API calls (Windows, macOS, Linux, POSIX)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| platforms | No | Platforms to check against | |
| includeTests | No | Include test files |