Pre-Built .dinoprompt
To generate a pull request description, use DinoAI’s pre-built .dinoprompt, Generate a pull request description.
Prerequisite: You must have an active Git branch with committed changes different from your main branch for DinoAI to analyze.
Step-by-Step Instructions
- Open DinoAI by clicking the DinoAI icon (🪄) in the right panel
- Access Prompt shortcut by clicking the prompt button (
[) within the DinoAI panel- If you don’t already have a .dinoprompts file, Paradime will offer to create one for you.
- Select pre-built prompt “Generate a pull request description”
- Review the generated description with all sections included
- Copy the markdown output and paste into your git platform platform (ex. GitHub)
- Create your pull request using the generated description
Note: This prompt is pre-configured in your .dinoprompts file and can be updated per your team’s standards. The prompt automatically uses
{{ git_diff_dinoai_test }} to include all changes between your current branch and main. How It Works
After you enter your prompt:- Automatic Diff Detection: DinoAI automatically passes the diff between your current development branch and main branch as context using
{{ git_diff_dinoai_test }}.You don’t need to manually specify what changes to analyze - File Analysis: DinoAI analyzes all modified files, added code, and removed code to understand the scope of changes
- Intelligent Pull Request description generation: DinoAI generates pull request descriptions that include summaries, detailed change lists, and relevant context for reviewers
Example Output
DinoAI generates professional pull request descriptions like this to copy/paste in your git platform:Key Benefits
- Better Code Reviews: Gives reviewers clear understanding of changes and their impact
- Time Savings: Eliminates the manual effort of writing detailed PR descriptions
- Consistent Quality: Maintains professional standards across all pull requests
- Better Code Reviews: Gives reviewers clear understanding of changes and their impact
- Improved Searchability: Detailed descriptions make it easier to find specific changes later