Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 811 Bytes

Analyze.md

File metadata and controls

21 lines (15 loc) · 811 Bytes

Analyze Tool 💎

The analyze tool combines static code analysis with LLM capabilities to provide a comprehensive analysis of the PR code changes.

The tool scans the PR code changes, find the code components (methods, functions, classes) that changed, and summarizes the changes in each component.

It can be invoked manually by commenting on any PR:

/analyze

An example result:



Notes

  • Language that are currently supported: Python, Java, C++, JavaScript, TypeScript.