Add doc strings to this codeblock
From within the code you are working on, select a portion of code (typically this will be a function or class, but can also work across the entire code in a file) and then invoke inline prompt via COMMAND + I
Install Prompt
Add this prompt to your Amazon Q CLI prompt library:
1. Download to local prompt library:
mkdir -p .amazonq/cli-prompts && curl -o .amazonq/cli-prompts/document-codeblock.md https://promptz.dev/prompts/documentation/document-codeblock/2. Use with Q CLI:
q prompts use document-codeblock