review_workspace_changes
Review uncommitted X++ changes for best-practice violations, missing labels, and CoC patterns. Provide a local git root path to check the diff and identify issues before commit.
Instructions
Code review of uncommitted X++ changes (git diff HEAD): BP violations, missing labels, CoC patterns. Windows/local mode only. NOT for verifying writes (use verify_d365fo_project + get_object_info instead). If the diff looks truncated, do NOT read .xml/.xpp via built-in tools — proceed with the visible portion or narrow the scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directoryPath | Yes | Absolute path to the local git repository root (e.g. K:\\repos\\MySolution) |