-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tr/docs best practice #1485
Tr/docs best practice #1485
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
/improve |
PR Code Suggestions ✨No code suggestions found for the PR. |
/help I looked at the examples in your configuration, for instance this one for the reviewer prompt. They look great and detailed. My question is: for Pro users, are /review, /describe, or /improve further optimized like the above or are the prompts simpler / in need for further tweaking? Asked differently, what is the default prompt that pr-agent PRO uses for the tools and how good / detailed is it? |
Question:Hi there, I looked at the examples in your configuration, for instance this one for the reviewer prompt. They look great and detailed. My question is: for Pro users, are /review, /describe, or /improve further optimized like the above or are the prompts simpler / in need for further tweaking? Asked differently, what is the default prompt that pr-agent PRO uses for the tools and how good / detailed is it? Answer:Qodo Merge (PR-Agent Pro) uses the same detailed and optimized prompts as the open-source version for the core tools (/review, /describe, /improve). However, Qodo Merge provides additional benefits that enhance the effectiveness of these tools:
So while the base prompts are the same, Qodo Merge enhances their effectiveness through better model selection, context handling, and learning capabilities. Relevant Sources: |
PR Type
Documentation, Enhancement
Description
Added comprehensive documentation for 'Auto Best Practices' feature.
Updated configuration files to include 'auto_best_practices' settings.
Enhanced documentation for suggestion tracking and best practices usage.
Linked 'Auto Best Practices' in navigation and core abilities index.
Changes walkthrough 📝
auto_best_practices.md
Added 'Auto Best Practices' feature documentation
docs/docs/core-abilities/auto_best_practices.md
index.md
Linked 'Auto Best Practices' in core abilities index
docs/docs/core-abilities/index.md
improve.md
Updated 'improve' tool documentation with auto best practices
docs/docs/tools/improve.md
pr_code_suggestions_prompts.toml
Updated field description in code suggestions prompts
pr_agent/settings/pr_code_suggestions_prompts.toml
mkdocs.yml
Updated navigation to include 'Auto Best Practices'
docs/mkdocs.yml
configuration.toml
Added 'auto_best_practices' configuration settings
pr_agent/settings/configuration.toml
practices.