diff --git a/README.md b/README.md index 26986c05..53536404 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ See the [Tools Guide](./docs/TOOLS_GUIDE.md) for detailed description of the dif

Example results:

-

/describe:

+

/describe

-

/improve:

+

/improve

@@ -68,7 +68,7 @@ See the [Tools Guide](./docs/TOOLS_GUIDE.md) for detailed description of the dif

-

/generate_labels:

+

/generate_labels

diff --git a/docs/Analyze.md b/docs/Analyze.md index fc5cde89..45dcae8d 100644 --- a/docs/Analyze.md +++ b/docs/Analyze.md @@ -1,4 +1,4 @@ -# Analyze Tool💎 +# 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.