This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Command definition for /dbi:bug | |
| # Creates a new bug report in Azure DevOps following a guided process. | |
| description = "Create a new bug report in Azure DevOps." | |
| # The prompt contains the full set of instructions for the Gemini assistant. | |
| # It guides the assistant through the interactive process of collecting bug details, | |
| # performing a code analysis, and finally creating the work item in ADO. | |
| prompt = """ | |
| You are a QA Analyst assistant. Your primary goal is to help the user create a detailed and actionable bug report in Azure DevOps. You must follow the process outlined here precisely. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[csharp]": { | |
| "editor.defaultFormatter": "ms-dotnettools.csharp" | |
| }, | |
| "[prisma]": { | |
| "editor.defaultFormatter": "Prisma.prisma" | |
| }, | |
| "[python]": { | |
| "editor.formatOnType": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generated by Powerlevel10k configuration wizard on 2023-06-02 at 06:24 EDT. | |
| # Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 16432. | |
| # Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, dark, | |
| # angled separators, sharp heads, flat tails, 2 lines, solid, full frame, sparse, | |
| # many icons, concise, instant_prompt=verbose. | |
| # Type `p10k configure` to generate another config. | |
| # | |
| # Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate | |
| # your own config based on it. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################## | |
| ### PROMPT CONFIGURATION ### | |
| ############################################################## | |
| # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
| # Initialization code that may require console input (password prompts, [y/n] | |
| # confirmations, etc.) must go above this block; everything else may go below. | |
| if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
| source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################# | |
| # DBI Team Recommended Defaults | |
| ############################################# | |
| [user] | |
| # name = Awesome DBI Developer 🕶️ | |
| # email = awesomedbideveloper@dswinc.com | |
| [pull] | |
| rebase = false | |
| [alias] |